Parameter | Description |
---|---|
Password | Alphanumeric string that authenticates this database user against the database specified. Must be formatted as a RFC 2253 Distinguished Name. Minimum 8 characters. |
Project ID | Unique 24 hexadecimal-digit string that identifies your project. Can be retrieved using “Return All Projects”. |
Roles | List of objects that provides the pairings of one role with one applicable database. Example input: [ { "databaseName": "exampleDB", "roleName": "atlasAdmin" } ] |
Username | Human-readable label that represents the user that authenticates to MongoDB. |