GoogleCloudPolicysimulatorV1beta1AccessStateDiff class
A summary and comparison of the member's access under the current (baseline) policies and the proposed (simulated) policies for a single access tuple.
Constructors
Properties
- accessChange ↔ String?
-
How the member's access, specified in the AccessState field, changed
between the current (baseline) policies and proposed (simulated) policies.
Possible string values are:
getter/setter pair
- baseline ↔ GoogleCloudPolicysimulatorV1beta1ExplainedAccess?
-
The results of evaluating the access tuple under the current (baseline)
policies.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- simulated ↔ GoogleCloudPolicysimulatorV1beta1ExplainedAccess?
-
The results of evaluating the access tuple under the proposed (simulated)
policies.
getter/setter pair
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