List authorization permission groups
List the available permissions you can grant to a custom role.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
scopeType
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
description
The permission group’s description.
name
The permission group’s name.
permissions
The permission group’s permissions.
scope
The permission group’s scope.