global-settings element

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

Example XML

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