GoogleCloudPolicytroubleshooterIamV3TroubleshootIamPolicyResponse class
Response for TroubleshootIamPolicy.
Constructors
- GoogleCloudPolicytroubleshooterIamV3TroubleshootIamPolicyResponse({GoogleCloudPolicytroubleshooterIamV3AccessTuple? accessTuple, GoogleCloudPolicytroubleshooterIamV3AllowPolicyExplanation? allowPolicyExplanation, GoogleCloudPolicytroubleshooterIamV3DenyPolicyExplanation? denyPolicyExplanation, String? overallAccessState})
- GoogleCloudPolicytroubleshooterIamV3TroubleshootIamPolicyResponse.fromJson(Map json_)
Properties
- accessTuple ↔ GoogleCloudPolicytroubleshooterIamV3AccessTuple?
-
The access tuple from the request, including any provided context used to
evaluate the condition.
getter/setter pair
- allowPolicyExplanation ↔ GoogleCloudPolicytroubleshooterIamV3AllowPolicyExplanation?
-
An explanation of how the applicable IAM allow policies affect the final
access state.
getter/setter pair
- denyPolicyExplanation ↔ GoogleCloudPolicytroubleshooterIamV3DenyPolicyExplanation?
-
An explanation of how the applicable IAM deny policies affect the final
access state.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- overallAccessState ↔ String?
-
Indicates whether the principal has the specified permission for the
specified resource, based on evaluating all types of the applicable IAM
policies.
Possible string values are:
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