PrincipalPermissionsLfTagKeyResource

data class PrincipalPermissionsLfTagKeyResource(val catalogId: String, val tagKey: String, val tagValues: List<String>)

A structure containing an LF-tag key and values for a resource.

Constructors

Link copied to clipboard
constructor(catalogId: String, tagKey: String, tagValues: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier for the GLUDC where the location is registered with GLUDC.

Link copied to clipboard

The key-name for the LF-tag.

Link copied to clipboard

A list of possible values for the corresponding `TagKey` of an LF-tag key-value pair.