Versions Compared

Key

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

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