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: openapi/v1-deprecated/v1.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35870,6 +35870,10 @@
35870
35870
"securityContact": {
35871
35871
"type": "string",
35872
35872
"description": "String that specifies a single email address for the specified organization to receive security-related notifications. Specifying a security contact does not grant them authorization or access to Atlas for security decisions or approvals. An empty string is valid and clears the existing security contact (if any)."
35873
+
},
35874
+
"streamsCrossGroupEnabled": {
35875
+
"type": "boolean",
35876
+
"description": "Flag that indicates whether a group's Atlas Stream Processing instances in this organization can create connections to other group's clusters in the same organization."
35873
35877
}
35874
35878
},
35875
35879
"description": "Collection of settings that configures the organization."
Copy file name to clipboardExpand all lines: openapi/v1-deprecated/v1.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37576,6 +37576,10 @@
37576
37576
"securityContact": {
37577
37577
"type": "string",
37578
37578
"description": "String that specifies a single email address for the specified organization to receive security-related notifications. Specifying a security contact does not grant them authorization or access to Atlas for security decisions or approvals. An empty string is valid and clears the existing security contact (if any)."
37579
+
},
37580
+
"streamsCrossGroupEnabled": {
37581
+
"type": "boolean",
37582
+
"description": "Flag that indicates whether a group's Atlas Stream Processing instances in this organization can create connections to other group's clusters in the same organization."
37579
37583
}
37580
37584
},
37581
37585
"description": "Collection of settings that configures the organization."
0 commit comments