SnowflakeV2LinkedService interface
Snowflake 鏈接服務。
- Extends
屬性
account |
Snowflake 帳戶的帳戶標識碼,例如 xy12345.east-us-2.azure |
authentication |
用於驗證的類型。 類型:字串。 |
client |
在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式用戶端識別碼。 |
client |
AADServicePrincipal 驗證客戶端密碼的 Azure 金鑰保存庫秘密參考。 |
database | Snowflake 資料庫的名稱。 |
encrypted |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
host | Snowflake 帳戶的主機名。 |
password | 連接字串中密碼的 Azure 金鑰保存庫秘密參考。 |
private |
適用於 KeyPair 驗證之 privateKey 的 Azure 金鑰保存庫秘密參考。 |
private |
使用加密私鑰進行 KeyPair 驗證的私鑰密碼 Azure 金鑰保存庫秘密參考。 |
scope | 在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式範圍。 |
tenant |
在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式租用戶標識碼。 |
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 驗證的應用程式用戶端識別碼。
clientId?: any
屬性值
any
clientSecret
database
Snowflake 資料庫的名稱。
database: any
屬性值
any
encryptedCredential
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。
encryptedCredential?: string
屬性值
string
host
Snowflake 帳戶的主機名。
host?: any
屬性值
any
password
privateKey
privateKeyPassphrase
使用加密私鑰進行 KeyPair 驗證的私鑰密碼 Azure 金鑰保存庫秘密參考。
privateKeyPassphrase?: SecretBaseUnion
屬性值
scope
在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式範圍。
scope?: any
屬性值
any
tenantId
在 Azure Active Directory 中註冊以進行 AADServicePrincipal 驗證的應用程式租用戶標識碼。
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}