KeyWrapMetadata interface
Represents key wrap metadata that a key wrapping provider can use to wrap/unwrap a client encryption key.
Properties
algorithm | Algorithm used in wrapping and unwrapping of the data encryption key. |
name | The name of associated KeyEncryptionKey (aka CustomerManagedKey). |
type | ProviderName of KeyStoreProvider. |
value | Reference / link to the KeyEncryptionKey. |
Property Details
algorithm
Algorithm used in wrapping and unwrapping of the data encryption key.
algorithm?: string
Property Value
string
name
The name of associated KeyEncryptionKey (aka CustomerManagedKey).
name?: string
Property Value
string
type
ProviderName of KeyStoreProvider.
type?: string
Property Value
string
value
Reference / link to the KeyEncryptionKey.
value?: string
Property Value
string