Class ListPoliciesResponse (1.11.0)

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 MutableSequence[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.