ClusterClientCertificateCommonName

data class ClusterClientCertificateCommonName(val commonName: String, val isAdmin: Boolean, val issuerThumbprint: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The common or subject name of the certificate.

Link copied to clipboard

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

The Issuer Thumbprint of the Certificate.