Encapsulation for all of the permission names and the sets of permissions for the four roles.
More...
|
const string | ViewSummary = "View Summary" |
| The permission constant allowing the user to view the summary information. More...
|
|
const string | ViewDetails = "View Details" |
| The permission constant allowing the user to view the detail information. More...
|
|
const string | ViewHistory = "View History" |
| The permission constant allowing the user to view the history information. More...
|
|
const string | ViewAlerts = "View Alerts" |
| The permission constant allowing the user to view the alerts. More...
|
|
const string | ViewControllers = "View Controllers" |
| The permission constant allowing the user to view the controller information. Controllers, Sensors, Measurements, Thresholds, Actions More...
|
|
const string | ViewSensors = "View Sensors" |
| The permission constant allowing the user to view the sensor information. More...
|
|
const string | ViewMeasurementDefs = "View Measurement Definitions" |
| The permission constant allowing the user to view the measurement definitions. More...
|
|
const string | ViewSettings = "View Settings" |
| The permission constant allowing the user to view the system settings. More...
|
|
const string | ViewActions = "View Actions" |
| The permission constant allowing the user to view the actions. More...
|
|
const string | ViewUsers = "View Users" |
| The permission constant allowing the user to view user management information. More...
|
|
const string | ViewNotifGrps = "View Notification Groups" |
| The permission constant allowing the user to view the notification groups. More...
|
|
const string | ViewSmtpSetup = "View SMTP Setup" |
| The permission constant allowing the user to view the SMTP setup information. More...
|
|
const string | ViewMsgSetup = "View Messaging Setup" |
| The permission constant allowing the user to view the messaging setup information. More...
|
|
const string | ChangePassword = "Change Password" |
| The permission constant allowing the user to change their password. More...
|
|
const string | ChangeSensors = "Change Sensors" |
| The permission constant allowing the user to alter the measurement definitions. More...
|
|
const string | ChangeMeasurementDefs = "Change Measurement Definitions" |
| The permission constant allowing the user to alter the measurement definitions. More...
|
|
const string | ChangeSettings = "Change Settings" |
| The permission constant allowing the user to alter system settings. More...
|
|
const string | ChangeUsers = "Edit Users" |
| The permission constant allowing the user to manage user information. More...
|
|
const string | ChangeNotifGrps = "Edit Notification Groups" |
| The permission constant allowing the user to alter the notification groups. More...
|
|
const string | ChangeSmtpSetup = "Edit SMTP Setup" |
| The permission constant allowing the user to alter the SMTP configuration. More...
|
|
const string | ChangeMsgSetup = "Edit Messaging Setup" |
| The permission constant allowing the user to alter the messaging configuration. More...
|
|
static readonly string[] | UserPermissions = { } |
| The set of permissions for normal users. More...
|
|
static readonly string[] | GuestPermissions = { } |
| The set of permissions for guests. More...
|
|
static readonly string[] | ApiPermissions = { } |
| The set of permissions for external application access. More...
|
|
static readonly string[] | AllPermissions = { } |
| The set of all permissions. More...
|
|
Encapsulation for all of the permission names and the sets of permissions for the four roles.