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