mongo-python-driver/test/unified-test-format/invalid/clientEncryptionOpts-keyVaultClient-required.json
2022-06-30 12:35:29 -05:00

24 lines
440 B
JSON

{
"description": "clientEncryptionOpts-keyVaultClient-required",
"schemaVersion": "1.8",
"createEntities": [
{
"clientEncryption": {
"id": "clientEncryption0",
"clientEncryptionOpts": {
"keyVaultNamespace": "keyvault.datakeys",
"kmsProviders": {
"aws": {}
}
}
}
}
],
"tests": [
{
"description": "",
"operations": []
}
]
}