X509CredentialsArgs

data class X509CredentialsArgs(val certificateSecretName: Output<String>) : ConvertibleToJava<X509CredentialsArgs>

The x509 certificate for authentication mode Certificate.

Constructors

Link copied to clipboard
constructor(certificateSecretName: Output<String>)

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).

Functions

Link copied to clipboard
open override fun toJava(): X509CredentialsArgs