Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebClientCertificateAuthentication

Package version

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

Index

Properties

authenticationType

authenticationType: "ClientCertificate"

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

password

password: SecretBaseUnion

Password for the PFX file.

pfx

Base64-encoded contents of a PFX file.

url

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