WebClientCertificateAuthentication Class

A WebLinkedService that uses client certificate based authentication to communicate with an HTTP endpoint. This scheme follows mutual authentication; the server must also provide valid credentials to the client.

All required parameters must be populated in order to send to Azure.

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

Constructor

WebClientCertificateAuthentication(*, url: Any, pfx: _models.SecretBase, 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".

pfx
SecretBase

Required. Base64-encoded contents of a PFX file.

password
SecretBase

Required. Password for the PFX file.