KeyVaultProperties interface
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. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Timestamp of the last successful key rotation. NOTE: This property will not be serialized. It can only be populated by the server. |
versioned |
The fully qualified key identifier that includes the version of the key that is actually used for encryption. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
keyRotationEnabled?: boolean
Property Value
boolean
lastKeyRotationTimestamp
Timestamp of the last successful key rotation. NOTE: This property will not be serialized. It can only be populated by the server.
lastKeyRotationTimestamp?: Date
Property Value
Date
versionedKeyIdentifier
The fully qualified key identifier that includes the version of the key that is actually used for encryption. NOTE: This property will not be serialized. It can only be populated by the server.
versionedKeyIdentifier?: string
Property Value
string