Contains links between asset models and typical software definitions that they cover. UAPM integrates with the discovery tool to import the downloadable software content which includes the software product definitions (or purchase names or titles) of software products. The asset model versions and software definitions are linked to compare the license information of software assets. A record is added to this table when a model version is linked to a software definition of software content.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| license_uuid | byte(16) | not null | Foreign key to the ca_software_license table for the license. |
| sw_def_uuid | byte(16) | not null | Foreign key to the ca_software_def table for the software definition covered by the license. |
| last_update_date | integer | with null | Date the record was last updated. |
| version_number | integer | with null | Version number for transaction integrity. |
| exclude_registration | integer | with null | Exclude Registration |
| delete_time | integer | with null | Delete Time |
Product Name: Asset
Table Type: Table