Class ListPoliciesResponse (1.3.3)

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

The response returned from the [ListPolicies] [google.cloud.orgpolicy.v2.OrgPolicy.ListPolicies] method. It will be empty if no Policies are set on the resource.

Attributes

NameDescription
policies Sequence[google.cloud.orgpolicy_v2.types.Policy]
All Policies that exist on the resource. It will be empty if no Policies are set.
next_page_token str
Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token.