ListAccessPoliciesResponse

Response message for ListAccessPolicies method.

JSON representation
{
  "accessPolicies": [
    {
      object (AccessPolicy)
    }
  ],
  "nextPageToken": string
}
Fields
accessPolicies[]

object (AccessPolicy)

The access policies from the specified parent.

nextPageToken

string

Optional. A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.