v1

latestOpenAPI 3.1.0Serval License2026-07-26202952779.1 KB
App Resource Role API

Create App Resource Role

Create a new app resource role for a resource.

post/v2/app-resource-roles

Request body

resourceIdstring required

The ID of the resource.

namestring required

The name of the role.

descriptionstring

A description of the role.

requestsEnabledboolean

Whether requests are enabled for the role.

accessPolicyIdstring nullable

The default access policy for the role (optional).

externalIdstring nullable

The external ID of the role in the external system (optional).

externalDatastring nullable

Data from the external system as a JSON string (optional).

Response

Success