GoogleCloudHealthcareV1ConsentPolicyResponse

data class GoogleCloudHealthcareV1ConsentPolicyResponse(val authorizationRule: ExprResponse, val resourceAttributes: List<AttributeResponse>)

Represents a user's consent in terms of the resources that can be accessed and under what conditions.

Constructors

Types

Link copied to clipboard
object Companion

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.