Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated format for clarity

The presentation permission entity is structured as follows:

entity:

  • [EntityId int?] EntityIdThis identifier is equal to the parent’s entity instance id.
  • [OperationUID string] OperationUIDThe unique identifier for the operation
  • [Principal Principal] Principal

    • [name string] nameThe name associated with the permissions (for example, "Custom Administrators")
    • [isCustom bool] isCustom: Whether or not this is a custom role
    • [type PrincipalTypetype: 
      • User:  When the type is user, "name" is login
      • Role: When the type is role, "name" is role
    • [id int] idThe id associated with the permissions
  • [IsFixed bool] IsFixedIndicates if the entity permissions are editable by the customer or not
  • [IsInherited bool] IsInheritedIf true, the entity permissions are inherited

  • [IsAllowed bool] IsAllowedAllows or denies permissions to perform a given operation

  • [CreationDate DateTime] CreationDateThe date that the entity permissions were created. See DateTime for more information about this data type.