Class SearchAllIamPoliciesResponse (3.1.0)

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

Search all IAM policies response. .. attribute:: results

A list of IamPolicy that match the search query. Related information such as the associated resource is returned along with the policy.

:type: Sequence[google.cloud.asset_v1.types.IamPolicySearchResult]

Attribute

NameDescription
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.