WebAnonymousAuthentication Class
A WebLinkedService that uses anonymous authentication to communicate with an HTTP endpoint.
Constructor
WebAnonymousAuthentication(*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. |
|
authentication_type
|
str or
<xref:azure.mgmt.datafactory.models.ANONYMOUS>
Type of authentication used to connect to the web table source. Required. Anonymous. |
Attributes
authentication_type
Type of authentication used to connect to the web table source. Required. Anonymous.
authentication_type: ANONYMOUS: 'Anonymous'>]