File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ restoring data:
509
509
510
510
.. versionchanged:: 3.6
511
511
512
- Provides :authaction:`convertToCapped` on non-system collections.
512
+ Provides :authaction:`convertToCapped` on non-system collections.
513
513
514
514
Provides privileges needed to restore data from backups that do not
515
515
include :data:`system.profile <<database>.system.profile>`
@@ -708,7 +708,7 @@ except ``local`` and ``config``:
708
708
applies to the ``local`` and ``config`` databases.
709
709
710
710
.. include:: /includes/seealso-cluster-manager.rst
711
-
711
+
712
712
.. authrole:: dbAdminAnyDatabase
713
713
714
714
Provides the same access to database administration operations as
Original file line number Diff line number Diff line change @@ -525,6 +525,16 @@ Server Administration Actions
525
525
User can perform the :dbcommand:`dropIndexes` command. Apply this action
526
526
to database or collection resources.
527
527
528
+ .. authaction:: forceUUID
529
+
530
+ .. versionadded:: 3.6
531
+
532
+ User can create a collection with a user-defined
533
+ :ref:`collection UUID <collections-uuids>` using the
534
+ :dbcommand:`applyOps` command.
535
+
536
+ Apply this action to the ``cluster`` resource.
537
+
528
538
.. authaction:: fsync
529
539
530
540
User can perform the :dbcommand:`fsync` command. Apply this action to
@@ -596,7 +606,7 @@ Session Actions
596
606
User can perform the :dbcommand:`killAllSessionsByPattern` command
597
607
with ``users`` and ``roles`` pattern. Apply this action to the
598
608
``cluster`` resource.
599
-
609
+
600
610
To run :dbcommand:`killAllSessionsByPattern` command, users must
601
611
also have :authaction:`killAnySession` privileges on the cluster
602
612
resource.
You can’t perform that action at this time.
0 commit comments