ImportedRelatedInstalledInstallerEvidence Table

The ImportedRelatedInstalledInstallerEvidence table holds parent-child relationship between installer 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 ImportedRelatedInstalledInstallerEvidence table

Database Column

Details

ComplianceConnectionID

Type: integer. Key. Nullable

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

ParentExternal InstallerEvidenceID

Type: big integer. Key. Nullable

The identifier used in the source connection for the installer evidence.

ParentExternalComputerID

Type: big integer. Key. Nullable

The identifier used in the source connection for the computer that the installer evidence is installed on.

ChildExternalInstaller EvidenceID

Type: big integer. Key. Nullable

The identifier used in the source connection for the installer evidence.

ChildExternalComputerID

Type: big integer. Key. Nullable

The identifier used in the source connection for the computer that the installer evidence is installed on.

IsCharged

Type: boolean. Key. Nullable

The identifier used in the source connection to determine the pricing relation between parent and child installer evidence (specifies if it is charged = 1 or free = 0).

ConfidenceLevel

Type: integer. Nullable

Confidence level for each bundled installer evidence (as a percentage).