Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 stringThe name associated with the permissions (for example, "Custom Administrators")

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

    • type PrincipalType: 

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

      • Role: When the type is role, "name" is role

    • id intThe 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.

...