WebAnonymousAuthentication Class
A WebLinkedService that uses anonymous authentication to communicate with an HTTP endpoint.
All required parameters must be populated in order to send to server.
Constructor
WebAnonymousAuthentication(*, url: MutableMapping[str, Any], **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. |
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". |