GoogleCloudHealthcareV1beta1ConsentPolicyArgs

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

fun GoogleCloudHealthcareV1beta1ConsentPolicyArgs(authorizationRule: Output<ExprArgs>, resourceAttributes: Output<List<AttributeArgs>>? = null)

Functions

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

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
val resourceAttributes: Output<List<AttributeArgs>>? = null

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.