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