Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional caPath to the Certificate Authority (CA) file used to validate the remote server's TLS certificate.
Path to the TLS client certificate file used to identify this source to the remote server.
Optional keyPath to the private key file associated with the client certificate.
Optional keyName of the environment variable or secret that holds the passphrase for the private key file.
TLS mode. Must be with_client_cert.
Generated using TypeDoc
TLS configuration that enables encryption and presents a client certificate for mutual TLS authentication.