Describes different user profiles in the system
| Column Name | Column Datatype | Column Null Option | Column Comment |
| user_index | integer | not null | Unique user index |
| user_id | varchar(64) | not null | User name |
| user_pswd | varchar(64) | with null | User password |
| access_level | varchar(64) | with null | Access level |
| server_list | varchar(255) | with null | List of servers user is allowed to get access to |
| def_view1 | integer | with null | Definition of 1st view |
| def_view2 | integer | with null | Definition of the 2nd view |
| def_view3 | integer | with null | Definition of the 3rd view |
| def_view4 | integer | with null | Definition of 4th view |
| def_view1_settings | integer | with null | Settings for the 1st view |
| def_view2_settings | integer | with null | Settings for 2nd view |
| def_view3_settings | integer | with null | Settings for the 3rd view |
| def_view4_settings | integer | with null | Settings for 4th view |
| access_groups | varchar(255) | with null | Access group ID user belongs to |
| passwordset | char(1) | with null | If user password has been set |
Product Name: Unicenter Network and System Management
Table Type: Table