...

Text file src/go.mongodb.org/mongo-driver/testdata/mongocrypt/key-filter-keyAltName.json

Documentation: go.mongodb.org/mongo-driver/testdata/mongocrypt

     1{
     2  "$or": [
     3    {
     4      "_id": {
     5        "$in": []
     6      }
     7    },
     8    {
     9      "keyAltNames": {
    10        "$in": ["altKeyName"]
    11      }
    12    }
    13  ]
    14}

View as plain text