共用方式為


DeletedCertificate interface

表示已刪除憑證的介面。

Extends

屬性

deletedOn

刪除憑證的時間,UTC 注意:此屬性將不會串行化。它只能由伺服器填入。

recoveryId

復原物件的 URL,用來識別和復原已刪除的憑證。

scheduledPurgeDate

排程清除憑證的時間,以UTC 注意:此屬性將不會串行化。它只能由伺服器填入。

繼承的屬性

cer

x509 憑證的 CER 內容。

id

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

keyId

索引鍵標識碼。注意:此屬性將不會串行化。它只能由伺服器填入。

name

憑證的名稱。

policy

管理原則。 注意:這個屬性不會串行化。 它只能由伺服器填入。

properties

憑證的屬性

secretId

秘密標識碼。注意:此屬性將不會串行化。它只能由伺服器填入。

屬性詳細資料

deletedOn

刪除憑證的時間,UTC 注意:此屬性將不會串行化。它只能由伺服器填入。

deletedOn?: Date

屬性值

Date

recoveryId

復原物件的 URL,用來識別和復原已刪除的憑證。

recoveryId?: string

屬性值

string

scheduledPurgeDate

排程清除憑證的時間,以UTC 注意:此屬性將不會串行化。它只能由伺服器填入。

scheduledPurgeDate?: Date

屬性值

Date

繼承的屬性詳細資料

cer

x509 憑證的 CER 內容。

cer?: Uint8Array

屬性值

Uint8Array

繼承自KeyVaultCertificateWithPolicy.cer

id

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

id?: string

屬性值

string

繼承自KeyVaultCertificateWithPolicy.id

keyId

索引鍵標識碼。注意:此屬性將不會串行化。它只能由伺服器填入。

keyId?: string

屬性值

string

繼承自KeyVaultCertificateWithPolicy.keyId

name

憑證的名稱。

name: string

屬性值

string

繼承自KeyVaultCertificateWithPolicy.name

policy

管理原則。 注意:這個屬性不會串行化。 它只能由伺服器填入。

policy?: CertificatePolicy

屬性值

繼承自KeyVaultCertificateWithPolicy.policy

properties

憑證的屬性

properties: CertificateProperties

屬性值

繼承自KeyVaultCertificateWithPolicy.properties

secretId

秘密標識碼。注意:此屬性將不會串行化。它只能由伺服器填入。

secretId?: string

屬性值

string

繼承自KeyVaultCertificateWithPolicy.secretId