InstalledInstallerEvidenceDetail Table

InstalledInstallerEvidenceDetail provides additional information for installer evidence that has been installed on a computer.

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 InstalledInstallerEvidenceDetail table

Database Column

Details

InstalledInstaller EvidenceDetailID

Type: integer. Key. Generated ID

A unique identifier for a installer evidence detail record.

ComplianceConnectionID

Type: integer. Key

The data source where the match is occurring. Foreign key to the ComplianceConnection table.

ComplianceComputerID

Type: integer. Key

An identifier for a computer record. Foreign key to the ComplianceComputer table.

InstallerEvidenceID

Type: integer. Key

The file evidence related to the evidence detail. Foreign key to the FileEvidence table.

DisplayName

Type: text (max 256 characters). Key

The display name of the software as reported by the installer evidence.

Version

Type: text (max 72 characters)

The version of the software as reported by the installer evidence.

Publisher

Type: text (max 200 characters)

The publisher of the software as reported by the installer evidence.

Evidence

Type: text (max 32 characters). Nullable

Identifier for the type of installer evidence.

InventoryDate

Type: datetime. Nullable

The date the computer where the evidence was found last had inventory reported.