GoogleCloudPolicytroubleshooterIamV3ExplainedDenyPolicy class
Details about how a specific IAM deny policy Policy contributed to the access check.
Constructors
-
GoogleCloudPolicytroubleshooterIamV3ExplainedDenyPolicy({String? denyAccessState, GoogleIamV2Policy? policy, String? relevance, List<
GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanation> ? ruleExplanations}) - GoogleCloudPolicytroubleshooterIamV3ExplainedDenyPolicy.fromJson(Map json_)
Properties
- denyAccessState ↔ String?
-
Indicates whether this policy denies the specified permission to the
specified principal for the specified resource.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- policy ↔ GoogleIamV2Policy?
-
The IAM deny 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
-
ruleExplanations
↔ List<
GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanation> ? -
Details about how each rule in the policy affects the principal's
inability to use the permission for the resource.
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