Skip to main content

CreateUpdateRbacRolePayload

descriptionstringrequired

New description for the RBAC role.

namestringrequired

New name for the RBAC role.

Max length: 200 characters

policiesinteger[]

IDs of the policies to assign to the RBAC role.

permissionsinteger[]

IDs of the permissions to assign to the RBAC role.

CreateUpdateRbacRolePayload
{
"description": "string",
"name": "string",
"policies": [
0
],
"permissions": [
0
]
}