Contains information for assets discovered by an external discovery system
| Column Name | Column Datatype | Column Null Option | Column Comment |
| dis_hw_uuid | byte(16) | not null | Primary key. UUID to uniquely identify the discovered asset within tables supporting discovery information. e.g. inventory information collected by UAM. |
| external_sys_name | nvarchar(30) | with null | External system name |
| discovery_id_1 | nvarchar(64) | with null | Discovery ID 1 |
| discovery_id_2 | nvarchar(64) | with null | Discovery ID 2 |
| discovery_id_3 | nvarchar(64) | with null | Discovery ID 3 |
| discovery_id_4 | nvarchar(64) | with null | Discovery ID 4 |
| discovery_id_5 | nvarchar(64) | with null | Discovery ID 5 |
| loader_processed_date | integer | with null | Loader processed date |
| discovery_changed_date | integer | with null | Discovery changed date |
| creation_user | nvarchar(64) | with null | Creation User |
| creation_date | integer | with null | Creation Date |
| last_update_user | nvarchar(64) | with null | Last update user |
| last_update_date | integer | with null | Last update date. |
| version_number | integer | with null | Version number. |
Product Name: Asset
Table Type: Table