WebBasicAuthentication interface
基本認証を使用して HTTP エンドポイントと通信する WebLinkedService。
- Extends
プロパティ
| authentication |
ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。 |
| password | 基本認証のパスワード。 |
| username | 基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。 |
継承されたプロパティ
| url | Web サービス エンドポイントの URL (例: http://www.microsoft.com)。 型: string (または resultType 文字列を含む式)。 |
プロパティの詳細
authenticationType
ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。
authenticationType: "Basic"
プロパティ値
"Basic"
password
username
基本認証のユーザー名。 型: string (または resultType 文字列を含む式)。
username: any
プロパティ値
any
継承されたプロパティの詳細
url
Web サービス エンドポイントの URL (例: http://www.microsoft.com)。 型: string (または resultType 文字列を含む式)。
url: any
プロパティ値
any
WebLinkedServiceTypeProperties.urlから継承