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
constructor(certificateCommonName: Output<String>, certificateIssuerThumbprint: Output<String>, isAdmin: Output<Boolean>)

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.

Functions

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