global-settings element

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

Example XML

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