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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python