Skip to main content

AuthorizationView

applicationsstring[]

List of applications that the user can use with this authorization model.

Example: ["STONAL"]
descriptionstring

Describe what a user can use with this authorization model.

Example: Administrator can use all platform services
idstring

identifier of an authorization model that can be apply on a user

Example: 0a0e6591-2e72-4ae5-a8de-64e86efdb696
namestring

Name of the authorization model

Example: Administrator
AuthorizationView
{
"applications": [
"STONAL"
],
"description": "Administrator can use all platform services",
"id": "0a0e6591-2e72-4ae5-a8de-64e86efdb696",
"name": "Administrator"
}