KeyVaultProperties interface
model interface KeyVaultProperties
Properties
| identity | The client id of the identity which will be used to access key vault. |
| key |
Key vault uri to access the encryption key. |
| key |
Auto key rotation status for a CMK enabled registry. |
| last |
Timestamp of the last successful key rotation. |
| versioned |
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