WebBasicAuthentication interface
使用基本身份验证与 HTTP 终结点通信的 WebLinkedService。
属性
| authentication |
多态鉴别器,它指定此对象可以的不同类型的 |
| password | 基本身份验证的密码。 |
| username | 基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。 |
继承属性
| url | Web 服务终结点的 URL,例如 https://www.microsoft.com。 类型:字符串(或带有 resultType 字符串的表达式)。 |
属性详细信息
authenticationType
多态鉴别器,它指定此对象可以的不同类型的
authenticationType: "Basic"
属性值
"Basic"
password
username
基本身份验证的用户名。 类型:字符串(或带有 resultType 字符串的表达式)。
username: any
属性值
any