You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/mongodb/how-to-setup-rbac.md
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,17 +65,24 @@ Another column called `userId` has been added to the `MongoRequests` table in th
65
65
## Built-in Roles
66
66
These roles already exist on every database and don't need to be created.
67
67
68
-
### read
69
-
Has the following privileges: changeStream, collStats, find, killCursors, listIndexes, listCollections
70
-
71
-
### readWrite
72
-
Has the following privileges: collStats, createCollection, dropCollection, createIndex, dropIndex, find, insert, killCursors, listIndexes, listCollections, remove, update
73
-
74
-
### dbAdmin
75
-
Has the following privileges: collStats, createCollection, createIndex, dbStats, dropCollection, dropDatabase, dropIndex, listCollections, listIndexes, reIndex
76
-
77
-
### dbOwner
78
-
Has the following privileges: collStats, createCollection, createIndex, dbStats, dropCollection, dropDatabase, dropIndex, listCollections, listIndexes, reIndex, find, insert, killCursors, listIndexes, listCollections, remove, update
0 commit comments