Used to store user defined group members
| Column Name | Column Datatype | Column Null Option | Column Comment |
| group_uuid | byte(16) | not null | Object uuid of the group |
| member_uuid | byte(16) | not null | UUID of a group member, can be a computer a user or a nother group |
| member_type | smallint | with null | Indicates whether the member is a group,asset,user etc: 0=user, 1=discoveredAsset, 2=groupDef, 3=groupAsObj, |
| group_domain_uuid | byte(16) | not null | Domain uuid of the group object. |
| member_domain_uuid | byte(16) | not null | Is the domain uuid of the member included in the table for ease of retrieval and replication. |
| last_update_date | integer | with null | Last Change Date/Time |
| version_number | integer | with null | Last version number |
| auto_rep_version | date | with null | Auto_rep_version is used for replication. We replicate custom defined application on DSM Enterprise level to Domain level. When a Signature is modified a trigger will update Auto_rep_version and when replicating we then know that this signature has been modified |
Product Name: Unicenter Desktop and Server Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| group_uuid member_uuid |
ca_coapi_agent_view_v1 ca_coapi_agent_view_nosrv_v1 ca_coapi_agent_view_nodomsrv_v1 ca_coapi_agent_view_nodom_v1 |