policyResults property

List<EffectiveIamPolicy>? policyResults
getter/setter pair

The effective policies for a batch of resources.

Note that the results order is the same as the order of BatchGetEffectiveIamPoliciesRequest.names. When a resource does not have any effective IAM policies, its corresponding policy_result will contain empty EffectiveIamPolicy.policies.

Implementation

core.List<EffectiveIamPolicy>? policyResults;