GoogleCloudPolicytroubleshooterIamV3ExplainedDenyResource class
Details about how a specific resource contributed to the deny policy evaluation.
Constructors
-
GoogleCloudPolicytroubleshooterIamV3ExplainedDenyResource({String? denyAccessState, List<
GoogleCloudPolicytroubleshooterIamV3ExplainedDenyPolicy> ? explainedPolicies, String? fullResourceName, String? relevance}) - GoogleCloudPolicytroubleshooterIamV3ExplainedDenyResource.fromJson(Map json_)
Properties
- denyAccessState ↔ String?
-
Indicates whether any policies attached to this resource deny the
specific permission to the specified principal for the specified resource.
getter/setter pair
-
explainedPolicies
↔ List<
GoogleCloudPolicytroubleshooterIamV3ExplainedDenyPolicy> ? -
List of IAM deny policies that were evaluated to check the principal's
denied permissions, with annotations to indicate how each policy
contributed to the final result.
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
- 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