RowLevelPermissionTagConfiguration
The configuration of tags on a dataset to set row-level security.
Types
Properties
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
inline fun copy(block: RowLevelPermissionTagConfiguration.Builder.() -> Unit = {}): RowLevelPermissionTagConfiguration