We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f11af3 commit 85ac522Copy full SHA for 85ac522
api/mongodb/v1alpha1/mongodb_sdk.go
@@ -353,6 +353,7 @@ const (
353
UserRoleRoleRead = UserRoleRole("read")
354
UserRoleRoleReadWrite = UserRoleRole("read_write")
355
UserRoleRoleDbAdmin = UserRoleRole("db_admin")
356
+ UserRoleRoleSync = UserRoleRole("sync")
357
)
358
359
func (enum UserRoleRole) String() string {
@@ -369,6 +370,7 @@ func (enum UserRoleRole) Values() []UserRoleRole {
369
370
"read",
371
"read_write",
372
"db_admin",
373
+ "sync",
374
}
375
376
0 commit comments