RelatedInstalledInstallerEvidence Table

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

Database Column

Details

RelatedInstalled InstallerEvidenceID

Type: integer. Key. Generated ID

A synthetic unique identifier

ParentInstallerEvidenceID

Type: integer. Key

An parent identifier for an installer evidence record. Foreign key to the InstallerEvidence table.

ParentCompliance ComputerID

Type: integer. Key

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

ParentAccessModeID

Type: integer. Key

The state an application was considered accessed. Foreign key to the AccessMode table.

ChildInstallerEvidenceID

Type: integer. Key

An child identifier for an installer evidence record. Foreign key to the InstallerEvidence table.

ChildComplianceComputerID

Type: integer. Key

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

ChildAccessModeID

Type: integer. Key

The state an application was considered accessed. Foreign key to the AccessMode table.

IsCharged

Type: boolean. Key

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).