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

