Package version:

Interface EncryptionKeyWrapMetadata

Metadata used to wrap/unwrap data encryption key using a customer managed key

interface EncryptionKeyWrapMetadata {
    algorithm: RSA_OAEP;
    name: string;
    type: AzureKeyVault;
    value: string;
}

Properties

algorithm: RSA_OAEP

Algorithm to be used for wrapping/unwrapping the data encryption key

name: string

Identifier of customer managed key

Identifier of the key resolver

value: string

Path to customer managed key.