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
|
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
|
The thumbprint of the client certificate. Required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python