Share via


KeyVaultProperties interface

Properties of key vault.

Properties

currentVersionedKeyExpirationTimestamp

This is a read only property that represents the expiration time of the current version of the customer managed key used for encryption.

currentVersionedKeyIdentifier

The object identifier of the current versioned Key Vault Key in use.

keyName

The name of KeyVault key.

keyVaultUri

The Uri of KeyVault.

keyVersion

The version of KeyVault key.

lastKeyRotationTimestamp

Timestamp of last rotation of the Key Vault Key.

Property Details

currentVersionedKeyExpirationTimestamp

This is a read only property that represents the expiration time of the current version of the customer managed key used for encryption.

currentVersionedKeyExpirationTimestamp?: Date

Property Value

Date

currentVersionedKeyIdentifier

The object identifier of the current versioned Key Vault Key in use.

currentVersionedKeyIdentifier?: string

Property Value

string

keyName

The name of KeyVault key.

keyName?: string

Property Value

string

keyVaultUri

The Uri of KeyVault.

keyVaultUri?: string

Property Value

string

keyVersion

The version of KeyVault key.

keyVersion?: string

Property Value

string

lastKeyRotationTimestamp

Timestamp of last rotation of the Key Vault Key.

lastKeyRotationTimestamp?: Date

Property Value

Date