USER_GROUP (A logical grouping of users for simpler administration)
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | varchar(32) | not null | The identifier for this user group, ie: SYSADMIN |
| usernode | varchar(64) | not null | The node where users belonging to this group exist |
| gid | integer | not null | The group identifier for this user group (unix only) |
| name | varchar(255) | not null | The description for this user group, ie: System Administrators |
| userid | varchar(32) | not null | A user id which belongs to this group, ie: bobjones001 |
| type | varchar(8) | not null | The type of user id, either USER or GROUP. Note that it is possible to have groups embedded within the groups |
| createdate | integer | with null | Date the object was created. |
| createtime | integer | with null | Time the object was created. |
| createsource | varchar(32) | with null | Source used to create the object |
| createnode | varchar(64) | with null | Node used to create the object. |
| createuser | varchar(32) | with null | User name used to create the object. |
| createpid | varchar(5) | with null | Process identifier used to create the object. |
| updatedate | integer | with null | Last date the object was modified |
| updatetime | integer | with null | Last time the object was modified |
| updatesource | varchar(32) | with null | Last source used to modify the object. |
| updatenode | varchar(64) | with null | Last node used to modify the object. |
| updateuser | varchar(32) | with null | Last user name used to modify the object. |
| updatepid | varchar(5) | with null | Last process identifer used to modify the object. |
| globalgroup | varchar(5) | with null | Flag (Y,N) used to identify whether a usergroup for Windows is a global group. |
Product Name: Unicenter Network and System Management/Security
Table Type: Table