PromucFlow_constructor/app/client/cypress/fixtures/saveAction.json
Favour Ohanekwu aca5bd78b1
fix: inclusion of authorization error for Google sheets (#6674)
* Added authorisation status to Google sheet datasource form
2021-08-25 11:36:55 +01:00

39 lines
917 B
JSON

{
"responseMeta": {
"status": 200,
"success": true
},
"data": {
"id": "602d5150be5b8626c2dad9e0",
"userPermissions": [
"execute:datasources",
"manage:datasources",
"read:datasources"
],
"name": "Untitled Datasource 5213",
"pluginId": "5e687c18fb01e64e6a3f873f",
"organizationId": "5fd639aceb554e031ee61fef",
"datasourceConfiguration": {
"connection": {
"mode": "READ_WRITE",
"type": "REPLICA_SET",
"defaultDatabaseName": "sample_airbnb"
},
"endpoints": [
{
"host": "cypress-test.zljea.mongodb.net"
}
],
"authentication": {
"authenticationType": "dbAuth",
"authType": "SCRAM_SHA_1",
"username": "cypress-test",
"databaseName": "admin"
},
"sshProxyEnabled": false
},
"invalids": [],
"isValid": true,
"new": false
}
}