WebBasicAuthentication interface
使用基本身份驗證與 HTTP 端點通訊的 WebLinkedService。
- Extends
屬性
authentication |
多型歧視性,指定這個物件可以是的不同類型 |
password | 基本身份驗證的密碼。 |
username | 基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。 |
繼承的屬性
url | Web 服務端點的 URL,例如 https://www.microsoft.com 。 Type:string (或 expression with resultType string) 。 |
屬性詳細資料
authenticationType
多型歧視性,指定這個物件可以是的不同類型
authenticationType: "Basic"
屬性值
"Basic"
password
username
基本身份驗證的用戶名稱。 Type:string (或 expression with resultType string) 。
username: any
屬性值
any
繼承的屬性詳細資料
url
Web 服務端點的 URL,例如 https://www.microsoft.com 。 Type:string (或 expression with resultType string) 。
url: any
屬性值
any