ImportedVDIEndPointAccess Table

The ImportedVDIEndPointAccess table stores the list of users on end-points 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 ImportedVDIEndPointAccess table

Database Column

Details

ComplianceConnectionID

Type: integer. Nullable

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

ExternalDeviceID

Type: big integer. Nullable

The identifier used in the source connection for the device.

ExternalUserID

Type: big integer. Nullable

The identifier used in the source connection for the user.

VDIDeviceName

Type: text (max 64 characters). Nullable

The computer name of the VDI device.

VDIDeviceDomain

Type: text (max 100 characters). Nullable

The domain name of the VDI device.

VDITemplateName

Type: text (max 256 characters). Nullable

The VDI template the VDI device was cloned from.

LogonTime

Type: datetime. Key. Nullable

The logon time of the VDI device by the user.

BrokerType

Type: text (max 64 characters). Nullable

The broker type of the VDI device.