ClientCertificateCommonName Class
Describes the client certificate details using common name.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ClientCertificateCommonName
Constructor
ClientCertificateCommonName(*, is_admin: bool, certificate_common_name: str, certificate_issuer_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_issuer_thumbprint
- str
Required
Required. The issuer thumbprint of the client certificate.
Feedback
Submit and view feedback for