...
Column Name | Data Type | Description |
---|---|---|
Id | int | (Auto) Unique Id |
Username | varchar(200) | The username of the individual (without with domain if used) who is assigned one or more configuration access roles. |
IsConfigurationAdministrator | bit | 1=true, 0=false. True allows this user to see and use ALL administration menus and pages as shown here. |
IsDeviceManager | bit | 1=true, 0=false. True allows this user to see and use ONLY the Users administration menu item and page as shown here. |
...