GetPermissionsLfTagPolicy

data class GetPermissionsLfTagPolicy(val catalogId: String, val expressions: List<GetPermissionsLfTagPolicyExpression>, val resourceType: String)

Constructors

Link copied to clipboard
constructor(catalogId: String, expressions: List<GetPermissionsLfTagPolicyExpression>, resourceType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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. The following argument is optional:

Link copied to clipboard

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