Skip to main content

asset

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[]
asset
{
"all": true,
"codes": [
"['S01', 'B01']"
]
}