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

Inheritance
azure.synapse.artifacts.models._models_py3.WebLinkedServiceTypeProperties
WebAnonymousAuthentication

Constructor

WebAnonymousAuthentication(*, url: object, **kwargs)

Parameters

url
object
Required

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

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