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

31 lines
571 B
JSON

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