ClientCertificateThumbprint Class

Describes the client certificate details using thumbprint.

All required parameters must be populated in order to send to Azure.

Inheritance
ClientCertificateThumbprint

Constructor

ClientCertificateThumbprint(*, is_admin: bool, certificate_thumbprint: str, **kwargs)

Parameters

is_admin
bool
Required

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

certificate_thumbprint
str
Required

Required. The thumbprint of the client certificate.