AccessEvidence Table

AccessEvidence lists software access evidence that is used to identify that a particular item of software (defined in the SoftwareTitle table) has been accessed 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 AccessEvidence table

Database Column

Details

AccessEvidenceID

Type: integer. Key. Generated ID

A unique identifier for an software access evidence record.

DisplayName

Type: text (max 256 characters). Key

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

Version

Type: text (max 72 characters). Key

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

Edition

Type: text (max 50 characters). Key

The edition of the software as reported by the software access evidence.

Publisher

Type: text (max 200 characters). Key

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

OperatorManageStateID

Type: integer. Key

The management responsibility for this information. Foreign key to the OperatorManageState table.

Ignored

Type: boolean

Set this field to True if the access evidence is not used for application recognition.

IsShared

Type: boolean