App Resource Role API
Create App Resource Role
Create a new app resource role for a resource.
POST
Create App Resource Role
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The ID of the resource.
The name of the role.
Provisioning configuration. Exactly one method should be set.
- Builtin Workflow
- Custom Workflow
- Linked Roles
- Manual
A description of the role.
Whether requests are enabled for the role.
The default access policy for the role (optional).
The external ID of the role in the external system (optional).
Data from the external system as a JSON string (optional).
Response
Success
The created role.
Create App Resource Role

