共用方式為


CertificateProperties 類別

X509 CA 憑證的描述。

變數只會由伺服器填入,而且會在傳送要求時予以忽略。

繼承
azure.mgmt.iothub._serialization.Model
CertificateProperties

建構函式

CertificateProperties(*, certificate: str | None = None, **kwargs)

變數

subject
str

憑證的主體名稱。

expiry
datetime

憑證的到期日期和時間。

thumbprint
str

憑證的指紋。

is_verified
bool

判斷是否已驗證憑證。

created
datetime

憑證的建立日期和時間。

updated
datetime

憑證的上次更新日期和時間。

certificate
str

憑證內容。