Data Object - URLRedirectionData

Class
VMware.Hv.URLRedirectionData
Property of
URLRedirectionInfo, URLRedirectionSpec
See also
GlobalURLRedirectionSchemeHandler, URLRedirectionSchemeHandler
Since
Horizon 7.0

Data Object Description

URL Redirection Data Object.

Data Object Properties

Properties

Name Type Description
displayNamexsd:string

The URLRedirection name is the display name for this Setting.
  • This property has a maximum length of 256 characters.
descriptionxsd:string

The description is set of notes about the URLRedirection Setting.
  • This property need not be set.
  • This property has a maximum length of 1024 characters.
enabledxsd:boolean

Whether or not this URLRedirection Setting is enabled or not.
  • This property has a default value of true.
scopexsd:string

Represent whether this URL Redirection setting is local (LOCAL) or global (GLOBAL) level.

Since Horizon 7.0.2
  • This property cannot be updated.
  • This property will be one of:
    Value Description
    "LOCAL"Local URL Redirection Setting.
    "GLOBAL"Global URL Redirection Setting.
urlSchemeAndHandlersURLRedirectionSchemeHandler[]

URL Scheme and Local resource (Desktop or Application Pool) mappings.
  • This property need not be set.
  • This property is an unordered array of unique values.
globalURLSchemeAndHandlersGlobalURLRedirectionSchemeHandler[]

URL Scheme and Global resource (GE or GAE) mappings.

Since Horizon 7.0.2
  • This property need not be set.
  • This property is an unordered array of unique values.
urlAgentPatternsxsd:string[]

List of URL patterns/Regular expression that must be opened on Agent machine.
  • This property need not be set.
  • This property is an unordered array of unique values.
urlClientPatternsxsd:string[]

List of URL patterns/Regular expression that must be opened on client machine.
  • This property need not be set.
  • This property is an unordered array of unique values.