ClusterClientCertificateThumbprint

data class ClusterClientCertificateThumbprint(val isAdmin: Boolean, val thumbprint: String)

Constructors

Link copied to clipboard
constructor(isAdmin: Boolean, thumbprint: String)

Types

Link copied to clipboard
object Companion

Properties

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 Thumbprint associated with the Client Certificate.