Link between a discovered hardware (computer) and a discovered user. Each entity is also called "ComputerUser". That means: which user is using which computer.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| link_dis_hw_user_uuid | byte(16) | not null | UUID of the computer user ( user associated with a computer) |
| user_uuid | byte(16) | not null | Points to the discovered user |
| dis_hw_uuid | byte(16) | not null | Global uuid, use a common way to generate them |
| label | nvarchar(255) | with null | User readable name of the link |
| ref_count | integer | with null | Reference count, e.g. incremneted every time a user is using a computer |
| usage_list | byte(32) | with null | Containes the supported agent component codes |
| creation_user | nvarchar(64) | with null | User who has created the object |
| creation_date | integer | with null | Date when created |
| last_update_user | nvarchar(64) | with null | User who has done the lastest update |
| last_update_date | integer | with null | Date of last update |
| version_number | integer | with null | Version number |
| domain_uuid | byte(16) | with null | Domain uuid |
| 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: Asset
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| link_dis_hw_user_uuid | ca_coapi_agent_view_nodomsrv_v1 ca_coapi_agent_view_nosrv ca_coapi_agent_view_nodomsrv |