Mongodb user rights
If the user does not have the listDatabases privilege action, users can run the listDatabases command to return a list of databases for which the user has privileges ... ,Each privilege action in a role can be scoped to a different collection. For example, a user defined role can contain the following privileges: copy. copied. privileges ... ,rolesInfo, integer, Set this field to 1 to retrieve all user-defined roles. showPrivileges, boolean, Optional. Set the field to true to show role privileges, including both ... ,Grants additional roles to a user. The grantRolesToUser method uses the following syntax: copy. copied. db. ,Updates the user's profile on the database on which you run the method. ... To modify your own password and custom data, you must have privileges that grant ... ,For example, the Users can only read and write their own data template requires that each document in the collection contains the ID of the user that owns it. If you ... ,The built-in role clusterMonitor also provides the privilege to run mongostat along with other privileges. Create a Role to Drop system.views Collection across ... ,If the user does not have the listDatabases privilege action, users can run the listDatabases command to return a list of databases for which the user has privileges ... ,The first user created in the database should be a user administrator who has the privileges to manage other users. See Enable Access Control. Built-In Roles and ... ,A user can have privileges across different databases; that is, a user's privileges are not limited to their authentication database. By assigning to the user roles in ...
相關軟體 MongoDB 資訊 | |
---|---|
MongoDB 是一個免費且開放源碼的跨平檯面向文檔的數據庫程序。分類為 NoSQL 數據庫程序,MongoDB 使用類似 JSON 的文檔與模式。它為使用 MongoDB 包括數據庫開發人員和 DBA 的任何人提供了豐富的 GUI 工具。主要功能包括:全功能嵌入 MongoDB Shell,用戶友好的 Map-Reduce 操作編輯器,創建 / 刪除數據庫,管理集合及其索引的能力,用戶友好的 G... MongoDB 軟體介紹
Mongodb user rights 相關參考資料
Built-In Roles — MongoDB Manual
If the user does not have the listDatabases privilege action, users can run the listDatabases command to return a list of databases for which the user has privileges ... https://docs.mongodb.com Collection-Level Access Control — MongoDB Manual
Each privilege action in a role can be scoped to a different collection. For example, a user defined role can contain the following privileges: copy. copied. privileges ... https://docs.mongodb.com db.getRoles() — MongoDB Manual
rolesInfo, integer, Set this field to 1 to retrieve all user-defined roles. showPrivileges, boolean, Optional. Set the field to true to show role privileges, including both ... https://docs.mongodb.com db.grantRolesToUser() — MongoDB Manual
Grants additional roles to a user. The grantRolesToUser method uses the following syntax: copy. copied. db. https://docs.mongodb.com db.updateUser() — MongoDB Manual
Updates the user's profile on the database on which you run the method. ... To modify your own password and custom data, you must have privileges that grant ... https://docs.mongodb.com Define Roles And Permissions — MongoDB Realm
For example, the Users can only read and write their own data template requires that each document in the collection contains the ID of the user that owns it. If you ... https://docs.mongodb.com Manage Users and Roles — MongoDB Manual
The built-in role clusterMonitor also provides the privilege to run mongostat along with other privileges. Create a Role to Drop system.views Collection across ... https://docs.mongodb.com Privilege Actions — MongoDB Manual
If the user does not have the listDatabases privilege action, users can run the listDatabases command to return a list of databases for which the user has privileges ... https://docs.mongodb.com Role-Based Access Control — MongoDB Manual
The first user created in the database should be a user administrator who has the privileges to manage other users. See Enable Access Control. Built-In Roles and ... https://docs.mongodb.com Users — MongoDB Manual
A user can have privileges across different databases; that is, a user's privileges are not limited to their authentication database. By assigning to the user roles in ... https://docs.mongodb.com |