Skip to content

Data Object - URLRedirectionData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.infrastructure.URLRedirection.URLRedirectionData

Property of

URLRedirectionInfo, URLRedirectionSpec

See also

GlobalURLRedirectionSchemeHandler, URLRedirectionSchemeHandler

Since

Horizon 7.0

Data Object Description

URL Redirection Data Object.

Data Object Properties

Name Type Description
displayName xsd:string The URLRedirection name is the display name for this Setting. 4
description xsd:string The description is set of notes about the URLRedirection Setting. 1 5
enabled xsd:boolean Whether or not this URLRedirection Setting is enabled or not. 3
scope xsd:string Represent whether this URL Redirection setting is local (LOCAL) or global (GLOBAL) level. Since Horizon 7.0.2 2
* This property will be one of:
ValueDescription
"LOCAL"Local URL Redirection Setting.
"GLOBAL"Global URL Redirection Setting.
urlSchemeAndHandlers URLRedirectionSchemeHandler[] URL Scheme and Local resource (Desktop or Application Pool) mappings. 1 6
globalURLSchemeAndHandlers GlobalURLRedirectionSchemeHandler[] URL Scheme and Global resource (GE or GAE) mappings. Since Horizon 7.0.2 1 6
urlAgentPatterns xsd:string[] List of URL patterns/Regular expression that must be opened on Agent machine. 1 6
urlClientPatterns xsd:string[] List of URL patterns/Regular expression that must be opened on client machine. 1 6

  1. This property need not be set. 

  2. This property cannot be updated. 

  3. This property has a default value of true. 

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

  5. This property has a maximum length of 1024 characters. 

  6. This property is an unordered array of unique values.