CertificateBodyDescription Class
The JSON-serialized X509 Certificate.
- Inheritance
-
msrest.serialization.ModelCertificateBodyDescription
Constructor
CertificateBodyDescription(*, certificate: str | None = None, is_verified: bool | None = None, **kwargs)
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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python