global-settings element

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

Example XML

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