PermissionsLfTag

data class PermissionsLfTag(val catalogId: String? = null, val key: String, val values: List<String>)

Constructors

Link copied to clipboard
constructor(catalogId: String? = null, key: String, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val catalogId: String? = null

Identifier for the Data Catalog. By default, it is the account ID of the caller.

Link copied to clipboard
val key: String

The key-name for the tag.

Link copied to clipboard

A list of possible values an attribute can take. The following argument is optional: