GET
/
v1
/
roles
/
{role}
{
  "name": "<string>",
  "title": "<string>",
  "description": "<string>",
  "permissions": [
    "<string>"
  ],
  "type": "TYPE_UNSPECIFIED"
}

Path Parameters

role
string
required

The role id.

Response

OK

name
string

Format: roles/{role}

title
string
description
string
permissions
string[]
type
enum<string>
Available options:
TYPE_UNSPECIFIED,
BUILT_IN,
CUSTOM