ListPoliciesResponse

The response returned from the ListPolicies method. It will be empty if no policies are set on the resource.

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

object (Policy)

All policies that exist 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.