Property Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AuthType | Authentication Type
|
||||||||||
OrganizationId | Prefix for Service Url | ||||||||||
ServiceUrl | Organization Service Url | ||||||||||
DiscoveryUrl | |||||||||||
Timeout | Request timeout in seconds | ||||||||||
UserName | |||||||||||
Password | |||||||||||
TokenUrl | Custom URL for get Token call. In a very special case you have to supply this custom URL to get Token (e.g. for US GCC Region it may be https://login.microsoftonline.us/xxxx/yyyy/token rather than https://login.microsoftonline.com/xxxx/yyyy/token - see ***.us vs ***.com). This option is only applicable if you choose AuthType to OAuth | ||||||||||
ClientId | This is your Azure AD App Id (i.e. Client Id). If you choose AuthType as OAuth then you have to supply this property. You can obtain Client Id using these steps https://zappysys.com/links/?id=10116 | ||||||||||
ClientSecret | This is your Client Secret obtained from Azure AD App page. If you choose AuthType as OAuth then you have to supply this property. You can obtain Client Secret using these steps https://zappysys.com/links/?id=10116 | ||||||||||
ConnectionString | |||||||||||
RetryMode |
|
||||||||||
RetryCountMax | |||||||||||
RetryMessageList | |||||||||||
RetryMultiplyWaitTime | |||||||||||
RetryStatusCodeList | |||||||||||
RetryWaitTimeMs | |||||||||||
UseProxy | Enable custom proxy settings (If this is not set then system default proxy will be used. To disable proxy totally uncheck this option and check DoNotUseDefaultProxy option if available) | ||||||||||
ProxyUrl | Web URL of Proxy server (including port if necessary). [e.g. http://myproxyserver:8080/] | ||||||||||
DoNotUseDefaultProxy | Do not use system default proxy (This setting is ignored if UseProxy=true) | ||||||||||
ProxyUseCreds | Enable passing userid and password to proxy server | ||||||||||
ProxyPassword | Proxy password | ||||||||||
ProxyUserName | Proxy username |