X509CredentialsArgs

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

The x509 certificate for authentication mode Certificate.

Constructors

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

Properties

Link copied to clipboard

A reference to 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