共用方式為


DeletedSecret interface

介面,表示已刪除的 KeyVault 秘密。

屬性

deletedOn

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

name

秘密的名稱。

properties

秘密的屬性

recoveryId

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

scheduledPurgeDate

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

value

秘密值。

屬性詳細資料

deletedOn

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

deletedOn?: Date

屬性值

Date

name

秘密的名稱。

name: string

屬性值

string

properties

秘密的屬性

properties: SecretProperties & { deletedOn?: Date, recoveryId?: string, scheduledPurgeDate?: Date }

屬性值

SecretProperties & { deletedOn?: Date, recoveryId?: string, scheduledPurgeDate?: Date }

recoveryId

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

recoveryId?: string

屬性值

string

scheduledPurgeDate

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

scheduledPurgeDate?: Date

屬性值

Date

value

秘密值。

value?: string

屬性值

string