ListRolesResponse

The response containing the roles defined under a resource.

JSON representation
{
  "roles": [
    {
      object (Role)
    }
  ],
  "nextPageToken": string
}
Fields
roles[]

object (Role)

The Roles defined on this resource.

nextPageToken

string

To retrieve the next page of results, set ListRolesRequest.page_token to this value.