ClientCertificate interface

Client certificate definition.

Properties

commonName

Certificate common name.

isAdmin

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

issuerThumbprint

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

thumbprint

Certificate thumbprint.

Property Details

commonName

Certificate common name.

commonName?: string

Property Value

string

isAdmin

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

isAdmin: boolean

Property Value

boolean

issuerThumbprint

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

issuerThumbprint?: string

Property Value

string

thumbprint

Certificate thumbprint.

thumbprint?: string

Property Value

string