X509CredentialsResponse

data class X509CredentialsResponse(val certificateSecretName: String)

The x509 certificate for authentication mode Certificate.

Constructors

Link copied to clipboard
constructor(certificateSecretName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the secret containing the certificate and private key (e.g. stored as .der/.pem or .der/.pfx).