Data Object - URLRedirectionSchemeHandler

Class
VMware.Hv.URLSchemeAndHandler
Property of
URLRedirectionData
See also
ApplicationId, DesktopId
Since
Horizon 7.0

Data Object Description

Data object having 1 on 1 mapping of URL Scheme/protocol with Local Resources (DesktopId or ApplicationId).

Data Object Properties

Properties

Name Type Description
urlSchemexsd:string

URL Scheme/protocol used by View Client for URL Filtering.
typexsd:string

Since Horizon 7.0.2
  • This property cannot be updated.
  • This property will be one of:
    Value Description
    "APPLICATION"Application Pool.
    "DESKTOP"Desktop Pool.
urlSchemeHandlerApplicationId

Application that can handle this URL Scheme.

Since Horizon 7.0.2
  • This property need not be set.
  • This property is required if type is set to "APPLICATION".
desktopSchemeHandlerDesktopId

Desktop Pool that should be used to launch URLs with this Scheme.

Since Horizon 7.0.2
  • This property need not be set.
  • This property is required if type is set to "DESKTOP".