FileEvidenceExemptionMapping Table

FileEvidenceDetailMapping provides a relationship between the installed file evidence detail and a matched embedded file pattern.

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

Database Column

Details

FileEvidenceExemption PatternID

Type: integer. Key

The file evidence exemption pattern record. Foreign key to the FileEvidenceExemptionPattern table.

InstalledFileEvidence DetailID

Type: integer. Key

The installed file evidence detail record. Foreign key to the InstalledFileEvidenceDetail table.

SoftwareLicenseID

Type: integer. Key. Nullable

The software license the exemption applies to. Foreign key to the SoftwareLicense table.