PermissionMetadata
urlstring
URL of the resource held by this permission
Example:
https://example.comlogo object
formatstring
Format of the logo
Example:
SVGresourcestring
Resource of the logo
Example:
<svg></svg>thematic object
uidstringrequired
Unique identifier of the thematic
Example:
550e8400-e29b-41d4-a716-446655440000names objectrequired
Localized names of the thematic (locale as key, name as value)
property name*string
orderintegerrequired
Display order of the thematic
Example:
1assetCodestring
Asset ERP code associated with this permission (for ASSET type permissions)
Example:
ASSET-001PermissionMetadata
{
"url": "https://example.com",
"logo": {
"format": "SVG",
"resource": "<svg></svg>"
},
"thematic": {
"uid": "550e8400-e29b-41d4-a716-446655440000",
"names": {
"en-GB": "Environmental Sustainability",
"fr-FR": "Durabilité Environnementale"
},
"order": 1
},
"assetCode": "ASSET-001"
}