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.
Constructor
WebClientCertificateAuthentication(*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. |
|
pfx
|
Base64-encoded contents of a PFX file. Required. |
|
password
|
Password for the PFX file. Required. |
|
authentication_type
|
str or
<xref:azure.mgmt.datafactory.models.CLIENT_CERTIFICATE>
Type of authentication used to connect to the web table source. Required. ClientCertificate. |
Attributes
authentication_type
Type of authentication used to connect to the web table source. Required. ClientCertificate.
authentication_type: CLIENT_CERTIFICATE: 'ClientCertificate'>]
password
Password for the PFX file. Required.
password: _models.SecretBase
pfx
Base64-encoded contents of a PFX file. Required.
pfx: _models.SecretBase