ClientAccessedAccessEvidence Table

ClientAccessedAccessEvidence lists access evidence from user and device that occurred on a server 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 ClientAccessedAccessEvidence table

Database Column

Details

ClientAccessedAccess EvidenceID

Type: big integer. Key. Generated ID

A unique identifier for a ClientAccessedAccessEvidence

AccessEvidenceID

Type: integer. Key

An identifier for an access evidence record. Foreign key to the AccessEvidence table.

AccessingUserID

Type: integer. Key. Nullable

An identifier for a accessing user record. Foreign key to the AccessingUser table.

AccessingDeviceID

Type: integer. Key. Nullable

An identifier for a accessing device record. Foreign key to the AccessingDevice table.

ServerComputerID

Type: integer. Key

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

MaxAccessCount

Type: integer. Nullable

Maximum access count recorded for this evidence.

LastAccessCount

Type: integer. Nullable

Last access count recorded for this evidence.

LastAccessDate

Type: datetime. Nullable

Last access date recorded for this evidence.

LastInventoryDate

Type: datetime. Nullable

Last time access inventory was collected for this evidence.

ClientAccessSourceTypeID

Type: integer. Key

Referencing to the client access source type.