AuthorizationRoleModel

Authorization role details.

Properties

NameDescription Additional information
Id

ID of the authorization role. The built-in role IDs are:

  • FCE10C6A-4518-4949-A88A-6081B57E0EA9: Read-only
  • 386D6CEE-4120-4018-8BB1-350CA9D1789F: Help desk
  • CEE2AA44-1B5E-461E-BDE1-548D1E76B1A0: Self service

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": ""
}