Create Role
Creates a new role.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
target
Target object type of the role.
description
The description of the role.
include_all_subtypes
Whether to include all subtypes of the leaf type as target of the
role.
name
The name of the role.
privileges
The privileges the role provides on target.
Allowed values:
target_subtype
The subtype of the target.
Response
A response to a request to create a new role.
role