explainedResources property

List<GoogleCloudPolicytroubleshooterIamV3ExplainedDenyResource>? explainedResources
getter/setter pair

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.

Implementation

core.List<GoogleCloudPolicytroubleshooterIamV3ExplainedDenyResource>?
explainedResources;