TlsCertificatePathsResponse

data class TlsCertificatePathsResponse(val certificatePath: String, val privateKeyPath: String)

Deprecated The paths to the mounted TLS Certificates and private key. The paths to the mounted TLS Certificates and private key.

Constructors

Link copied to clipboard
constructor(certificatePath: String, privateKeyPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The path to the file holding the client or server TLS certificate to use.

Link copied to clipboard

The path to the file holding the client or server private key.