Variable systemGroupsConst

systemGroups: {
    administrators: number;
    developers: number;
    guests: number;
    users: number;
} = ...

A map of the special system group ids. These ids are assigned by the system at initial startup and are constant across installations. The values in this map are as follows:

  • administrators
  • users
  • guests
  • developers
For example, to refer to the administrators group, the syntax would be:
LABKEY.Security.systemGroups.administrators

Type declaration

  • administrators: number
  • developers: number
  • guests: number
  • users: number

Generated using TypeDoc