explainedPolicies property
List<GoogleCloudPolicytroubleshooterIamV3ExplainedAllowPolicy> ?
explainedPolicies
getter/setter pair
List of IAM allow policies that were evaluated to check the principal's permissions, with annotations to indicate how each policy contributed to the final result.
The list of policies includes the policy for the resource itself, as well as allow policies that are inherited from higher levels of the resource hierarchy, including the organization, the folder, and the project. To learn more about the resource hierarchy, see https://cloud.google.com/iam/help/resource-hierarchy.
Implementation
core.List<GoogleCloudPolicytroubleshooterIamV3ExplainedAllowPolicy>?
explainedPolicies;