DataSetRowLevelPermissionTagConfigurationTagRule

data class DataSetRowLevelPermissionTagConfigurationTagRule(val columnName: String, val matchAllValue: String? = null, val tagKey: String, val tagMultiValueDelimiter: String? = null)

Constructors

constructor(columnName: String, matchAllValue: String? = null, tagKey: String, tagMultiValueDelimiter: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Column name that a tag key is assigned to.

Link copied to clipboard
val matchAllValue: String? = null

A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one.

Link copied to clipboard

Unique key for a tag.

Link copied to clipboard

A string that you want to use to delimit the values when you pass the values at run time.