WebBasicAuthentication interface
A WebLinkedService that uses basic authentication to communicate with an HTTP endpoint.
- Extends
Properties
| authentication |
Polymorphic discriminator, which specifies the different types this object can be |
| 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
Polymorphic discriminator, which specifies the different types this object can be
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