Parameter | Description |
---|---|
Project ID | Unique 24 hexadecimal-digit string that identifies your project. Can be retrieved using “Return All Projects”. |
Roles | List that provides the pairings of one role with one applicable database. Example input: [ { "databaseName": "exampleDB", "roleName": "readAnyDatabase" } ] |
Username | Human-readable label that represents the user that authenticates to MongoDB. |
{
"awsIAMType": "<string>",
"databaseName": "<string>",
"groupId": "<string>",
"labels": [],
"ldapAuthType": "<string>",
"links": [
{
"href": "<string>",
"rel": "<string>"
}
],
"oidcAuthType": "<string>",
"roles": [
{
"collectionName": "<string>",
"databaseName": "<string>",
"roleName": "<string>"
}
],
"scopes": [],
"username": "<string>",
"x509Type": "<string>"
}
Was this page helpful?