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 4 Next »

The 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: 

    • [int] Id: The id associated with the permissions
    • [PrincipalType] Type: 
      • User:  When the type is user, "name" is login
      • Role: When the type is role, "name" is role
  • [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