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. |
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