CertificateProperties interface

憑證資源特定屬性

屬性

certificateKeyVaultProperties

儲存在 Key Vault 中的憑證屬性。

deploymentErrors

部署或部署驗證期間發生的任何錯誤注意:此屬性將不會串行化。 它只能由伺服器填入。

expirationDate

憑證到期日。 注意:這個屬性不會串行化。 它只能由伺服器填入。

issueDate

憑證發行日期。 注意:這個屬性不會串行化。 它只能由伺服器填入。

issuer

憑證簽發者。 注意:這個屬性不會串行化。 它只能由伺服器填入。

password

憑證密碼。

provisioningState

憑證的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

publicKeyHash

公鑰哈希。 注意:這個屬性不會串行化。 它只能由伺服器填入。

subjectAlternativeNames

憑證適用的主體別名。 注意:這個屬性不會串行化。 它只能由伺服器填入。

subjectName

憑證的主體名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

thumbprint

憑證指紋。 注意:這個屬性不會串行化。 它只能由伺服器填入。

valid

憑證是否有效?。 注意:這個屬性不會串行化。 它只能由伺服器填入。

value

PFX 或 PEM Blob

屬性詳細資料

certificateKeyVaultProperties

儲存在 Key Vault 中的憑證屬性。

certificateKeyVaultProperties?: CertificateKeyVaultProperties

屬性值

deploymentErrors

部署或部署驗證期間發生的任何錯誤注意:此屬性將不會串行化。 它只能由伺服器填入。

deploymentErrors?: string

屬性值

string

expirationDate

憑證到期日。 注意:這個屬性不會串行化。 它只能由伺服器填入。

expirationDate?: Date

屬性值

Date

issueDate

憑證發行日期。 注意:這個屬性不會串行化。 它只能由伺服器填入。

issueDate?: Date

屬性值

Date

issuer

憑證簽發者。 注意:這個屬性不會串行化。 它只能由伺服器填入。

issuer?: string

屬性值

string

password

憑證密碼。

password?: string

屬性值

string

provisioningState

憑證的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState?: string

屬性值

string

publicKeyHash

公鑰哈希。 注意:這個屬性不會串行化。 它只能由伺服器填入。

publicKeyHash?: string

屬性值

string

subjectAlternativeNames

憑證適用的主體別名。 注意:這個屬性不會串行化。 它只能由伺服器填入。

subjectAlternativeNames?: string[]

屬性值

string[]

subjectName

憑證的主體名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

subjectName?: string

屬性值

string

thumbprint

憑證指紋。 注意:這個屬性不會串行化。 它只能由伺服器填入。

thumbprint?: string

屬性值

string

valid

憑證是否有效?。 注意:這個屬性不會串行化。 它只能由伺服器填入。

valid?: boolean

屬性值

boolean

value

PFX 或 PEM Blob

value?: Uint8Array

屬性值

Uint8Array