Skip to main content

CreateRoleInput

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/CreateRoleInput.json
descriptionstringrequired
namestringrequired
permissionsstring[]nullablerequired
CreateRoleInput
{
"$schema": "https://example.com/schemas/CreateRoleInput.json",
"description": "string",
"name": "string",
"permissions": "Unknown Type: array,null"
}