Class BatchGetEffectiveIamPoliciesResponse (3.13.1)

BatchGetEffectiveIamPoliciesResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

A response message for AssetService.BatchGetEffectiveIamPolicies.

Attribute

NameDescription
policy_results Sequence[google.cloud.asset_v1.types.BatchGetEffectiveIamPoliciesResponse.EffectiveIamPolicy]
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.

Classes

EffectiveIamPolicy

EffectiveIamPolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The effective IAM policies on one resource.