ClientCertificate Class

Client certificate definition.

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

Inheritance
ClientCertificate

Constructor

ClientCertificate(*, is_admin: bool, thumbprint: Optional[str] = None, common_name: Optional[str] = None, issuer_thumbprint: Optional[str] = None, **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.

thumbprint
str
Required

Certificate thumbprint.

common_name
str
Required

Certificate common name.

issuer_thumbprint
str
Required

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