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
fun GoogleCloudHealthcareV1beta1ConsentPolicyArgs(authorizationRule: Output<ExprArgs>, resourceAttributes: Output<List<AttributeArgs>>? = null)