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