Share via


KeyVaultProperties interface

model interface KeyVaultProperties

Properties

identity

The client id of the identity which will be used to access key vault.

keyIdentifier

Key vault uri to access the encryption key.

keyRotationEnabled

Auto key rotation status for a CMK enabled registry.

lastKeyRotationTimestamp

Timestamp of the last successful key rotation.

versionedKeyIdentifier

The fully qualified key identifier that includes the version of the key that is actually used for encryption.

Property Details

identity

The client id of the identity which will be used to access key vault.

identity?: string

Property Value

string

keyIdentifier

Key vault uri to access the encryption key.

keyIdentifier?: string

Property Value

string

keyRotationEnabled

Auto key rotation status for a CMK enabled registry.

keyRotationEnabled?: boolean

Property Value

boolean

lastKeyRotationTimestamp

Timestamp of the last successful key rotation.

lastKeyRotationTimestamp?: Date

Property Value

Date

versionedKeyIdentifier

The fully qualified key identifier that includes the version of the key that is actually used for encryption.

versionedKeyIdentifier?: string

Property Value

string