summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/action_type.idl
diff options
context:
space:
mode:
authorDianna Hohensee <dianna.hohensee@mongodb.com>2023-02-03 18:01:23 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-02-09 04:53:28 +0000
commitbd66bc3e48a387f3388696cf75875fc64f564159 (patch)
treece0c56bd0502a818956b068278ec16113e4477ec /src/mongo/db/auth/action_type.idl
parent49b873dd916e94c03aaedd078e86a15ed271fa38 (diff)
downloadmongo-bd66bc3e48a387f3388696cf75875fc64f564159.tar.gz
SERVER-73273 Implement the search index commands
Diffstat (limited to 'src/mongo/db/auth/action_type.idl')
-rw-r--r--src/mongo/db/auth/action_type.idl16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mongo/db/auth/action_type.idl b/src/mongo/db/auth/action_type.idl
index 0dadf041703..88231dbcdb6 100644
--- a/src/mongo/db/auth/action_type.idl
+++ b/src/mongo/db/auth/action_type.idl
@@ -78,7 +78,7 @@ enums:
createDatabase : "createDatabase" # ID only
createIndex : "createIndex" # ID only
createRole : "createRole"
- createSearchIndex : "createSearchIndex"
+ createSearchIndexes : "createSearchIndexes"
createUser : "createUser"
dbCheck : "dbCheck"
dbHash : "dbHash"
@@ -133,7 +133,7 @@ enums:
listSessions : "listSessions"
listShards : "listShards"
logRotate : "logRotate"
- modifySearchIndex : "modifySearchIndex"
+ updateSearchIndex : "updateSearchIndex"
moveChunk : "moveChunk"
netstat : "netstat"
oidcListKeys : "oidcListKeys"
@@ -242,7 +242,7 @@ enums:
- convertToCapped
- createCollection
- createIndex
- - createSearchIndex
+ - createSearchIndexes
- dbCheck
- dbHash
- dbStats
@@ -259,7 +259,7 @@ enums:
- listCollections
- listIndexes
- listSearchIndexes
- - modifySearchIndex
+ - updateSearchIndex
- planCacheIndexFilter
- planCacheRead
- planCacheWrite
@@ -290,7 +290,7 @@ enums:
- convertToCapped
- createCollection
- createIndex
- - createSearchIndex
+ - createSearchIndexes
- dbCheck
- dbHash
- dbStats
@@ -307,7 +307,7 @@ enums:
- listCollections
- listIndexes
- listSearchIndexes
- - modifySearchIndex
+ - updateSearchIndex
- planCacheIndexFilter
- planCacheRead
- planCacheWrite
@@ -362,7 +362,7 @@ enums:
- convertToCapped
- createCollection
- createIndex
- - createSearchIndex
+ - createSearchIndexes
- dbCheck
- dbHash
- dbStats
@@ -380,7 +380,7 @@ enums:
- listCollections
- listIndexes
- listSearchIndexes
- - modifySearchIndex
+ - updateSearchIndex
- planCacheIndexFilter
- planCacheRead
- planCacheWrite