AuthorizationRoleModel
Authorization role details.
Properties
Name | Description | Additional information |
---|---|---|
Id | ID of the authorization role. The built-in role IDs are:
|
Type: String |
Name | Name of the authorization role. |
Type: String |
Description | Description of the authorization role. |
Type: String |
Sample
application/json
Sample:
{ "Id": "FCE10C6A-4518-4949-A88A-6081B57E0EA9", "Name": "ReadOnly", "Description": "" }