WebBasicAuthentication Class
A WebLinkedService that uses basic authentication to communicate with an HTTP endpoint.
Constructor
WebBasicAuthentication(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
url
|
The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string). Required. |
|
username
|
User name for Basic authentication. Type: string (or Expression with resultType string). Required. |
|
password
|
The password for Basic authentication. Required. |
|
authentication_type
|
str or
<xref:azure.mgmt.datafactory.models.BASIC>
Type of authentication used to connect to the web table source. Required. Basic. |
Attributes
authentication_type
Type of authentication used to connect to the web table source. Required. Basic.
authentication_type: BASIC: 'Basic'>]
password
The password for Basic authentication. Required.
password: _models.SecretBase
username
string (or Expression with resultType string). Required.
username: Any