Aller au contenu principal

PermissionPartialResult

uidstringrequired

Unique identifier of the permission

Example: 019619df-4768-76b3-8ab3-4414dcf29ff1
codestringrequired

Code of the permission

Example: portfolio-123
labelstringrequired

Display label of the permission

Example: Alpha Portfolio
descriptionstringrequired

Description of the permission (empty string when not set)

Example: The Alpha Portfolio of buildings
PermissionPartialResult
{
"uid": "019619df-4768-76b3-8ab3-4414dcf29ff1",
"code": "portfolio-123",
"label": "Alpha Portfolio",
"description": "The Alpha Portfolio of buildings"
}