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