ODataLinkedService interface
開啟資料通訊協定 (OData) 連結服務。
- Extends
屬性
aad |
指定您要求授權以使用 Directory 的資源。 Type:string (或 expression with resultType string) 。 |
aad |
指定服務主體所使用的認證類型(金鑰或憑證)。 |
authentication |
用來連線到 OData 服務的驗證類型。 |
auth |
要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。 |
azure |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 |
encrypted |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
password | OData 服務的密碼。 |
service |
指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。 |
service |
如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。 |
service |
指定在 Azure Active Directory 中註冊之應用程式的應用程式識別碼。 Type:string (或 expression with resultType string) 。 |
service |
指定在 Azure Active Directory 中註冊之應用程式的秘密。 Type:string (或 expression with resultType string) 。 |
tenant | 指定應用程式所在的租使用者資訊(功能變數名稱或租使用者標識符)。 Type:string (或 expression with resultType string) 。 |
type | 多型歧視性,指定這個物件可以是的不同類型 |
url | OData 服務端點的 URL。 Type:string (或 expression with resultType string) 。 |
user |
OData 服務的用戶名稱。 Type:string (或 expression with resultType string) 。 |
繼承的屬性
annotations | 可用於描述連結服務的標籤清單。 |
connect |
整合運行時間參考。 |
description | 鏈接的服務描述。 |
parameters | 連結服務的參數。 |
屬性詳細資料
aadResourceId
指定您要求授權以使用 Directory 的資源。 Type:string (或 expression with resultType string) 。
aadResourceId?: any
屬性值
any
aadServicePrincipalCredentialType
指定服務主體所使用的認證類型(金鑰或憑證)。
aadServicePrincipalCredentialType?: string
屬性值
string
authenticationType
用來連線到 OData 服務的驗證類型。
authenticationType?: string
屬性值
string
authHeaders
要求中用於授權之 RESTful API 的其他 HTTP 標頭。 類型:索引鍵值組(值應該是字串類型)。
authHeaders?: any
屬性值
any
azureCloudType
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。
azureCloudType?: any
屬性值
any
encryptedCredential
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。
encryptedCredential?: string
屬性值
string
password
servicePrincipalEmbeddedCert
指定在 Azure Active Directory 中註冊之應用程式的base64編碼憑證。 Type:string (或 expression with resultType string) 。
servicePrincipalEmbeddedCert?: SecretBaseUnion
屬性值
servicePrincipalEmbeddedCertPassword
如果您的憑證具有密碼,且您使用的是 AadServicePrincipal 驗證,請指定憑證的密碼。 Type:string (或 expression with resultType string) 。
servicePrincipalEmbeddedCertPassword?: SecretBaseUnion
屬性值
servicePrincipalId
指定在 Azure Active Directory 中註冊之應用程式的應用程式識別碼。 Type:string (或 expression with resultType string) 。
servicePrincipalId?: any
屬性值
any
servicePrincipalKey
指定在 Azure Active Directory 中註冊之應用程式的秘密。 Type:string (或 expression with resultType string) 。
servicePrincipalKey?: SecretBaseUnion
屬性值
tenant
指定應用程式所在的租使用者資訊(功能變數名稱或租使用者標識符)。 Type:string (或 expression with resultType string) 。
tenant?: any
屬性值
any
type
多型歧視性,指定這個物件可以是的不同類型
type: "OData"
屬性值
"OData"
url
OData 服務端點的 URL。 Type:string (或 expression with resultType string) 。
url: any
屬性值
any
userName
OData 服務的用戶名稱。 Type:string (或 expression with resultType string) 。
userName?: any
屬性值
any
繼承的屬性詳細資料
annotations
connectVia
整合運行時間參考。
connectVia?: IntegrationRuntimeReference
屬性值
description
parameters
連結服務的參數。
parameters?: {[propertyName: string]: ParameterSpecification}
屬性值
{[propertyName: string]: ParameterSpecification}