PermissionsLfTagPolicy

data class PermissionsLfTagPolicy(val catalogId: String? = null, val expressions: List<PermissionsLfTagPolicyExpression>, val resourceType: String)

Constructors

Link copied to clipboard
fun PermissionsLfTagPolicy(catalogId: String? = null, expressions: List<PermissionsLfTagPolicyExpression>, resourceType: 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

A list of tag conditions that apply to the resource's tag policy. Configuration block for tag conditions that apply to the policy. See expression below.

Link copied to clipboard

The resource type for which the tag policy applies. Valid values are DATABASE and TABLE.