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 Azure.

Inheritance
azure.mgmt.datafactory.models._models_py3.WebLinkedServiceTypeProperties
WebBasicAuthentication

Constructor

WebBasicAuthentication(*, url: Any, username: Any, password: _models.SecretBase, **kwargs)

Variables

url
any

Required. The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or Expression with resultType string).

authentication_type
str or WebAuthenticationType

Required. Type of authentication used to connect to the web table source.Constant filled by server. Known values are: "Basic", "Anonymous", "ClientCertificate".

username
any

Required. User name for Basic authentication. Type: string (or Expression with resultType string).

password
SecretBase

Required. The password for Basic authentication.