Skip to content

Data Object - GlobalSettingsClientData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.infrastructure.GlobalSettings.ClientData

Property of

GlobalSettingsClientRestrictionConfiguration

Since

Horizon 7.11

Data Object Description

Data Object Properties

Name Type Description
type xsd:string The type of the client.
* This property will be one of:
ValueDescription
"WINDOWS"Client type is Windows client
"MAC"Client type is Mac client
"HTMLACCESS"Client type is web client
"LINUX"Client type is Linux client
"IOS"Client type is iOS client
"ANDROID"Client type is Android client
"WINSTORE"Client type is UWP client
"CHROME"Client type is chrome client
version xsd:string Restrict access for all the Horizon clients that have version less than the version. This is applicable only for Horizon Clients 4.5.0 or later (or Horizon Client for Chrome 4.8.0 or later) 2 3 1
warnSpecificVersions xsd:string Warn users when connecting with the Horizon client having version that matches any of the comma separated specified versions. This is applicable only for Horizon Clients 8.0.0 or later 2
* This property cannot be used for type "WINSTORE", "HTMLACCESS" and "CHROME".
Since Horizon 8.0 1 4
blockSpecificVersions xsd:string Restrict users when connecting with the Horizon client having version that matches any of the comma separated specified versions. This is applicable only for Horizon Clients 4.5.0 or later (or Horizon Client for Chrome 4.8.0 or later) 2 3
* This property cannot be used for type "WINSTORE", "HTMLACCESS" and "CHROME".
Since Horizon 8.0 1 4

  1. This property need not be set. 

  2. One of version, blockSpecificVersions, warnSpecificVersions is mandatory. 

  3. Only one of version or blockSpecificVersions can be set. 

  4. This property has a maximum length of 128 characters.