RestServiceLinkedService interface
Rest 服務鏈接服務。
- Extends
屬性
aad |
您要求授權使用的資源。 Type:string (或 expression with resultType string) 。 |
authentication |
用來連線到 REST 服務的驗證類型。 |
auth |
要求中用於授權之 RESTful API 的其他 HTTP 標頭。 Type:object (或 Expression with resultType 物件)。 |
azure |
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。 |
client |
與應用程式相關聯的用戶端標識碼。 Type:string (或 expression with resultType string) 。 |
client |
與應用程式相關聯的客戶端密碼。 |
credential | 包含驗證資訊的認證參考。 |
enable |
是否要在連線到端點時驗證伺服器端 SSL 憑證。默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
encrypted |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
password | 基本身份驗證類型中使用的密碼。 |
resource | 要求存取的目標服務或資源。 Type:string (或 expression with resultType string) 。 |
scope | 所需的存取範圍。 它描述將要求何種存取權。 Type:string (或 expression with resultType string) 。 |
service |
AadServicePrincipal 驗證類型中使用的應用程式用戶端標識碼。 Type:string (或 expression with resultType string) 。 |
service |
AadServicePrincipal 驗證類型中使用的應用程式密鑰。 |
tenant | 在應用程式所在的 AadServicePrincipal 驗證類型中使用的租使用者資訊(功能變數名稱或租用戶標識碼)。 Type:string (或 expression with resultType string) 。 |
token |
要取得存取令牌之授權伺服器的令牌端點。 Type:string (或 expression with resultType string) 。 |
type | 多型歧視性,指定這個物件可以是的不同類型 |
url | REST 服務的基底 URL。 Type:string (或 expression with resultType string) 。 |
user |
基本身份驗證類型中使用的用戶名稱。 Type:string (或 expression with resultType string) 。 |
繼承的屬性
annotations | 可用於描述連結服務的標籤清單。 |
connect |
整合運行時間參考。 |
description | 鏈接的服務描述。 |
parameters | 連結服務的參數。 |
屬性詳細資料
aadResourceId
您要求授權使用的資源。 Type:string (或 expression with resultType string) 。
aadResourceId?: any
屬性值
any
authenticationType
用來連線到 REST 服務的驗證類型。
authenticationType: string
屬性值
string
authHeaders
要求中用於授權之 RESTful API 的其他 HTTP 標頭。 Type:object (或 Expression with resultType 物件)。
authHeaders?: any
屬性值
any
azureCloudType
指出服務主體驗證的 Azure 雲端類型。允許的值為 AzurePublic、AzureChina、AzureUsGovernment、AzureGermany。 預設值為數據處理站區域的雲端類型。 Type:string (或 expression with resultType string) 。
azureCloudType?: any
屬性值
any
clientId
與應用程式相關聯的用戶端標識碼。 Type:string (或 expression with resultType string) 。
clientId?: any
屬性值
any
clientSecret
credential
enableServerCertificateValidation
是否要在連線到端點時驗證伺服器端 SSL 憑證。默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。
enableServerCertificateValidation?: any
屬性值
any
encryptedCredential
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。
encryptedCredential?: string
屬性值
string
password
resource
要求存取的目標服務或資源。 Type:string (或 expression with resultType string) 。
resource?: any
屬性值
any
scope
所需的存取範圍。 它描述將要求何種存取權。 Type:string (或 expression with resultType string) 。
scope?: any
屬性值
any
servicePrincipalId
AadServicePrincipal 驗證類型中使用的應用程式用戶端標識碼。 Type:string (或 expression with resultType string) 。
servicePrincipalId?: any
屬性值
any
servicePrincipalKey
tenant
在應用程式所在的 AadServicePrincipal 驗證類型中使用的租使用者資訊(功能變數名稱或租用戶標識碼)。 Type:string (或 expression with resultType string) 。
tenant?: any
屬性值
any
tokenEndpoint
要取得存取令牌之授權伺服器的令牌端點。 Type:string (或 expression with resultType string) 。
tokenEndpoint?: any
屬性值
any
type
多型歧視性,指定這個物件可以是的不同類型
type: "RestService"
屬性值
"RestService"
url
REST 服務的基底 URL。 Type:string (或 expression with resultType string) 。
url: any
屬性值
any
userName
基本身份驗證類型中使用的用戶名稱。 Type:string (或 expression with resultType string) 。
userName?: any
屬性值
any
繼承的屬性詳細資料
annotations
connectVia
整合運行時間參考。
connectVia?: IntegrationRuntimeReference
屬性值
description
parameters
連結服務的參數。
parameters?: {[propertyName: string]: ParameterSpecification}
屬性值
{[propertyName: string]: ParameterSpecification}