View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
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 | ||||||
---|---|---|---|---|---|---|---|---|
displayName | xsd:string |
The URLRedirection name is the display name for this Setting.
|
||||||
description | xsd:string |
The description is set of notes about the URLRedirection Setting.
|
||||||
enabled | xsd:boolean |
Whether or not this URLRedirection Setting is enabled or not.
|
||||||
scope | xsd:string |
Represent whether this URL Redirection setting is local (LOCAL) or global (GLOBAL) level.
Since Horizon 7.0.2
|
||||||
urlSchemeAndHandlers | URLRedirectionSchemeHandler[] |
URL Scheme and Local resource (Desktop or Application Pool) mappings.
|
||||||
globalURLSchemeAndHandlers | GlobalURLRedirectionSchemeHandler[] |
URL Scheme and Global resource (GE or GAE) mappings.
Since Horizon 7.0.2
|
||||||
urlAgentPatterns | xsd:string[] |
List of URL patterns/Regular expression that must be opened on Agent machine.
|
||||||
urlClientPatterns | xsd:string[] |
List of URL patterns/Regular expression that must be opened on client machine.
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |