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
authentication |
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
pfx
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