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
*`auth_database_name` - (Required) Database against which Atlas authenticates the user. A user must provide both a username and authentication database to log into MongoDB.
83
83
Accepted values include:
84
84
*`admin` if `x509_type` and `aws_iam_type` are omitted or NONE.
85
-
*`$external` if:
86
-
*`x509_type` is MANAGED or CUSTOMER, or
87
-
*`aws_iam_type` is USER or ROLE.
85
+
*`$external` if `x509_type` is MANAGED or CUSTOMER or `aws_iam_type` is USER or ROLE.
88
86
*`project_id` - (Required) The unique ID for the project to create the database user.
89
87
*`roles` - (Required) List of user’s roles and the databases / collections on which the roles apply. A role allows the user to perform particular actions on the specified database. A role on the admin database can include privileges that apply to the other databases as well. See [Roles](#roles) below for more details.
90
88
*`username` - (Required) Username for authenticating to MongoDB.
0 commit comments