GetPermissionsLfTagPolicy

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

Constructors

Link copied to clipboard
constructor(catalogId: String, expressions: List<GetPermissionsLfTagPolicyExpression>, resourceType: 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

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.

Functions

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