ClientCertificateCommonNameArgs

data class ClientCertificateCommonNameArgs(val certificateCommonName: Output<String>, val certificateIssuerThumbprint: Output<String>, val isAdmin: Output<Boolean>) : ConvertibleToJava<ClientCertificateCommonNameArgs>

Describes the client certificate details using common name.

Constructors

Link copied to clipboard
fun ClientCertificateCommonNameArgs(certificateCommonName: Output<String>, certificateIssuerThumbprint: Output<String>, isAdmin: Output<Boolean>)

Functions

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

Properties

Link copied to clipboard

The common name of the client certificate.

Link copied to clipboard

The issuer thumbprint of the client certificate.

Link copied to clipboard
val isAdmin: Output<Boolean>

Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster.