Host Registration Payloads Reference Guide
The parameters for configuring an integration in Immuta are outlined in the table below.
Attribute | Description | Required or optional | Accepted values |
---|---|---|---|
connectionKey | A unique name for the host connection. | Required | - |
connection | Required | - | |
settings | See Settings object. | Optional | - |
options | See Options object. | Optional | - |
nativeIntegration | Required | - |
Settings object
The settings object configures connection settings. The table below outlines its child parameters.
Attribute | Description | Required or optional | Accepted values |
---|---|---|---|
isActive | If | Optional |
|
activateNewChildren | If | Optional |
|
infrastructureAdmins | A list of the users and groups that are infrastructure admins on the host. These users can crawl the host, edit the connection, and delete data objects. | Optional | - |
dataOwners | A list of users and groups that are data owners on the host. These users will be data owners for all the data sources under the data object they are assigned to. | Optional | - |
Options object
The options object configures an option for your connection. The table below outlines its child parameter.
Attribute | Description | Required or optional | Accepted values |
---|---|---|---|
forceRecursiveCrawl | When | Optional |
|
Native integration object
The nativeIntegration object configures integration information and options. The table below outlines its child parameters.
Attribute | Description | Required or optional | Accepted values |
---|---|---|---|
type | The type of technology. | Required |
|
autoBootstrap | When | Required |
|
config | This object specifies the integration settings. See the config object description for your technology: Snowflake or Databricks Unity Catalog. | Required | - |
unityCatalog | When | Required if type is |
|
Snowflake connection object
The connection object configures the Snowflake connection information. The table below outlines its child parameters.
Attribute | Description | Required or optional | Accepted values |
---|---|---|---|
technology | The technology backing the new host. | Required |
|
hostname | The URL of your Snowflake account. This is the same as | Required | - |
port | The port to use when connecting to your Snowflake account host. Defaults to | Required |
|
warehouse | The default pool of compute resources the Immuta system user will use to run queries and perform other Snowflake operations. | Required | - |
role | The privileged Snowflake role used by the Immuta system account when configuring the Snowflake host. It must be able to see the data that Immuta will govern. | Required | - |
authenticationType | The authentication type to connect to the host. Make sure this auth type is the same used when requesting the script. | Required |
|
username | The username of the system account that can act on Snowflake objects and configure the host. | Required when authenticationType is | - |
password | The password of the system account that can act on Snowflake objects and configure the host. | Required when authenticationType is | - |
privateKeyPassword | The Snowflake private key password. | Required when authenticationType is | - |
privateKey | Required when authenticationType is | - | |
oAuthClientConfig | Required when authenticationType is | - |
Snowflake config object
The config object configures the Snowflake integration information and options. The table below outlines its child parameters.
Attribute | Description | Required or optional | Accepted values |
---|---|---|---|
authenticationType | The authentication type to connect to the host. Make sure this auth type is the same as the | Required |
|
username | The username of the system account that can act on Snowflake objects and configure the host. | Required when authenticationType is | - |
password | The password of the system account that can act on Snowflake objects and configure the host. | Required when authenticationType is | - |
privateKeyPassword | The Snowflake private key password. | Required when authenticationType is | - |
keyName | The Immuta-given name of your private key. | Required when authenticationType is |
|
userFilename | The name of the private key file on your machine. | Required when authenticationType is | - |
content | The private key. Replace new lines in the private key with a backslash before the new line character: "\n". If you are using another means of configuration, such as a Python script, the "\n" should not be added.
In the integrations API, this is the | Required when authenticationType is | - |
oAuthClientConfig | Required when authenticationType is | - | |
host | The URL of your Snowflake account. | Required | - |
port | The port to use when connecting to your Snowflake account host. | Optional. Defaults to |
|
warehouse | The default pool of compute resources the Immuta system user will use to run queries and perform other Snowflake operations. | Required | - |
database | The name of the Snowflake database Immuta will create to store internal entitlements and other user data specific to Immuta. This database will only be readable for the Immuta user and should not be granted to other users. The database name may only contain letters, numbers, and underscores and cannot start with a number. | Required | - |
impersonation | Enables user impersonation. See the impersonation object. | Optional | - |
audit | This object enables Snowflake query audit. See the audit object. | Optional | - |
workspaces | This object represents an Immuta project workspace configured for Snowflake. See the workspaces object. | Optional | - |
lineage | Enables Snowflake lineage ingestion so that Immuta can apply tags added to Snowflake tables to their descendant data source columns. See the lineage object. | Optional | - |
userRolePattern | This object excludes roles and users from authorization checks. See the user role pattern object. | Optional | - |
Snowflake private key object
The privateKey object represents your private key in Snowflake. This object is required if you set privateKey
as your authentication type. The table below outlines the object's child parameters
Attribute | Description | Accepted values |
---|---|---|
keyName | The Immuta-given name of your private key. |
|
userFilename | The name of the private key file on your machine. | - |
content | The private key. Replace new lines in the private key with a backslash before the new line character: "\n". If you are using another means of configuration, such as a Python script, the "\n" should not be added. In the integrations API, this is the | - |
Snowflake OAuth object
The oAuthClientConfig object represents your OAuth configuration in Snowflake. This object is required if you set oAuthClientCredentials
as your authentication type. The table below outlines the object's child parameters
Attribute | Description | Required or optional | Accepted values |
---|---|---|---|
useCertificate | Specifies whether or not to use a certificate and private key for authenticating with OAuth. | Required |
|
clientId | The client identifier of your registered application. | Required | - |
authorityUrl | Authority URL of your identity provider. | Required | - |
scope | The scope limits the operations and roles allowed in Snowflake by the access token. | Required |
|
resource | An optional resource to pass to the token provider. | Optional | - |
publicCertificateThumbprint | Your certificate thumbprint. | Required if useCertificate is | - |
oauthPrivateKey | Required if useCertificate is | - | |
clientSecret | Client secret of the application. | Required if useCertificate is | - |
Snowflake OAuth private key
The oauthPrivateKey object represents your OAuth private key in Snowflake. This object is required if you set oAuthClientCredentials
as your authentication type, and useCertificate
is set to true
. The table below outlines the object's child parameters.
Attribute | Description | Accepted values |
---|---|---|
keyName | The Immuta-given name of your private key. |
|
userFilename | The name of your private key file on your machine. | - |
content | The private key. Replace new lines in the private key with a backslash before the new line character: "\n". If you are using another means of configuration, such as a Python script, the "\n" should not be added. In the integrations API, this is the | - |
Databricks Unity Catalog connection object
The connection object configures the Databricks Unity Catalog connection information. The table below outlines its child parameters.
Attribute | Description | Required or optional | Accepted values | |
---|---|---|---|---|
technology | The technology backing the new host. | Required |
| |
hostname | Your Databricks workspace URL. This is the same as | Required | - | |
port | The port to use when connecting to your Databricks account host. Defaults to | Required |
| |
httpPath | The HTTP path of your Databricks cluster or SQL warehouse. | Required | - | |
authenticationType | The authentication type to connect to the host. Make sure this auth type is the same used when requesting the script. | Required |
| |
token | The Databricks personal access token for the service principal created for Immuta. | Required | - |
Databricks Unity Catalog config object
The config object configures the Databricks Unity Catalog integration information and options. The table below outlines its child parameters.
Attribute | Description | Required or optional | Accepted values |
---|---|---|---|
authenticationType | The authentication type to connect to the host. Make sure this auth type is the same used when requesting the script. | Required |
|
token | The Databricks personal access token for the service principal created for Immuta. | Required | - |
host | Your Databricks workspace URL. This is the same as | Required | - |
port | The port to use when connecting to your Databricks account host. Defaults to | Optional. Defaults to |
|
httpPath | The HTTP path of your Databricks cluster or SQL warehouse. | Required | - |
catalog | The name of the Databricks catalog Immuta will create to store internal entitlements and other user data specific to Immuta. This catalog will only be readable for the Immuta service principal and should not be granted to other users. The catalog name may only contain letters, numbers, and underscores and cannot start with a number. | Required | - |
audit | This object enables Databricks Unity Catalog query audit. See the audit object. | Optional | - |
workspaceIds | The optional workspaces to filter audit to. | Optional | - |
enableNativeQueryParsing | If | Optional |
|
groupPattern | Excludes the listed group from having data policies applied in the Databricks Unity Catalog integration. See the Databricks Unity Catalog group pattern object. | Optional | - |
jobConfig | This object controls query parsing configuration. See the Databricks Unity Catalog job config object. | Optional | - |
Audit object
The audit object enables query audit. The table below outlines its child parameter.
Attribute | Description | Accepted values |
---|---|---|
enabled | If |
|
Snowflake impersonation object
The impersonation object enables and defines roles for user impersonation for Snowflake. The table below outlines its child parameters.
Parameter | Description | Accepted values |
---|---|---|
enabled | When |
|
role | The name of the user impersonation role. | - |
Snowflake workspace object
The workspaces object represents an Immuta project workspace configured for Snowflake. The table below outlines its child parameters.
Parameter | Description | Accepted values |
---|---|---|
enabled | This setting enables or disables Snowflake project workspaces. If you use Snowflake secure data sharing with Immuta, set this property to |
|
warehouses | This array is a list of warehouses workspace users have usage privileges on. | - |
Snowflake lineage object
The lineage object enables Snowflake native lineage ingestion. When this setting is enabled, Immuta automatically applies tags added to a Snowflake table to its descendant data source columns in Immuta so you can build policies using those tags to restrict access to sensitive data. The table below outlines its child parameters.
Parameter | Description | Required or optional | Accepted values |
---|---|---|---|
enabled | When | Optional |
|
lineageConfig | Configures what tables Immuta will ingest lineage history for, the number of rows to ingest per batch, and what tags to propagate. Child parameters include tableFilter, tagFilterRegex, and ingestBatchSize. | Required if enabled is | - |
lineageConfig.tableFilter | This child parameter of lineageConfig determines which tables Immuta will ingest lineage for. Use a regular expression that excludes | Optional | Regular expression that excludes |
lineageConfig.tagFilterRegex | This child parameter of lineageConfig determines which tags to propagate using lineage. Use a regular expression that excludes | Optional | Regular expression that excludes |
lineageConfig.ingestBatchSize | This child parameter of lineageConfig configures the number of rows Immuta ingests per batch when streaming Access History data from your Snowflake instance. | Optional | Minimum value of |
Snowflake user role pattern object
The userRolePattern object excludes roles and users from authorization checks in the Snowflake integration. The table below outlines its child parameter.
Parameter | Description | Accepted values |
---|---|---|
exclude | This array is a list of roles and users to exclude from authorization checks. | - |
Databricks group pattern object
The groupPattern object excludes the listed group from having data policies applied in the Databricks Unity Catalog integration. This account-level group should be used for privileged users and service accounts that require an unmasked view of data. The table below outlines its child parameter.
Parameter | Description | Default values | Accepted values |
---|---|---|---|
deny | The name of a group in Databricks that will be excluded from having data policies applied. This account-level group should be used for privileged users and service accounts that require an unmasked view of data. |
| - |
Databricks Unity Catalog job config object
The jobConfig object controls configuration settings for Databricks Unity Catalog query parsing. The table below outlines its child parameters.
Attribute | Description | Accepted values |
---|---|---|
workspaceDirectoryPath | The file path of the workspace directory. |
|
jobClusterId | The ID of the job cluster. |
|
Last updated