Skip to main content

PermissionMetadata

urlstring

URL of the resource held by this permission

Example: https://example.com
logo object
formatstring

Format of the logo

Example: SVG
resourcestring

Resource of the logo

Example: <svg></svg>
thematic object
uidstringrequired

Unique identifier of the thematic

Example: 550e8400-e29b-41d4-a716-446655440000
names objectrequired

Localized names of the thematic (locale as key, name as value)

property name*string
orderintegerrequired

Display order of the thematic

Example: 1
assetCodestring

Asset ERP code associated with this permission (for ASSET type permissions)

Example: ASSET-001
PermissionMetadata
{
"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"
}