RootCertificateProperties Class
This property store root certificate related information.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelRootCertificateProperties
Constructor
RootCertificateProperties(*, enable_root_certificate_v2: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enable_root_certificate_v2
|
This property when set to true, hub will use G2 cert; while it's set to false, hub uses Baltimore Cert. |
Variables
Name | Description |
---|---|
enable_root_certificate_v2
|
This property when set to true, hub will use G2 cert; while it's set to false, hub uses Baltimore Cert. |
last_updated_time_utc
|
the last update time to root certificate flag. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python