ClientAccessedAccessOccurrence Table

ClientAccessedAccessOccurrence lists access occurrences for access 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 ClientAccessedAccessOccurrence table

Database Column

Details

ClientAccessedAccess EvidenceID

Type: big integer. Key

An identifier for an accessed access evidence. Foreign key to the ClientAccessedAccessEvidence

AccessDate

Type: datetime. Nullable

Date on which access has occurred.

InventoryDate

Type: datetime. Key

Date on which access occurrence was recorded.

LicenseDate

Type: datetime. Key

Date which will be used for licensing purposes.

AccessCount

Type: integer

Number of access occurrences on this date.