DenyPolicyExplanation(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Details about how the relevant IAM deny policies affect the final access state.
Attributes |
|
---|---|
Name | Description |
deny_access_state |
google.cloud.policytroubleshooter_iam_v3.types.DenyAccessState
Indicates whether the principal is denied the specified permission for the specified resource, based on evaluating all applicable IAM deny policies. |
explained_resources |
MutableSequence[google.cloud.policytroubleshooter_iam_v3.types.ExplainedDenyResource]
List of resources with 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. The list of resources includes the policy for the resource itself, as well as policies that are inherited from higher levels of the resource hierarchy, including the organization, the folder, and the project. The order of the resources starts from the resource and climbs up the resource hierarchy. To learn more about the resource hierarchy, see https://cloud.google.com/iam/help/resource-hierarchy. |
relevance |
google.cloud.policytroubleshooter_iam_v3.types.HeuristicRelevance
The relevance of the deny policy result to the overall access state. |
permission_deniable |
bool
Indicates whether the permission to troubleshoot is supported in deny policies. |