AuthorizationInformationModel
Information about authorization for the currently logged-in administrator.
Properties
Name | Description | Additional information |
---|---|---|
Href | See Hypermedia. |
Type: String |
RelatedActions | See Hypermedia. |
Type: Array of RelationModel |
Name | Name of the logged-in user, in SAM format (DOMAIN\user). |
Type: String |
IsSuperAdmin | True if the logged-in user is a super-admin. False if the logged-in user has a limited role or scopes. |
Type: Boolean |
HasAllScopeAccess | True if the logged-in user has access to all scopes. False if the logged-in user has access to only a limited number of scopes. |
Type: Boolean |
HomeScopeId | ID of the logged-in user's "home" scope. If the logged-in user has access to only one scope, this will be that scope. Otherwise, this will not be set. |
Type: String |
InitialSetupRequired | True if the App Orchestration deployment has not completed initial setup. If initial setup has not been completed, the user is not authorized to perform most operations, even if they would otherwise be allowed. |
Type: Boolean |
Sample
application/json
{ "Href": "[api:Authorization/Information]", "Name": "DOMAIN\\user", "HomeScopeId": "5e531466-5c6d-41c8-97e1-d814d261f322" }