SnowflakeV2LinkedService interface
Snowflake linked service.
- Extends
Properties
account |
The account identifier of your Snowflake account, e.g. xy12345.east-us-2.azure |
authentication |
The type used for authentication. Type: string. |
client |
The client ID of the application registered in Azure Active Directory for AADServicePrincipal authentication. |
client |
The Azure key vault secret reference of client secret for AADServicePrincipal authentication. |
database | The name of the Snowflake database. |
encrypted |
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. |
private |
The Azure key vault secret reference of privateKey for KeyPair auth. |
private |
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. |
tenant |
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. |
connect |
The integration runtime reference. |
description | Linked service description. |
parameters | Parameters for linked service. |
version | Version of the 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
version
Version of the linked service.
version?: string
Property Value
string
Inherited From LinkedService.version