WebBasicAuthentication interface
A WebLinkedService that uses basic authentication to communicate with an HTTP endpoint.
- Extends
Properties
| authentication |
Type of authentication used to connect to the web table source. |
| password | The password for Basic authentication. |
| username | User name for Basic authentication. Type: string (or Expression with resultType string). |
Inherited Properties
| url | The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string). |
Property Details
authenticationType
Type of authentication used to connect to the web table source.
authenticationType: "Basic"
Property Value
"Basic"
password
username
User name for Basic authentication. Type: string (or Expression with resultType string).
username: any
Property Value
any
Inherited Property Details
url
The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string).
url: any
Property Value
any
Inherited From WebLinkedServiceTypeProperties.url