Data Object - GlobalURLRedirectionSchemeHandler

Class
VMware.Hv.GlobalURLSchemeAndHandler
Property of
URLRedirectionData
See also
GlobalApplicationEntitlementId, GlobalEntitlementId
Since
Horizon 7.0.2

Data Object Description

Data object having 1 on 1 mapping of URL Scheme/protocol with Global Resources (GlobalEntitlmentId or GlobalApplicationEntitlementId).

Data Object Properties

Properties

Name Type Description
urlSchemexsd:string

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


  • This property cannot be updated.
  • This property will be one of:
    Value Description
    "APPLICATION"Application Pool.
    "DESKTOP"Desktop Pool.
gaeSchemeHandlerGlobalApplicationEntitlementId

Global Application Entitlement that can handle this URL Scheme.
  • This property need not be set.
  • This property is required if type is set to "APPLICATION".
geSchemeHandlerGlobalEntitlementId

Global Entitlement that should be used to launch URLs with this Scheme.
  • This property need not be set.
  • This property is required if type is set to "DESKTOP".