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