Data Object - GlobalSettingsGeneralData
Java Class
com.omnissa.vdi.vlsi.binding.vdi.infrastructure.GlobalSettings.GeneralData
Property of
Since
Horizon View 6.0
Data Object Description¶
General global settings determine session time-out lengths, status updates in View Administrator, and whether prelogin and warning messages are displayed.
Data Object Properties¶
Name | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
clientMaxSessionTimePolicy | xsd:string | Client max session lifetime policy. 8 * This property will be one of:
|
||||||||||
clientMaxSessionTimeMinutes | xsd:int | Determines how long a user can keep a session open after logging in to View Connection Server. The value is set in minutes. When a session times out, the session is terminated and the View client is disconnected from the resource. 9 1 10 11 | ||||||||||
clientIdleSessionTimeoutPolicy | xsd:string | Specifies the policy for the maximum time that a that a user can be idle before the broker takes measure to protect the session. 7 * This property will be one of:
|
||||||||||
clientIdleSessionTimeoutMinutes | xsd:int | Determines how long a that a user can be idle before the broker takes measure to protect the session. The value is set in minutes. 12 1 13 | ||||||||||
clientSessionTimeoutMinutes | xsd:int | Determines the maximum length of time that a Broker session will be kept active if there is no traffic between a client and the Broker. The value is set in minutes. 14 10 | ||||||||||
desktopSSOTimeoutPolicy | xsd:string | The single sign on setting for when a user connects to View Connection Server. * This property will be one of:
|
||||||||||
desktopSSOTimeoutMinutes | xsd:int | SSO is disabled the specified number of minutes after a user connects to View Connection Server. 1 4 15 | ||||||||||
ssoDiscardConnectionType | xsd:string | The type of connection for which the single sign on discard timeout minutes desktopSSOTimeoutMinutes should be applied. Since Horizon 8.10 28 1 15 * This property will be one of:
|
||||||||||
applicationSSOTimeoutPolicy | xsd:string | The single sign on timeout policy for application sessions. 16 * This property will be one of:
|
||||||||||
applicationSSOTimeoutMinutes | xsd:int | The time allowed (in minutes) to elapse after a user has authenticated before the application SSO credentials are locked unless the user's client supports idle sessions and the user remains active. 1 4 17 | ||||||||||
viewAPISessionTimeoutMinutes | xsd:int | Determines how long (in minutes) an idle View API session continues before the session times out. Setting the View API session timeout to a high number of minutes increases the risk of unauthorized use of View API. Use caution when you allow an idle session to persist a long time. 5 4 18 | ||||||||||
displayPreLoginMessage | xsd:boolean | Indicates whether to show a disclaimer or other message when the View Client user logs in. This change will take effect on next login for each user. Since Horizon 7.9 2 1 |
||||||||||
preLoginMessage | xsd:string | Displays a disclaimer or another message to View Client users when they log in. No message will be displayed if this is null. 1 | ||||||||||
displayWarningBeforeForcedLogoff | xsd:boolean | Displays a warning message when users are forced to log off because a scheduled or immediate update such as a machine-refresh operation is about to start. | ||||||||||
forcedLogoffTimeoutMinutes | xsd:int | The number of minutes to wait after the warning is displayed and before logging off the user. 1 4 19 | ||||||||||
forcedLogoffMessage | xsd:string | The warning to be displayed before logging off the user. 1 19 | ||||||||||
enableServerInSingleUserMode | xsd:boolean | Permits certain RDSServer operating systems to be used for non-RDS Desktops. | ||||||||||
storeCALOnBroker | xsd:boolean | Used for configuring whether or not to store the RDS Per Device CAL on Broker. Since Horizon 7.0 2 | ||||||||||
storeCALOnClient | xsd:boolean | Used for configuring whether or not to store the RDS Per Device CAL on client devices. This value can be true only if the storeCALOnBroker is true. Since Horizon 7.0 2 | ||||||||||
enableUIUsernameCaching | xsd:boolean | For UI based clients: 20 21 Non UI based clients should ignore this property. Since Horizon 7.5 3 1 |
||||||||||
consoleSessionTimeoutMinutes | xsd:int | Determines how long (in minutes) an idle admin console session continues before the session times out. Since Horizon 7.5 22 1 | ||||||||||
enableAutomaticStatusUpdates | xsd:boolean | Enable updation of the global status of the application periodically. The Dashboard Information is also updated at regular intervals when Dashboard page is active. Since Horizon 7.9 2 1 | ||||||||||
sendDomainList | xsd:boolean | Indicates whether the domain list will be sent to the client. Since domain list will be sent before user is authenticated with server, it could disclose domain information to external users. Since Horizon 7.9 2 1 |
||||||||||
enableCredentialCleanupForHTMLAccess | xsd:boolean | Indicates whether to clean up broker session credentials when one tab connecting to remote desktop/app is closed. Since Horizon 7.9 2 1 | ||||||||||
hideServerInformationInClient | xsd:boolean | Indicates whether to hide the server URL in the client user interface. Since Horizon 7.9 2 1 | ||||||||||
hideDomainListInClient | xsd:boolean | Whether to hide the list of domains in the client user interface. If value set to true, the user will need to provide a UPN (e.g. user@domain) or a logon name in the format domain\\user when logging in. Since Horizon 7.9 3 1 |
||||||||||
enableMultiFactorReAuth | xsd:boolean | Enable/Disable multifactor re-authentication. Enabling this would prompt end user with RSA/RADIUS screen after idle session timeout during unlock. This would have no effect if 2-factor authentication is disabled. Since Horizon 7.11 2 1 | ||||||||||
disconnectWarningTime | xsd:int | The time prior to the forcibly disconnect timeout when a warning message would be shown by the client Since Horizon 8.6 1 6 23 | ||||||||||
disconnectWarningMessage | xsd:string | The warning to be displayed before forcibly disconnect timeout. Since Horizon 8.6 24 1 | ||||||||||
disconnectMessage | xsd:string | The message to be displayed at the time of forced disconnect. Since Horizon 8.6 25 1 | ||||||||||
displayPreLoginAdminBanner | xsd:boolean | Enable/Disable the display of prelogin banner before user logins to Horizon Admin Console. Since Horizon 8.7 2 1 | ||||||||||
preLoginAdminBannerHeader | xsd:string | The banner header to be displayed before user logins to Horizon Admin Console. Since Horizon 8.7 26 1 27 | ||||||||||
preLoginAdminBannerMessage | xsd:string | The banner message to be displayed before user logins to Horizon Admin Console. Since Horizon 8.7 29 1 27 | ||||||||||
enforceCsrfProtection | xsd:boolean | Restricts XML-API usage to safer clients which support CSRF protection. Since Horizon 8.8 2 1 | ||||||||||
enforceE2EEncryption | xsd:boolean | Restricts XML-API usage to safer clients which support E2E encryption. Since Horizon 8.8 2 1 |
-
This property has a default value of 10. ↩
-
This property has a minimum value of 0. ↩
-
This property has a default value of 'NEVER'. ↩
-
This property has a default value of "TIMEOUT_AFTER". ↩
-
This property has a default value of 600. ↩
-
This property is required if clientMaxSessionTimePolicy is set to "TIMEOUT_AFTER". ↩
-
This property has a default value of 15. ↩
-
This property is required if clientIdleSessionTimeoutPolicy is set to "TIMEOUT_AFTER". ↩
-
This property has a default value of 1200. ↩
-
This property is required if desktopSSOTimeoutPolicy is set to "DISABLE_AFTER". ↩↩
-
This property has a default value of "ALWAYS_ENABLED". ↩
-
This property is required if applicationSSOTimeoutPolicy is set to "DISABLE_AFTER". ↩
-
This property has a maximum value of 4320. ↩
-
This property is required if displayWarningBeforeForcedLogoff is set to true. ↩↩
-
If set true, UI clients should show a "Remember me" check box option on the login page. ↩
-
If set false, UI clients should not show the "Remember me" check box option on the login page. ↩
-
This property has a default value of 30. ↩
-
This property has a maximum value of 30. ↩
-
This property has a default value of Your virtual session is going to be logged off. Please save your work. ↩
-
This property has a default value of Your session has expired. Please re-connect to the portal and restart the session. ↩
-
This property has a default value of Attention. ↩
-
This property is required if displayPreLoginAdminBanner is set to true. ↩↩
-
This property has a default value of "BOTH". ↩
-
This property has a default value of On proceeding, you agree that you fully comply with the laws of this organisation. ↩