Class SearchAllIamPoliciesResponse (3.14.1)

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

Search all IAM policies response.

Attributes

NameDescription
results Sequence[google.cloud.asset_v1p1beta1.types.IamPolicySearchResult]
A list of IamPolicy that match the search query. Related information such as the associated resource is returned along with the policy.
next_page_token str
Set if there are more results than those appearing in this response; to get the next set of results, call this method again, using this value as the ``page_token``.

Inheritance

builtins.object > proto.message.Message > SearchAllIamPoliciesResponse