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
"description": "Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default."
"description": "Activity state. This is an optional property and if not provided, the state will be Active by default."
750
+
},
720
751
"userProperties": {
721
752
"oneOf": [
722
753
{
@@ -19734,6 +19765,11 @@
19734
19765
"type": "object",
19735
19766
"properties": {},
19736
19767
"description": "The name of the MongoDB Atlas database that you want to access. Type: string (or Expression with resultType string)."
19768
+
},
19769
+
"mongoDbAtlasDriverVersion": {
19770
+
"type": "object",
19771
+
"properties": {},
19772
+
"description": "The MongoDB Atlas Driver version that you want to choose. Allowed value are 2.10.4 and 2.19.0. Type: string (or Expression with resultType string)."
0 commit comments