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

All role entities are structured as follows:

entity:

  • [int] Id: The unique identifier for the role instance

  • [bool] IsCustom: Whether or not the role is custom

  • [string] Name: The name associated with the role instance (for example, "Custom Administrators")

  • [string] Description: The customer-defined description of the role

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

  • [ushort] UserCount: The number of users for the role instance

  • [UserInfo[]] Users: An array of the following information for each user assigned to the role instance:

    • [string] Login: The login information for the user
  • [List<Permission>] Permissions: A list of permission object instances representing permissions rules assigned to the user







  • No labels