ClientCertificate interface
Client certificate definition.
Properties
| common |
Certificate common name. |
| is |
Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster. |
| issuer |
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