CertificateBodyDescription Class
The JSON-serialized X509 Certificate.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelCertificateBodyDescription
Constructor
CertificateBodyDescription(*, certificate: str | None = None, is_verified: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
certificate
|
base-64 representation of the X509 leaf certificate .cer file or just .pem file content. |
is_verified
|
True indicates that the certificate will be created in verified state and proof of possession will not be required. |
Variables
Name | Description |
---|---|
certificate
|
base-64 representation of the X509 leaf certificate .cer file or just .pem file content. |
is_verified
|
True indicates that the certificate will be created in verified state and proof of possession will not be required. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python