ListPermissionsResponse

Response from ListPermissions containing a paginated list of permissions.

JSON representation
{
  "permissions": [
    {
      object (Permission)
    }
  ],
  "nextPageToken": string
}
Fields
permissions[]

object (Permission)

Returned permissions.

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page.

If this field is omitted, there are no more pages.