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. |
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 and the Data Access Management services. 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. Note: If you’re using this connection to apply data access policies through pushdown or proxy services, you cannot use the Secret Vault configuration option. 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. You can specify a Secure Agent or Hosted Agent. For more information about how to configure and use the runtime environments, see Runtime environments. |
Base URL | The base URL to connect to the Slack APIs. For example, https://slack.com/api/ |
Property | Description |
|---|---|
Client ID | Client ID of your Slack application. |
Client Secret | Client secret of your Slack application. |
Scope | The permissions for the Slack application to perform specific operations in your Slack workspace. Separate multiple values with a comma. Do not add spaces between the values. For operations that require chat:write or files:write scopes, ensure that you use chat:write:user, chat:write:bot, or files:write:user based on whether you created the application for a user or a bot. |
Access Token | Access token of your Slack application. Generate the access token for a user or a bot for which you created the application. When you generate the access token, specify the workspace name in the following format: your-workspace.slack.com To use administration operations, enter the URL of your enterprise organization. For example, your-workspace.enterprise.slack.com |
Access Token Parameters | Additional parameters to be included in the access token URL to get the access token. Define the parameters in key-value pairs in JSON format. Separate multiple key-value pairs with a comma. For example, client_id=1234567890,client_secret=abcd1234 |
Authorization Code Parameters | Additional parameters to be included in the authorization code URL to get the authorization code. Define the parameters in key-value pairs in JSON format. Separate multiple key-value pairs with a comma. For example, client_id=1234567890,scope=channels:read+groups:read+im:read+mpim:read,redirect_uri=https://iics-icinq1.informaticacloud.com/ma/proxy/oauthcallback |
Property | Description |
|---|---|
Token | Token of your Slack application. Specify the token for a user or a bot for which you created the Slack application. |