Permission Entity (2020/10)
The presentation permission entity is structured as follows:
entity
:
EntityId
int?: This identifier is equal to the parent’s entity instance id.OperationUID
string:Â The unique identifier for the operationPrincipal
Principal:Âname
string:Â The name associated with the permissions (for example, "Custom Administrators")isCustom
bool:Â Whether or not this is a custom roletype
PrincipalType:ÂUser
:Â When the type is user, "name" is loginRole
:Â When the type is role, "name" is role
id
int:Â The id associated with the permissions
IsFixed
bool: Indicates if the entity permissions are editable by the customer or notIsInherited
bool:Â If true, the entity permissions are inheritedIsAllowed
bool:Â Allows or denies permissions to perform a given operationCreationDate
DateTime: The date that the entity permissions were created. See DateTime for more information about this data type.