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
Copy file name to clipboardExpand all lines: cfn-resources/organization/mongodb-atlas-organization.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,10 @@
83
83
"RestrictEmployeeAccess": {
84
84
"type": "boolean",
85
85
"description": "Flag that indicates whether to block MongoDB Support from accessing Atlas infrastructure for any deployment in the specified organization without explicit permission. Once this setting is turned on, you can grant MongoDB Support a 24-hour bypass access to the Atlas deployment to resolve support issues. To learn more, see: https://www.mongodb.com/docs/atlas/security-restrict-support-access/."
86
+
},
87
+
"SecurityContact": {
88
+
"type": "string",
89
+
"description": "Email address of the security contact for the organization."
Copy file name to clipboardExpand all lines: examples/organization/organization.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,11 @@
81
81
],
82
82
"Default": "true",
83
83
"Description": "Flag that indicates whether this organization has access to generative AI features. This setting only applies to Atlas Commercial and defaults to `true`. With this setting on, Project Owners may be able to enable or disable individual AI features at the project level. To learn more, see https://www.mongodb.com/docs/generative-ai-faq/"
84
+
},
85
+
"SecurityContact": {
86
+
"Type": "String",
87
+
"Description": "Email address of the security contact for the organization.",
0 commit comments