Get Permissions Lf Tag Policy
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
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
.