PrincipalPermissionsLfTag

data class PrincipalPermissionsLfTag(val tagKey: String? = null, val tagValues: List<String>? = null)

The LF-tag key and values attached to a resource.

Constructors

Link copied to clipboard
constructor(tagKey: String? = null, tagValues: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val tagKey: String? = null

The key-name for the LF-tag.

Link copied to clipboard
val tagValues: List<String>? = null

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