UpdateRoleInput
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/UpdateRoleInput.jsondescriptionstring
isActiveboolean
namestring
permissionsstring[]nullable
UpdateRoleInput
{
"$schema": "https://example.com/schemas/UpdateRoleInput.json",
"description": "string",
"isActive": true,
"name": "string",
"permissions": "Unknown Type: array,null"
}