CertificateBodyDescription Class
The JSON-serialized X509 Certificate.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelCertificateBodyDescription
Constructor
CertificateBodyDescription(*, certificate: str | 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. |
Variables
Name | Description |
---|---|
certificate
|
base-64 representation of the X509 leaf certificate .cer file or just .pem file content. |
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