RowLevelPermissionTagConfiguration

The configuration of tags on a dataset to set row-level security.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The status of row-level security tags. If enabled, the status is ENABLED. If disabled, the status is DISABLED.

Link copied to clipboard

A list of tag configuration rules to apply to a dataset. All tag configurations have the OR condition. Tags within each tile will be joined (AND). At least one rule in this structure must have all tag values assigned to it to apply Row-level security (RLS) to the dataset.

Link copied to clipboard

A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String