GoogleCloudPolicytroubleshooterIamV3ExplainedAllowPolicy class

Details about how a specific IAM allow policy contributed to the final access state.

Properties

allowAccessState String?
Indicates whether this policy provides the specified permission to the specified principal for the specified resource.
getter/setter pair
bindingExplanations List<GoogleCloudPolicytroubleshooterIamV3AllowBindingExplanation>?
Details about how each role binding in the policy affects the principal's ability, or inability, to use the permission for the resource.
getter/setter pair
fullResourceName String?
The full resource name that identifies the resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
policy GoogleIamV1Policy?
The IAM allow policy attached to the resource.
getter/setter pair
relevance String?
The relevance of this policy to the overall access state in the TroubleshootIamPolicyResponse.
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