ClientCertificateThumbprint Class

Describes the client certificate details using thumbprint.

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

Constructor

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

Keyword-Only Parameters

Name Description
is_admin

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

certificate_thumbprint
str

The thumbprint of the client certificate. Required.

Variables

Name Description
is_admin

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

certificate_thumbprint
str

The thumbprint of the client certificate. Required.