VDIEndPointAccess Table

VDIEndPointAccess is the list of endpoint devices that have accessed VDI devices

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

Database Column

Details

VDIEndPointAccessID

Type: integer. Key. Generated ID

A unique identifier for an endpoint device accessing a VDI.

ComplianceComputerID

Type: integer. Key. Nullable

A unique identifier for the endpoint. Foreign key to the ComplianceComputer table.

ComplianceUserID

Type: integer. Key. Nullable

A unique identifier for the endpoint user. Foreign key to the ComplianceUser table.

VDIID

Type: integer. Key

A unique identifier for the VDI. Foreign key to the VDI table.

LogonTime

Type: datetime. Nullable

The date the user logged on to the VDI.