ImportedRemoteUserToApplicationAccess Table

The ImportedRemoteUserToApplicationAccess table stores the applications that remote users have access to

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

Database Column

Details

ComplianceConnectionID

Type: integer. Key. Nullable

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

ExternalServerID

Type: big integer. Key. Nullable

The External Server ID for the remote server.

VDIGroupUUID

Type: unique identifier. Nullable

The desktop group UUID from which the application is published

ExternalFileID

Type: big integer. Key. Nullable

The identifier used in the source connection for the file evidence.

ExternalInstaller EvidenceID

Type: big integer. Key. Nullable

The identifier used in the source connection for the installer evidence.

ExternalUserID

Type: big integer. Key. Nullable

The identifier used in the source connection for the end-user that has used the file evidence.

AccessModeID

Type: integer. Key. Nullable

The access mode ID for the remote application access.

LastUsedDate

Type: datetime. Key. Nullable

The last time the remote application was used by the user.

SiteName

Type: text (max 512 characters). Nullable

The XenApp site where the evidence was found.