Skip to content

Commit 94f8a12

Browse files
committed
Merge pull request #708
2 parents 1b54292 + e476a44 commit 94f8a12

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source/includes/apiargs-MongoDBClient-method-construct-driverOptions.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,18 @@ description: |
112112
interface: phpmethod
113113
operation: ~
114114
optional: true
115+
---
116+
arg_name: option
117+
name: autoEncryption
118+
type: array
119+
description: |
120+
Options to configure client-side field-level encryption in the driver. The
121+
encryption options are documented in the :php:`extension documentation
122+
<manual/en/mongodb-driver-manager.construct.php#mongodb-driver-manager.construct-driveroptions>`.
123+
For the ``keyVaultClient`` option, you may pass a :phpclass:`MongoDB\\Client`
124+
instance, which will be unwrapped to provide a :php:`MongoDB\\Driver\\Manager <class.mongodb-driver-manager>`
125+
to the extension.
126+
interface: phpmethod
127+
operation: ~
128+
optional: true
115129
...

0 commit comments

Comments
 (0)