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