Web Client Certificate Authentication Args
    data class WebClientCertificateAuthenticationArgs(val authenticationType: Output<String>, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val pfx: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val url: Output<Any>) : ConvertibleToJava<WebClientCertificateAuthenticationArgs> 
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
                fun WebClientCertificateAuthenticationArgs(authenticationType: Output<String>, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, pfx: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, url: Output<Any>)