global-settings element

Type: globalConfigurationResourceResponse
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <global-settings> <data> <globalRestApiSettings> <baseUrl>...</baseUrl> <uiTimeout>...</uiTimeout> <forceBaseUrl>...</forceBaseUrl> </globalRestApiSettings> <securityAnonymousPassword>...</securityAnonymousPassword> <securityAnonymousAccessEnabled>...</securityAnonymousAccessEnabled> <securityAnonymousUsername>...</securityAnonymousUsername> <remoteProxySettings> <httpsProxySettings> <authentication> <username>...</username> <ntlmDomain>...</ntlmDomain> <ntlmHost>...</ntlmHost> <password>...</password> </authentication> <proxyPort>...</proxyPort> <proxyHostname>...</proxyHostname> </httpsProxySettings> <httpProxySettings> <authentication> <username>...</username> <ntlmDomain>...</ntlmDomain> <ntlmHost>...</ntlmHost> <password>...</password> </authentication> <proxyPort>...</proxyPort> <proxyHostname>...</proxyHostname> </httpProxySettings> <nonProxyHosts>...</nonProxyHosts> <nonProxyHosts>...</nonProxyHosts> <!--...more "nonProxyHosts" elements...--> </remoteProxySettings> <globalConnectionSettings> <queryString>...</queryString> <userAgentString>...</userAgentString> <retrievalRetryCount>...</retrievalRetryCount> <connectionTimeout>...</connectionTimeout> </globalConnectionSettings> <systemNotificationSettings> <roles>...</roles> <roles>...</roles> <!--...more "roles" elements...--> <emailAddresses>...</emailAddresses> <enabled>...</enabled> </systemNotificationSettings> <securityRealms> <securityRealmItem>...</securityRealmItem> <securityRealmItem>...</securityRealmItem> <!--...more "securityRealmItem" elements...--> </securityRealms> <smtpSettings> <host>...</host> <tlsEnabled>...</tlsEnabled> <username>...</username> <systemEmailAddress>...</systemEmailAddress> <sslEnabled>...</sslEnabled> <port>...</port> <password>...</password> </smtpSettings> </data> </global-settings>