Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

The presentation permission entity is structured as follows:

entity:

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

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

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

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





  • No labels