GetPermissionsLfTag

data class GetPermissionsLfTag(val catalogId: String, val key: String, val values: List<String>) : ConvertibleToJava<GetPermissionsLfTag>

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard
val key: String

Key-name for the tag.

Link copied to clipboard

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

Functions

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