CitrixRemoteEvidenceMapping Table

CitrixRemoteEvidenceMapping contains information about Citrix file and installer evidence mapping to connections.

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

Database Column

Details

ComplianceComputerID

Type: integer. Key

The endpoint computer. Foreign key to the ComplianceComputer table.

FileEvidenceID

Type: integer. Key. Nullable

The related FileEvidence

InstallerEvidenceID

Type: integer. Key. Nullable

The related InstallerEvidence

ComplianceConnectionID

Type: integer. Key

The inventory source where the evidence was reported. Foreign key to the ComplianceConnection table.

SiteName

Type: text (max 512 characters). Key. Nullable

The XenApp site where the evidence was found.