ClusterClientCertificateCommonNameArgs

data class ClusterClientCertificateCommonNameArgs(val commonName: Output<String>, val isAdmin: Output<Boolean>, val issuerThumbprint: Output<String>? = null) : ConvertibleToJava<ClusterClientCertificateCommonNameArgs>

Constructors

Link copied to clipboard
constructor(commonName: Output<String>, isAdmin: Output<Boolean>, issuerThumbprint: Output<String>? = null)

Properties

Link copied to clipboard
val commonName: Output<String>

The common or subject name of the certificate.

Link copied to clipboard
val isAdmin: Output<Boolean>

Does the Client Certificate have Admin Access to the cluster? Non-admin clients can only perform read only operations on the cluster.

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

The Issuer Thumbprint of the Certificate.

Functions

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