DataSetRowLevelPermissionTagConfigurationArgs

data class DataSetRowLevelPermissionTagConfigurationArgs(val status: Output<DataSetStatus>? = null, val tagRuleConfigurations: Output<List<List<String>>>? = null, val tagRules: Output<List<DataSetRowLevelPermissionTagRuleArgs>>) : ConvertibleToJava<DataSetRowLevelPermissionTagConfigurationArgs>

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

Constructors

constructor(status: Output<DataSetStatus>? = null, tagRuleConfigurations: Output<List<List<String>>>? = null, tagRules: Output<List<DataSetRowLevelPermissionTagRuleArgs>>)

Properties

Link copied to clipboard
val status: Output<DataSetStatus>? = null

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

Link copied to clipboard
val tagRuleConfigurations: Output<List<List<String>>>? = null

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
open override fun toJava(): DataSetRowLevelPermissionTagConfigurationArgs