ListOrgPoliciesResponse

The response returned from theprojects.listOrgPolicies method. It will be empty if noPolicies are set on the resource.

JSON representation
{"policies":[{object (Policy)}],"nextPageToken":string}
Fields
policies[]

object (Policy)

ThePolicies that are set on the resource. It will be empty if noPolicies are set.

nextPageToken

string

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.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-06-11 UTC.