List authorization permission groups

List the available permissions you can grant to a custom role.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

scopeTypeenumOptional

Filter the returned permissions based on the scope they apply to. Note that currently, the only available permissions are in the DEPLOYMENT scope.

Allowed values:

Response

OK

descriptionstring

The permission group’s description.

namestring

The permission group’s name.

permissionslist of objects

The permission group’s permissions.

scopestring

The permission group’s scope.

Errors