Google Cloud Healthcare V1beta1Consent Policy Args
data class GoogleCloudHealthcareV1beta1ConsentPolicyArgs(val authorizationRule: Output<ExprArgs>, val resourceAttributes: Output<List<AttributeArgs>>? = null) : ConvertibleToJava<GoogleCloudHealthcareV1beta1ConsentPolicyArgs>
Represents a user's consent in terms of the resources that can be accessed and under what conditions.
Constructors
Link copied to clipboard
constructor(authorizationRule: Output<ExprArgs>, resourceAttributes: Output<List<AttributeArgs>>? = null)
Properties
Link copied to clipboard
The request conditions to meet to grant access. In addition to any supported comparison operators, authorization rules may have IN
operator as well as at most 10 logical operators that are limited to AND
(&&
), OR
(||
).
Link copied to clipboard
The resources that this policy applies to. A resource is a match if it matches all the attributes listed here. If empty, this policy applies to all User data mappings for the given user.