共用方式為


KeyVaultProperties interface

金鑰保存庫的屬性。

屬性

currentVersionedKeyExpirationTimestamp

這是唯讀屬性,表示用於加密的客戶管理金鑰目前版本的到期時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。

currentVersionedKeyIdentifier

目前使用中已建立版本的 Key Vault 金鑰的物件識別碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

keyName

KeyVault 金鑰的名稱。

keyVaultUri

KeyVault 的 URI。

keyVersion

KeyVault 金鑰的版本。

lastKeyRotationTimestamp

Key Vault 金鑰上次輪替的時間戳。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

currentVersionedKeyExpirationTimestamp

這是唯讀屬性,表示用於加密的客戶管理金鑰目前版本的到期時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。

currentVersionedKeyExpirationTimestamp?: Date

屬性值

Date

currentVersionedKeyIdentifier

目前使用中已建立版本的 Key Vault 金鑰的物件識別碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

currentVersionedKeyIdentifier?: string

屬性值

string

keyName

KeyVault 金鑰的名稱。

keyName?: string

屬性值

string

keyVaultUri

KeyVault 的 URI。

keyVaultUri?: string

屬性值

string

keyVersion

KeyVault 金鑰的版本。

keyVersion?: string

屬性值

string

lastKeyRotationTimestamp

Key Vault 金鑰上次輪替的時間戳。 注意:這個屬性不會串行化。 它只能由伺服器填入。

lastKeyRotationTimestamp?: Date

屬性值

Date