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> <smtpSettings> <systemEmailAddress>...</systemEmailAddress> <username>...</username> <password>...</password> <host>...</host> <tlsEnabled>...</tlsEnabled> <sslEnabled>...</sslEnabled> <port>...</port> </smtpSettings> <securityAnonymousUsername>...</securityAnonymousUsername> <securityAnonymousAccessEnabled>...</securityAnonymousAccessEnabled> <securityRealms> <securityRealmItem>...</securityRealmItem> <securityRealmItem>...</securityRealmItem> <!--...more "securityRealmItem" elements...--> </securityRealms> <systemNotificationSettings> <enabled>...</enabled> <emailAddresses>...</emailAddresses> <roles>...</roles> <roles>...</roles> <!--...more "roles" elements...--> </systemNotificationSettings> <remoteProxySettings> <httpsProxySettings> <proxyHostname>...</proxyHostname> <proxyPort>...</proxyPort> <authentication> <ntlmDomain>...</ntlmDomain> <username>...</username> <ntlmHost>...</ntlmHost> <password>...</password> </authentication> </httpsProxySettings> <httpProxySettings> <proxyHostname>...</proxyHostname> <proxyPort>...</proxyPort> <authentication> <ntlmDomain>...</ntlmDomain> <username>...</username> <ntlmHost>...</ntlmHost> <password>...</password> </authentication> </httpProxySettings> <nonProxyHosts>...</nonProxyHosts> <nonProxyHosts>...</nonProxyHosts> <!--...more "nonProxyHosts" elements...--> </remoteProxySettings> <globalConnectionSettings> <queryString>...</queryString> <retrievalRetryCount>...</retrievalRetryCount> <connectionTimeout>...</connectionTimeout> <userAgentString>...</userAgentString> </globalConnectionSettings> </data> </global-settings>