Interface ClientEncryptionRewrapManyDataKeyProviderOptionsExperimental

interface ClientEncryptionRewrapManyDataKeyProviderOptions {
    masterKey?:
        | AWSEncryptionKeyOptions
        | AzureEncryptionKeyOptions
        | GCPEncryptionKeyOptions
        | KMIPEncryptionKeyOptions;
    provider: keyof KMSProviders;
}

Properties

Properties

provider: keyof KMSProviders