Specification
{
"name": String,
"description": String
}
Structure Values
| Field Name | Type | Description | Required | Default |
|---|---|---|---|---|
| name | String | Role name. | Required | |
| description | String | Expanded role information. | None |
Example
{
"name": "analyst",
"description": "This role is assigned to business analysts and other read only users."
}