ImportedRemoteApplicationAccess Table

This ImportedRemoteApplicationAccess table stores all users/groups with sid who have access to what virtual applications.

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

Database Column

Details

FarmName

Type: text (max 256 characters). Nullable

The farm from which the virtual application belongs to.

AppID

Type: text (max 256 characters). Nullable

The unique identifier for virtual applications.

Sid

Type: text (max 256 characters). Nullable

The sid that has access to the application.

AccessModeID

Type: integer

The access mode of the virtual application.

DeliveryGroupID

Type: text (max 256 characters). Nullable

The unique identifier for delivery group for the virtual applications.

ApplicationGroupID

Type: text (max 256 characters). Nullable

The unique identifier for application group for the virtual applications.