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