WebBasicAuthentication Class

A WebLinkedService that uses basic authentication to communicate with an HTTP endpoint.

Constructor

WebBasicAuthentication(*args: Any, **kwargs: Any)

Variables

Name Description
url
any

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

username
any

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