ClientCertificateResponse

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

Client certificate definition.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val commonName: String? = null

Certificate common name.

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.

Link copied to clipboard

Issuer thumbprint for the certificate. Only used together with CommonName.

Link copied to clipboard
val thumbprint: String? = null

Certificate thumbprint.