Web Client Certificate Authentication Response
data class WebClientCertificateAuthenticationResponse(val authenticationType: String, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, val pfx: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, val url: Any)
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
Link copied to clipboard
constructor(authenticationType: String, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, pfx: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, url: Any)