CertificateBodyDescription interface
JSON 序列化的 X509 憑證。
屬性
certificate | X509 分葉憑證 .cer 檔案或只表示 .pem 檔案內容的 Base-64 標記法。 |
is |
True 表示憑證會以已驗證的狀態建立,而且不需要擁有權證明。 |
屬性詳細資料
certificate
X509 分葉憑證 .cer 檔案或只表示 .pem 檔案內容的 Base-64 標記法。
certificate?: string
屬性值
string
isVerified
True 表示憑證會以已驗證的狀態建立,而且不需要擁有權證明。
isVerified?: boolean
屬性值
boolean