WebClientCertificateAuthenticationResponse

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.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of authentication used to connect to the web table source. Expected value is 'ClientCertificate'.

Link copied to clipboard
Link copied to clipboard

Base64-encoded contents of a PFX file.

Link copied to clipboard
val url: Any

The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string).