SwidDocument¶
Used to hold scanned SWID Tag XML documents.
Fields¶
| Field | Type | Description |
|---|---|---|
| ActivationStatus | nvarchar | SWID activation_status |
| ChannelType | nvarchar | SWID channel_type |
| Created | datetime2 | Date/Time this entry was created |
| CreatedGUID | uniqueidentifier | GUID of the scan that created this entry |
| CustomerType | nvarchar | SWID customer_type |
| EntitlementRequiredIndicator | bit | SWID entitlement_required |
| ID | bigint | Internal ID for the SwidDocument entity (Primary Key) |
| LastScan | datetime2 | Date/Time this SWID Tag was last found in a scan |
| LastScanGUID | uniqueidentifier | GUID of the scan file that last detected this SWID tag |
| LicenseLinkage | bit | true if SWID document contains a license_linkage element |
| MachineSoftwareSignatureID | bigint | Internal ID that references the MachineSoftwareSignature entity (Foreign Key) |
| Path | nvarchar | Absolute path of the tag file on the client machine |
| ProductTitle | nvarchar | SWID product_title |
| ProductVersion | nvarchar | SWID product_version |
| SerialNumber | nvarchar | SWID serial_number element |
| SoftwareCreator | nvarchar | SWID software_creator name |
| SoftwareCreatorRegID | nvarchar | SWID software_creator regid |
| SoftwareLicensor | nvarchar | SWID software_licensor name |
| SoftwareLicensorRegID | nvarchar | SWID software_creator regid |
| SwidDocument | xml | Contents of the tag file |
| TagCreator | nvarchar | SWID tag_creator name |
| TagCreatorRegID | nvarchar | SWID tag_creator regid |
| UniqueID | nvarchar | SWID software_id unique_id |