SnowflakeV2LinkedService interface

Snowflake linked service.

Extends

Properties

accountIdentifier

The account identifier of your Snowflake account, e.g. xy12345.east-us-2.azure

authenticationType

The type used for authentication. Type: string.

clientId

The client ID of the application registered in Azure Active Directory for AADServicePrincipal authentication.

clientSecret

The Azure key vault secret reference of client secret for AADServicePrincipal authentication.

database

The name of the Snowflake database.

encryptedCredential

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

password

The Azure key vault secret reference of password in connection string.

privateKey

The Azure key vault secret reference of privateKey for KeyPair auth.

privateKeyPassphrase

The Azure key vault secret reference of private key password for KeyPair auth with encrypted private key.

scope

The scope of the application registered in Azure Active Directory for AADServicePrincipal authentication.

tenantId

The tenant ID of the application registered in Azure Active Directory for AADServicePrincipal authentication.

type

Polymorphic discriminator, which specifies the different types this object can be

user

The name of the Snowflake user.

warehouse

The name of the Snowflake warehouse.

Inherited Properties

annotations

List of tags that can be used for describing the linked service.

connectVia

The integration runtime reference.

description

Linked service description.

parameters

Parameters for linked service.

Property Details

accountIdentifier

The account identifier of your Snowflake account, e.g. xy12345.east-us-2.azure

accountIdentifier: any

Property Value

any

authenticationType

The type used for authentication. Type: string.

authenticationType?: string

Property Value

string

clientId

The client ID of the application registered in Azure Active Directory for AADServicePrincipal authentication.

clientId?: any

Property Value

any

clientSecret

The Azure key vault secret reference of client secret for AADServicePrincipal authentication.

clientSecret?: SecretBaseUnion

Property Value

database

The name of the Snowflake database.

database: any

Property Value

any

encryptedCredential

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

encryptedCredential?: string

Property Value

string

password

The Azure key vault secret reference of password in connection string.

password?: SecretBaseUnion

Property Value

privateKey

The Azure key vault secret reference of privateKey for KeyPair auth.

privateKey?: SecretBaseUnion

Property Value

privateKeyPassphrase

The Azure key vault secret reference of private key password for KeyPair auth with encrypted private key.

privateKeyPassphrase?: SecretBaseUnion

Property Value

scope

The scope of the application registered in Azure Active Directory for AADServicePrincipal authentication.

scope?: any

Property Value

any

tenantId

The tenant ID of the application registered in Azure Active Directory for AADServicePrincipal authentication.

tenantId?: any

Property Value

any

type

Polymorphic discriminator, which specifies the different types this object can be

type: "SnowflakeV2"

Property Value

"SnowflakeV2"

user

The name of the Snowflake user.

user?: any

Property Value

any

warehouse

The name of the Snowflake warehouse.

warehouse: any

Property Value

any

Inherited Property Details

annotations

List of tags that can be used for describing the linked service.

annotations?: any[]

Property Value

any[]

Inherited From LinkedService.annotations

connectVia

The integration runtime reference.

connectVia?: IntegrationRuntimeReference

Property Value

Inherited From LinkedService.connectVia

description

Linked service description.

description?: string

Property Value

string

Inherited From LinkedService.description

parameters

Parameters for linked service.

parameters?: {[propertyName: string]: ParameterSpecification}

Property Value

{[propertyName: string]: ParameterSpecification}

Inherited From LinkedService.parameters