Skip to content

Commit 23be0af

Browse files
committed
Merge pull request #739
* phplib-545: PHPLIB-545: Support the authorizedDatabases options for listDatabases
2 parents 822dfee + e303a08 commit 23be0af

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

source/includes/apiargs-MongoDBClient-method-listDatabases-option.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
arg_name: option
2+
name: authorizedDatabases
3+
type: boolean
4+
description: |
5+
A flag that determines which databases are returned based on the user
6+
privileges when access control is enabled. For more information, see the
7+
`listDatabases command documentation <https://docs.mongodb.com/manual/reference/command/listDatabases/#dbcmd.listDatabases>`_.
8+
9+
For servers < 4.0.5, this option is ignored.
10+
11+
.. versionadded:: 1.7
12+
---
13+
arg_name: option
214
name: filter
315
type: array|object
416
description: |

0 commit comments

Comments
 (0)