WebClientCertificateAuthentication interface

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.

Extends

Properties

authenticationType

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

password

Password for the PFX file.

pfx

Base64-encoded contents of a PFX file.

Inherited Properties

url

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

Property Details

authenticationType

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

authenticationType: "ClientCertificate"

Property Value

"ClientCertificate"

password

Password for the PFX file.

password: SecretBaseUnion

Property Value

pfx

Base64-encoded contents of a PFX file.

pfx: SecretBaseUnion

Property Value

Inherited Property Details

url

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

url: any

Property Value

any

Inherited From WebLinkedServiceTypeProperties.url