ClientCertificateCommonName

Describes the client certificate details using common name.

Properties

Name Type Required
isAdmin boolean Yes
certificateCommonName string Yes
certificateIssuerThumbprint string Yes

isAdmin

Type: boolean
Required: Yes

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


certificateCommonName

Type: string
Required: Yes

The common name of the client certificate.


certificateIssuerThumbprint

Type: string
Required: Yes

The issuer thumbprint of the client certificate.