Package version:

Interface WebClientCertificateAuthentication

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.

Hierarchy

Properties

authenticationType: "ClientCertificate"

Polymorphic discriminator, which specifies the different types this object can be

password: SecretBaseUnion

Password for the PFX file.

Base64-encoded contents of a PFX file.

url: any

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

Generated using TypeDoc