AccessMode Table

The AccessMode table holds the available states an application can be considered accessed.

Table 1. Database columns for AccessMode table

Database Column

Details

AccessModeID

Type: integer. Key. Generated ID

A unique identifier for each AccessMode. Possible values and the corresponding default strings are:

  • 1 = Local
  • 2 = App-V
  • 3 = XenApp
  • 4 = XenDesktop
  • 5 = VMware View
  • 6 = Office 365
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing an access mode. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the access mode resource string has no translation.