CertificateVerificationDescription Class
The JSON-serialized leaf certificate.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelCertificateVerificationDescription
Constructor
CertificateVerificationDescription(*, certificate: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
certificate
|
base-64 representation of X509 certificate .cer file or just .pem file content. |
Variables
Name | Description |
---|---|
certificate
|
base-64 representation of X509 certificate .cer file or just .pem file content. |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python