Option
|
Description
|
Access Token
|
The automatically OAuth access token used for Zendesk authorization and accessing Zendesk account data.
|
API Token
|
An automatically generated unique key allowing connection to user's Zendesk account.
|
Authentication Type
|
Specifies the authentication type for connecting to Zendesk: Basic, APIToken or AccessToken.
|
Connection Lifetime
|
Time interval (in seconds) during which the connection is kept alive. The default value is 0 (in seconds).
|
Connection Timeout
|
The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error. The default value is 60.
|
Default Command Timeout
|
The time interval (in seconds) to wait for establishing a connection to the server before terminating the attempt and generating an error. The default value is 60.
|
Failover Retries
|
The number of retries to perform a command if it fails because of the exception, which indicates that the reason of a failure may be temporary. The default value is 7.
|
Incremental Export
|
Determines, whether to use the incremental export API for quering tickets from Zendesk. The default value is False.
|
Initialization Command
|
Specifies a database-specific command executed right after opening the connection.
|
Local SQL Engine
|
Enables local SQL processing, that allows using more standard SELECT statement features. This parameter is enabled by default, so that the default value is True.
|
Max Pool Size
|
The maximum number of connections allowed in the pool. Setting the Max Pool Size value in the connection string can affect performance. The default value is 100.
|
Min Pool Size
|
The minimum number of connections allowed in the pool. The default value is 0.
|
NormalizeDbNames
|
Shortens too long names (e.g. table or column names) exceeding the 63-character limit. If the name is too long, the initial 51 characters are retained and an underscore and a hash are added to the name.
|
Password
|
The user password used for signing in to your Zendesk account. This parameter value is required for Basic (email/password) authentication type.
|
Persist Security Info
|
Indicates if security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state.
|
Pooling
|
If set to True, (i.e. the default value), the connection is drawn from the appropriate pool or is created and added to the pool.
|
Proxy Host
|
The name or IP address of the proxy server to connect to, 'Proxy Host=X' in the connection string.
|
Proxy Password
|
The password for the proxy server account, 'Proxy Password=X' in the connection string.
|
Proxy Port
|
The port number of the proxy server to connect to, 'Proxy Port=X' in the connection string.The default value is 3128.
|
Proxy User
|
The proxy server account name, 'Proxy User=X' in the connection string.
|
Readonly
|
If set to True, the connection allows only reading the source data (this applies to SELECT statements only). The default value is False.
|
Run Once Command
|
Specifies a command to execute when the connection is opened for the first time and not executed when the connection is taken from the pool.
|
Server
|
Provides basic URL to user's Zendesk account.
|
Subdomain
|
The URL address of your Zendesk domain. This parameter specifies a tenant-specific set of Zendesk API endpoints.
|
Token Server
|
Specifies the location where new tokens are stored between sessions. This location serves as a storage place for access/refresh tokens, which are automatically refreshed by the provider as soon as the current token expires. You can specify the URL to the token server or the path to a file or a registry key, where temporary tokens will be stored.
|
Use Custom Fields
|
Determines whether user-defined custom fields for specific objects will be processed in Zendesk, allowing reading and editing custom fields data. The default value is True.
|
Use Search API
|
Determines whether to use Search API for querying data from Zendesk. The default parameter value is True. By setting this parameter to False, data querying from Zendesk will be disabled.
|
UTC Dates
|
If set to True, dates will be converted to UTC format during import, and the date values entered by the user (in SELECT statements, etc.) are considered UTC dates when sending them to the data source.
|