Skip to main content

UpdateRoleInput

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/UpdateRoleInput.json
descriptionstring
isActiveboolean
namestring
permissionsstring[]nullable
UpdateRoleInput
{
"$schema": "https://example.com/schemas/UpdateRoleInput.json",
"description": "string",
"isActive": true,
"name": "string",
"permissions": "Unknown Type: array,null"
}