WebBasicAuthentication Class
A WebLinkedService that uses basic authentication to communicate with an HTTP endpoint.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.WebLinkedServiceTypePropertiesWebBasicAuthentication
Constructor
WebBasicAuthentication(*, url: MutableMapping[str, Any], username: MutableMapping[str, Any], password: _models.SecretBase, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
url
|
<xref:JSON>
The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string). Required. |
username
|
<xref:JSON>
User name for Basic authentication. Type: string (or Expression with resultType string). Required. |
password
|
The password for Basic authentication. Required. |
Variables
Name | Description |
---|---|
url
|
<xref:JSON>
The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string). Required. |
authentication_type
|
Type of authentication used to connect to the web table source. Required. Known values are: "Basic", "Anonymous", and "ClientCertificate". |
username
|
<xref:JSON>
User name for Basic authentication. Type: string (or Expression with resultType string). Required. |
password
|
The password for Basic authentication. Required. |
Azure SDK for Python