SnowflakeV2LinkedServiceResponse

data class SnowflakeV2LinkedServiceResponse(val accountIdentifier: Any, val annotations: List<Any>? = null, val authenticationType: String? = null, val clientId: Any? = null, val clientSecret: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val database: Any, val description: String? = null, val encryptedCredential: String? = null, val host: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val privateKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val privateKeyPassphrase: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val role: Any? = null, val schema: Any? = null, val scope: Any? = null, val tenantId: Any? = null, val type: String, val user: Any? = null, val version: String? = null, val warehouse: Any)

Snowflake linked service.

Constructors

Link copied to clipboard
constructor(accountIdentifier: Any, annotations: List<Any>? = null, authenticationType: String? = null, clientId: Any? = null, clientSecret: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, database: Any, description: String? = null, encryptedCredential: String? = null, host: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, privateKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, privateKeyPassphrase: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, role: Any? = null, schema: Any? = null, scope: Any? = null, tenantId: Any? = null, type: String, user: Any? = null, version: String? = null, warehouse: Any)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val annotations: List<Any>? = null

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

Link copied to clipboard

The type used for authentication. Type: string.

Link copied to clipboard
val clientId: Any? = null

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

Link copied to clipboard

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

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard

The name of the Snowflake database.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

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

Link copied to clipboard
val host: Any? = null

The host name of the Snowflake account. Type: string (or Expression with resultType string).

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val role: Any? = null

The default access control role to use in the Snowflake session. Type: string (or Expression with resultType string).

Link copied to clipboard
val schema: Any? = null

Schema name for connection. Type: string (or Expression with resultType string).

Link copied to clipboard
val scope: Any? = null

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

Link copied to clipboard
val tenantId: Any? = null

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

Link copied to clipboard

Type of linked service. Expected value is 'SnowflakeV2'.

Link copied to clipboard
val user: Any? = null

The name of the Snowflake user.

Link copied to clipboard
val version: String? = null

Version of the linked service.

Link copied to clipboard

The name of the Snowflake warehouse.