ListOrgPoliciesResponse

The response returned from the projects.listOrgPolicies method. It will be empty if no Policies are set on the resource.

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

object (Policy)

The Policies that are set on the resource. It will be empty if no Policies 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.