global-settings element

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

Example XML

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