ClusterReverseProxyCertificateArgs

data class ClusterReverseProxyCertificateArgs(val thumbprint: Output<String>, val thumbprintSecondary: Output<String>? = null, val x509StoreName: Output<String>) : ConvertibleToJava<ClusterReverseProxyCertificateArgs>

Constructors

Link copied to clipboard
constructor(thumbprint: Output<String>, thumbprintSecondary: Output<String>? = null, x509StoreName: Output<String>)

Properties

Link copied to clipboard
val thumbprint: Output<String>

The Thumbprint of the Certificate.

Link copied to clipboard
val thumbprintSecondary: Output<String>? = null

The Secondary Thumbprint of the Certificate.

Link copied to clipboard
val x509StoreName: Output<String>

The X509 Store where the Certificate Exists, such as My.

Functions

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