Authorization
asset object
Information about the user asset authorization. It contains the list of determined assets the user can access.
allboolean
Indicate whether the user has access to all assets or not. If true, the user has access to all assets (codes is ignored).
Example:
true
codesundefined[]
modelIdstring
Identifier of authorization model to apply on user.
The authorization model is mostly used for determining services scope that user is allowed to use.
Example:
2b2e8a4b-bfbd-4c56-b8d6-c8cb1d8c58ba
profilestring
Information about the user profile.
It can be Developer, Admin, etc.
Currently, profile is only used for information purpose and does not have any impact on the user rights.
Example:
Developer
Authorization
{
"asset": {
"all": true,
"codes": [
"['S01', 'B01']"
]
},
"modelId": "2b2e8a4b-bfbd-4c56-b8d6-c8cb1d8c58ba",
"profile": "Developer"
}