SnowflakeV2LinkedService interface
Snowflake 链接服务。
属性
| account |
Snowflake 帐户的帐户标识符,例如 xy12345.east-us-2.azure |
| authentication |
用于身份验证的类型。 类型:字符串。 |
| client |
在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的客户端 ID。 |
| client |
用于 AADServicePrincipal 身份验证的客户端机密的 Azure 密钥保管库机密参考。 |
| database | Snowflake 数据库的名称。 |
| encrypted |
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。 |
| host | Snowflake 帐户的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| password | 连接字符串中密码的 Azure Key Vault 机密引用。 |
| private |
用于 KeyPair 身份验证的 privateKey 的 Azure Key Vault 机密参考。 |
| private |
使用加密私钥进行 KeyPair 身份验证的私钥密码的 Azure 密钥保管库机密参考。 |
| role | 在 Snowflake 会话中使用的默认访问控制角色。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| schema | 连接的架构名称。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| scope | 在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的范围。 |
| tenant |
在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的租户 ID。 |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
| user | Snowflake 用户的名称。 |
| warehouse | Snowflake 仓库的名称。 |
继承属性
| annotations | 可用于描述链接服务的标记列表。 |
| connect |
集成运行时参考。 |
| description | 链接服务说明。 |
| parameters | 链接服务的参数。 |
| version | 链接服务的版本。 |
属性详细信息
accountIdentifier
Snowflake 帐户的帐户标识符,例如 xy12345.east-us-2.azure
accountIdentifier: any
属性值
any
authenticationType
用于身份验证的类型。 类型:字符串。
authenticationType?: string
属性值
string
clientId
在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的客户端 ID。
clientId?: any
属性值
any
clientSecret
用于 AADServicePrincipal 身份验证的客户端机密的 Azure 密钥保管库机密参考。
clientSecret?: SecretBaseUnion
属性值
database
Snowflake 数据库的名称。
database: any
属性值
any
encryptedCredential
用于身份验证的加密凭据。 凭据使用集成运行时凭据管理器进行加密。 类型:字符串。
encryptedCredential?: string
属性值
string
host
Snowflake 帐户的主机名。 类型:字符串(或带有 resultType 字符串的表达式)。
host?: any
属性值
any
password
privateKey
用于 KeyPair 身份验证的 privateKey 的 Azure Key Vault 机密参考。
privateKey?: SecretBaseUnion
属性值
privateKeyPassphrase
使用加密私钥进行 KeyPair 身份验证的私钥密码的 Azure 密钥保管库机密参考。
privateKeyPassphrase?: SecretBaseUnion
属性值
role
在 Snowflake 会话中使用的默认访问控制角色。 类型:字符串(或带有 resultType 字符串的表达式)。
role?: any
属性值
any
schema
连接的架构名称。 类型:字符串(或带有 resultType 字符串的表达式)。
schema?: any
属性值
any
scope
在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的范围。
scope?: any
属性值
any
tenantId
在 Azure Active Directory 中注册用于 AADServicePrincipal 身份验证的应用程序的租户 ID。
tenantId?: any
属性值
any
type
多态鉴别器,它指定此对象可以的不同类型的
type: "SnowflakeV2"
属性值
"SnowflakeV2"
user
Snowflake 用户的名称。
user?: any
属性值
any
warehouse
Snowflake 仓库的名称。
warehouse: any
属性值
any
继承属性详细信息
annotations
connectVia
集成运行时参考。
connectVia?: IntegrationRuntimeReference
属性值
继承自
description
parameters
链接服务的参数。
parameters?: {[propertyName: string]: ParameterSpecification}
属性值
{[propertyName: string]: ParameterSpecification}