diff options
Diffstat (limited to 'src/mongo/crypto')
-rw-r--r-- | src/mongo/crypto/fle_field_schema.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mongo/crypto/fle_field_schema.idl b/src/mongo/crypto/fle_field_schema.idl index 45efeac5c70..55751df25ad 100644 --- a/src/mongo/crypto/fle_field_schema.idl +++ b/src/mongo/crypto/fle_field_schema.idl @@ -51,6 +51,13 @@ enums: kFLE2UnindexedEncryptedValue : 6 # see FLE2IndexedEqualityEncryptedValue kFLE2EqualityIndexedValue : 7 + FleVersion: + description: "The version / type of field-level encryption in use." + type: int + values: + kFle1: 1 + kFle2: 2 + FleAlgorithmInt: description: "The algorithm used to encrypt fields for field level encryption represented as an unsigned integer." |