VirtualDesktopGroupAccess Table

A user with access to a particular VDI Group for a given site.

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

Database Column

Details

VDISiteName

Type: text (max 256 characters). Key

the VDI Site.

VDIGroupName

Type: text (max 256 characters). Key

The name of the VDI Group.

Sid

Type: text (max 512 characters). Key. Nullable

The Sid of the user.

VDIBrokerType

Type: text (max 64 characters). Key

The type of VDI infrastructure.

IsEntitlementUser

Type: boolean

Determine whether the user is a desktop entitlement user or not.