|
Name
|
Type
|
Description
|
| displayName | xsd:string |
The URLRedirection name is the display name for this Setting.
-
This property has a maximum length of 256 characters.
|
| description | xsd: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.
|
| enabled | xsd:boolean |
Whether or not this URLRedirection Setting is enabled or not.
-
This property has a default value of
true.
|
| scope | xsd: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. |
|
| urlSchemeAndHandlers | URLRedirectionSchemeHandler[] |
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.
|
| globalURLSchemeAndHandlers | GlobalURLRedirectionSchemeHandler[] |
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.
|
| urlAgentPatterns | xsd: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.
|
| urlClientPatterns | xsd: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.
|