CreateUpdateRbacRolePayload
descriptionstringrequired
New description for the RBAC role.
namestringrequired
New name for the RBAC role.
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
]
}
Was this page helpful?