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

29 lines
493 B
JSON

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