Property | Description |
---|---|
Connection Name | Name of the connection. Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -, Maximum length is 255 characters. |
Description | Description of the connection. Maximum length is 4000 characters. |
Type | Veeva Vault |
Use Secret Vault | Stores sensitive credentials for this connection in the secrets manager that is configured for your organization. This property appears only if secrets manager is set up for your organization. This property is not supported by Data Ingestion and Replication. When you enable the secret vault in the connection, you can select which credentials that the Secure Agent retrieves from the secrets manager. If you don't enable this option, the credentials are stored in the repository or on a local Secure Agent, depending on how your organization is configured. For information about how to configure and use a secrets manager, see Secrets manager configuration. |
Runtime Environment | The name of the runtime environment where you want to run tasks. Select a Secure Agent. |
Property | Description |
---|---|
Vault DNS | The DNS name for the Veeva Vault endpoint. Enter the DNS name in the following format: https://<Domain address>.veevavault.com For example, if your domain address is <MyDomain>, enter the following DNS name: https://<MyDomains>.veevavault.com |
API Version | The Veeva Vault API version you want to connect to. Enter the Veeva Vault API version. For example, if the Veeva Vault API version is 24.3, enter the following value: v24.3 |
User Name | The user name to connect to the Veeva Vault account. |
Password | The password to connect to the Veeva Vault account. |
Property | Description |
---|---|
Retry Count | The maximum number of retry attempts made to receive a response from the Veeva Vault endpoint. |
Retry Interval | The time in milliseconds to wait before the Veeva Vault connection retries to receive a response. |
Additional Properties | The additional parameters that you can use to connect to Veeva Vault. You can enter multiple additional parameters, each separated by an ampersand with colon (&:), in the following format: <parameter name1>=<value1>&:<parameter name2>=<value2>&:<parameter name3>=<value3>... Default is okhttp.retryStatusCodes=429,500,502,503,504&:okhttp.connectTimeout=30&:okhttp.readTimeout=30&:okhttp.writeTimeout=30 . |
Property | Description |
---|---|
Vault DNS | The DNS name for the Veeva Vault endpoint. Enter the DNS name in the following format: https://<Domain address>.veevavault.com For example, if your domain address is <MyDomain>, enter the following DNS name: https://<MyDomains>.veevavault.com |
API Version | The Veeva Vault API version you want to connect to. Enter the Veeva Vault API version. For example, if the Veeva Vault API version is 24.3, enter the following value: v24.3 |
Authorization URL | The Veeva Vault authorization endpoint of the OAuth 2.0 authorization server that is used to authorize the user request. Enter the authorization URL in the following format: https://<Host name of the authorization server>/oauth2/v2.0/authorize |
Access Token URL | The Veeva Vault access token endpoint of the OAuth 2.0 authorization server that is used to exchange the authorization code to get an access token. Enter the access token URL in the following format: https://<Host name of the authorization server>/oauth2/v2.0/token |
Client ID | The client identifier of your application generated when you configure the application for OAuth. |
Scope | The scope of the access request when the Veeva Vault endpoint has defined custom scopes. You can enter multiple scope attributes, each separated by a space, in the following format: <Scope attribute1> <Scope attribute2> <Scope attribute3>... |
OAuth Profile ID | The unique identifier assigned to your OAuth profile in Veeva Vault. |
Access Token | The access token granted by the authorization server to access the Veeva Vault data. Enter the populated access token value that you get from the OAuth endpoint, or click Generate Access Token to populate the access token value. |
Property | Description |
---|---|
Retry Count | The maximum number of retry attempts made to receive a response from the Veeva Vault endpoint. |
Retry Interval | The time in milliseconds to wait before the Veeva Vault connection retries to receive a response. |
Additional Properties | The additional parameters that you can configure to connect to Veeva Vault. You can enter multiple additional parameters, each separated by an ampersand with colon (&:), in the following format: <parameter name1>=<value1>&:<parameter name2>=<value2>&:<parameter name3>=<value3>... Default is okhttp.retryStatusCodes=429,500,502,503,504&:okhttp.connectTimeout=30&:okhttp.readTimeout=30&:okhttp.writeTimeout=30 . |