DataSetRowLevelPermissionTagRuleArgs

data class DataSetRowLevelPermissionTagRuleArgs(val columnName: Output<String>, val matchAllValue: Output<String>? = null, val tagKey: Output<String>, val tagMultiValueDelimiter: Output<String>? = null) : ConvertibleToJava<DataSetRowLevelPermissionTagRuleArgs>

Permission for the resource.

Constructors

Link copied to clipboard
fun DataSetRowLevelPermissionTagRuleArgs(columnName: Output<String>, matchAllValue: Output<String>? = null, tagKey: Output<String>, tagMultiValueDelimiter: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DataSetRowLevelPermissionTagRuleArgs

Properties

Link copied to clipboard
val columnName: Output<String>

The column name that a tag key is assigned to.

Link copied to clipboard
val matchAllValue: Output<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. For example, you can use an asterisk as your match all value.

Link copied to clipboard
val tagKey: Output<String>

The unique key for a tag.

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

A string that you want to use to delimit the values when you pass the values at run time. For example, you can delimit the values with a comma.