global-settings element

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

Example XML

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