ClientCertificateCommonNameResponse

data class ClientCertificateCommonNameResponse(val certificateCommonName: String, val certificateIssuerThumbprint: String, val isAdmin: Boolean)

Describes the client certificate details using common name.

Constructors

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

Types

Link copied to clipboard
object Companion

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

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