The permission entity is structured as follows:
entity
:
[
This identifier is equal to the parent’s entity instance id.
int>] EntityId:Nullable<
[string] OperationUID:
The unique identifier for the operation
Principal:[
Principal
][int] I
d:
The id associated with the permissions[PrincipalType
] T
ype:User:
When the type is user, "name" is loginRole:
When the type is role, "name" is role
Indicates if the entity permissions are editable by the customer or not
IsFixed:[
bool
]
If true, the entity permissions are inherited
IsInherited:[
bool
]
Allows or denies permissions to perform a given operation
IsAllowed:[
bool
][DateTime] CreationDate:
The date that the entity permissions were created. See DateTime for more information about this data type.