AuthorizationScopeModel
Authorization scope details.
Properties
| Name | Description | Additional information |
|---|---|---|
| Id | ID of the authorization scope. |
Type: String |
| Category | Category of the authorization scope. |
Type: ScopeCategory |
| Name | Name of the authorization scope. |
Type: String |
| Description | Description of the authorization scope. |
Type: String |
Sample
application/json
Sample:
{
"Id": "5e531466-5c6d-41c8-97e1-d814d261f322",
"Category": "Tenant",
"Name": "Tenant 1"
}