This table is used to store the license Key information fro e.g DSM products.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| lic_def_uuid | byte(16) | not null | Unique identifier |
| lic_key | nvarchar(15000) | not null | String that holds the CA license key information |
Product Name: Asset
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| lic_def_uuid | ca_link_lic_def_domain | lic_def_uuid |