AuthorizationPrivilege

AuthorizationPrivilege
AuthorizationPrivilege

This data object type provides access to some aspect of the system.

Privileges are generally independent. This means a user with a privilege usually can perform an associated set of actions without needing any additional supporting privileges.

Within each product version, privileges do not change. See AuthorizationDescription for detailed information on the privileges defined by the system.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "privId": "string",
    "onParent": false,
    "name": "string",
    "privGroupName": "string"
}
string
privId
Required

Unique identifier.

boolean
onParent
Required

Determines whether or not the privilege is applied on the parent entity.

string
name
Required

Privilege name.

string
privGroupName
Required

Group name.