ImportedClientAccessedAccessOccurrence Table

The ImportedClientAccessedAccessOccurrence table holds the access information of device or user

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

Database Column

Details

ComplianceConnectionID

Type: integer. Key

The identifier for a data source connection in the ComplianceConnection table.

ImportedClientAccessed AccessEvidenceID

Type: big integer. Key

Access evidence id. Foreign key to the ImportedClientAccessedAccessEvidence table..

AccessCount

Type: integer

Number of access frequency for given date

InventoryDate

Type: datetime. Key

Date on which inventory occurance was recorded.

LicenseDate

Type: datetime. Key

Date which will be used for licensing purpose.

AccessDate

Type: datetime. Nullable

The access date.