Data Set Row Level Permission Tag Configuration
data class DataSetRowLevelPermissionTagConfiguration(val status: DataSetStatus? = null, val tagRuleConfigurations: List<List<String>>? = null, val tagRules: List<DataSetRowLevelPermissionTagRule>)
The configuration of tags on a dataset to set row-level security.
Constructors
Link copied to clipboard
constructor(status: DataSetStatus? = null, tagRuleConfigurations: List<List<String>>? = null, tagRules: List<DataSetRowLevelPermissionTagRule>)
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.