ClientCertificateThumbprintResponse

data class ClientCertificateThumbprintResponse(val certificateThumbprint: String, val isAdmin: Boolean)

Describes the client certificate details using thumbprint.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The 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.