global-settings element

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

Example XML

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