Versions Compared

Key

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

All role entities are structured as follows:

entity:

[

Id int

] Id

: The unique identifier for the role instance

[

IsCustom bool

] IsCustom

Whether or not the role is custom

[

Name string

] Name

: The name associated with the role instance (for example, "Custom Administrators")

[

Description string

] Description

The customer-defined description of the role

[

CreationDate DateTime

] CreationDate

The date that the role was created. See DateTime for more information about this data type.

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

[

Users UserInfo[]

] Users

: An array of the following information for each user assigned to the role instance:

[

Login string

] Login

: The login information for the user

[

Permissions List<Permission>

] Permissions

A list of permission object instances

representing

representing permissions rules assigned to the user