GoogleCloudHealthcareV1ConsentPolicy class

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

Constructors

GoogleCloudHealthcareV1ConsentPolicy({Expr? authorizationRule, List<Attribute>? resourceAttributes})
GoogleCloudHealthcareV1ConsentPolicy.fromJson(Map json_)

Properties

authorizationRule Expr?
The request conditions to meet to grant access.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resourceAttributes List<Attribute>?
The resources that this policy applies to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited