summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/action_type.idl
diff options
context:
space:
mode:
authorVarun Ravichandran <varun.ravichandran@mongodb.com>2022-03-29 21:08:06 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-12 01:15:19 +0000
commitceb27a18202caf692f595f978fecc7b416a6f6a2 (patch)
tree8361a978537e25f3a51268fd3d6e534530e9e51c /src/mongo/db/auth/action_type.idl
parent1e9543d5b465e29bf3ee05e21434062cbc9f22f2 (diff)
downloadmongo-ceb27a18202caf692f595f978fecc7b416a6f6a2.tar.gz
SERVER-61802: Create changeStreamOptions cluster server parameter
Diffstat (limited to 'src/mongo/db/auth/action_type.idl')
-rw-r--r--src/mongo/db/auth/action_type.idl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/auth/action_type.idl b/src/mongo/db/auth/action_type.idl
index 6cfbd32d0a9..1d83378f275 100644
--- a/src/mongo/db/auth/action_type.idl
+++ b/src/mongo/db/auth/action_type.idl
@@ -96,7 +96,6 @@ enums:
flushRouterConfig : "flushRouterConfig"
forceUUID : "forceUUID"
fsync : "fsync"
- getChangeStreamOptions: "getChangeStreamOptions"
getClusterParameter: "getClusterParameter"
getDatabaseVersion : "getDatabaseVersion"
getDefaultRWConcern : "getDefaultRWConcern"
@@ -161,7 +160,6 @@ enums:
runTenantMigration : "runTenantMigration"
serverStatus : "serverStatus"
setAuthenticationRestriction : "setAuthenticationRestriction"
- setChangeStreamOptions: "setChangeStreamOptions"
setClusterParameter: "setClusterParameter"
setDefaultRWConcern : "setDefaultRWConcern"
setFeatureCompatibilityVersion : "setFeatureCompatibilityVersion"