共用方式為


SalesforceV2LinkedService interface

Salesforce V2 的鏈接服務。

Extends

屬性

apiVersion

ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 Type:string (或 expression with resultType string) 。

authenticationType

要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值

clientId

Salesforce 實例的 OAuth 2.0 用戶端認證流程驗證用戶端標識碼。 Type:string (或 expression with resultType string) 。

clientSecret

Salesforce 實例之 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。

encryptedCredential

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

environmentUrl

Salesforce 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 Type:string (或 expression with resultType string) 。

type

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

annotations

可用於描述連結服務的標籤清單。

connectVia

整合運行時間參考。

description

鏈接的服務描述。

parameters

連結服務的參數。

屬性詳細資料

apiVersion

ADF 中使用的 Salesforce API 版本。 版本必須大於或等於 Salesforce BULK API 2.0 所需的 47.0。 Type:string (或 expression with resultType string) 。

apiVersion?: any

屬性值

any

authenticationType

要用來連線到 Salesforce 的驗證類型。 目前,我們只支援 OAuth2ClientCredentials,這也是預設值

authenticationType?: any

屬性值

any

clientId

Salesforce 實例的 OAuth 2.0 用戶端認證流程驗證用戶端標識碼。 Type:string (或 expression with resultType string) 。

clientId?: any

屬性值

any

clientSecret

Salesforce 實例之 OAuth 2.0 用戶端認證流程驗證的客戶端密碼。

clientSecret?: SecretBaseUnion

屬性值

encryptedCredential

用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。

encryptedCredential?: string

屬性值

string

environmentUrl

Salesforce 實例的 URL。 例如,'https://[domain].my.salesforce.com'。 Type:string (或 expression with resultType string) 。

environmentUrl?: any

屬性值

any

type

多型歧視性,指定這個物件可以是的不同類型

type: "SalesforceV2"

屬性值

"SalesforceV2"

繼承的屬性詳細資料

annotations

可用於描述連結服務的標籤清單。

annotations?: any[]

屬性值

any[]

繼承自LinkedService.annotations

connectVia

整合運行時間參考。

connectVia?: IntegrationRuntimeReference

屬性值

繼承自LinkedService.connectVia

description

鏈接的服務描述。

description?: string

屬性值

string

繼承自LinkedService.description

parameters

連結服務的參數。

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

屬性值

{[propertyName: string]: ParameterSpecification}

繼承自LinkedService.parameters