ImportedInstallerEvidenceRepackageMapping Table

The ImportedInstallerEvidenceRepackageMapping table is used by the importer to map the original and current installer evidence of repackaged softwares as reported by the ISO tag evidence.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for ImportedInstallerEvidenceRepackageMapping table

Database Column

Details

ComplianceConnectionID

Type: integer. Key. Nullable

The identifier of a data source connection in the ComplianceConnection table.

OrigDisplayName

Type: text (max 256 characters). Key. Nullable

The original display name of the repackaged software as reported by the ISO tag evidence.

OrigVersion

Type: text (max 72 characters). Key. Nullable

The original version of the repackaged software as reported by the ISO tag evidence.

OrigPublisher

Type: text (max 200 characters). Key. Nullable

The original publisher of the repackaged software as reported by the ISO tag evidence.

CurrentDisplayName

Type: text (max 256 characters). Key. Nullable

The current display name of the repackaged software as reported by the ISO tag evidence.

CurrentVersion

Type: text (max 72 characters). Key. Nullable

The current version of the repackaged software as reported by the ISO tag evidence.

CurrentPublisher

Type: text (max 200 characters). Key. Nullable

The current publisher of the repackaged software as reported by the ISO tag evidence.