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
Human-readable label that indicates whether the new database user or group authenticates with OIDC federated authentication. To create a federated authentication user, specify the value of USER in this field. To create a federated authentication group, specify the value of IDP_GROUP in this field. Default value is `NONE`.
Copy file name to clipboardExpand all lines: cfn-resources/database-user/mongodb-atlas-databaseuser.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,11 @@
120
120
],
121
121
"type": "string"
122
122
},
123
+
"OIDCAuthType": {
124
+
"description": "Human-readable label that indicates whether the new database user or group authenticates with OIDC federated authentication. To create a federated authentication user, specify the value of USER in this field. To create a federated authentication group, specify the value of IDP_GROUP in this field. Default value is `NONE`.",
125
+
"enum": ["NONE", "USER", "IDP_GROUP"],
126
+
"type": "string"
127
+
},
123
128
"Password": {
124
129
"description": "The user’s password. This field is not included in the entity returned from the server.",
0 commit comments