ClientCertificateCommonName Class

Describes the client certificate details using common name.

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

Constructor

ClientCertificateCommonName(*, is_admin: bool, certificate_common_name: str, certificate_issuer_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_common_name
str

The common name of the client certificate. Required.

certificate_issuer_thumbprint
str

The issuer 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_common_name
str

The common name of the client certificate. Required.

certificate_issuer_thumbprint
str

The issuer thumbprint of the client certificate. Required.