AuthorizationDescription

AuthorizationDescription
AuthorizationDescription

Static strings for authorization.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "privilege": [
        {
            "_typeName": "string",
            "label": "string",
            "summary": "string",
            "key": "string"
        }
    ],
    "privilegeGroup": [
        {
            "_typeName": "string",
            "label": "string",
            "summary": "string",
            "key": "string"
        }
    ]
}
privilege
Required

Description of the privilege.

privilegeGroup
Required

Description of a category of similar privileges, grouped together for convenience.