MongoDB
- Canonical
- Databases
Channel | Revision | Published | Runs on |
---|---|---|---|
6/stable | 199 | 04 Oct 2024 | |
6/candidate | 199 | 04 Oct 2024 | |
6/beta | 199 | 04 Oct 2024 | |
6/edge | 204 | 12 Nov 2024 | |
5/stable | 117 | 20 Apr 2023 | |
5/candidate | 117 | 20 Apr 2023 | |
5/edge | 139 | 21 Nov 2023 | |
5/edge | 109 | 06 Mar 2023 | |
3.6/stable | 100 | 28 Apr 2023 | |
3.6/candidate | 100 | 13 Apr 2023 | |
3.6/edge | 100 | 03 Feb 2023 |
juju deploy mongodb --channel 6/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
charms.mongodb.v1.users
-
- Last updated 09 Aug 2024
- Revision Library version 1.2
Users configuration for MongoDB.
Index
class MongoDBUser
Description
Base class for MongoDB users. None
Methods
MongoDBUser. get_username( self )
Description
Returns the username of the user. None
MongoDBUser. get_password_key_name( self )
Description
Returns the key name for the password of the user. None
MongoDBUser. get_database_name( self )
Description
Returns the database of the user. None
MongoDBUser. get_roles( self )
Description
Returns the role of the user. None
MongoDBUser. get_mongodb_role( self )
Description
Returns the MongoDB role of the user. None
MongoDBUser. get_privileges( self )
Description
Returns the privileges of the user. None
MongoDBUser. get_hosts( self )
Description
Returns the hosts of the user. None
MongoDBUser. get_password_key_name_for_user( username: str )
Description
Returns the key name for the password of the user. None