Permission Entity (2022/06)

The presentation permission entity is structured as follows:

entity:

  • EntityId int? read-writeThis identifier is equal to the parent’s entity instance id.

  • OperationUID string read-writeThe unique identifier for the operation

  • Principal Principal read-write

    • name string read-writeThe name associated with the permissions (for example, "Custom Administrators")

    • isCustom bool read-write: Whether or not this is a custom role

    • type PrincipalType read-write: 

      • User read-write:  When the type is user, "name" is login

      • Role read-write: When the type is role, "name" is role

    • id int read-writeThe id associated with the permissions

  • IsFixed bool read-onlyIndicates if the entity permissions are editable by the customer or not

  • IsInherited bool read-onlyIf true, the entity permissions are inherited

  • IsAllowed bool read-writeAllows or denies permissions to perform a given operation

  • CreationDate DateTime read-onlyThe date that the entity permissions were created. See DateTime for more information about this data type.