2021-11-04 09:00:09 +00:00
|
|
|
{
|
2022-01-27 05:25:16 +00:00
|
|
|
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/manifest.schema.json",
|
2021-11-04 09:00:09 +00:00
|
|
|
"title": "Google Cloud Storage datasource",
|
|
|
|
|
"description": "A schema defining GCS datasource",
|
2022-01-17 07:08:17 +00:00
|
|
|
"type": "cloud-storage",
|
2021-11-04 09:00:09 +00:00
|
|
|
"source": {
|
|
|
|
|
"name": "GCS",
|
|
|
|
|
"kind": "gcs",
|
|
|
|
|
"exposedVariables": {
|
2022-02-08 03:14:38 +00:00
|
|
|
"isLoading": false,
|
2021-11-04 09:00:09 +00:00
|
|
|
"data": {},
|
|
|
|
|
"rawData": {}
|
|
|
|
|
},
|
|
|
|
|
"options": {
|
2022-01-27 05:25:16 +00:00
|
|
|
"private_key": {
|
|
|
|
|
"type": "string",
|
|
|
|
|
"encrypted": true
|
|
|
|
|
}
|
2021-11-04 09:00:09 +00:00
|
|
|
}
|
|
|
|
|
},
|
2021-11-22 08:22:32 +00:00
|
|
|
"defaults": {
|
2022-01-27 05:25:16 +00:00
|
|
|
"private_key": {
|
|
|
|
|
"value": ""
|
|
|
|
|
}
|
2021-11-22 08:22:32 +00:00
|
|
|
},
|
2021-11-04 09:00:09 +00:00
|
|
|
"properties": {
|
|
|
|
|
"private_key": {
|
2022-01-17 07:08:17 +00:00
|
|
|
"label": "Private key",
|
|
|
|
|
"key": "private_key",
|
2021-11-04 09:00:09 +00:00
|
|
|
"type": "textarea",
|
2023-06-15 12:03:22 +00:00
|
|
|
"description": "Enter JSON private key for service account",
|
|
|
|
|
"encrypted": true
|
2021-11-04 09:00:09 +00:00
|
|
|
}
|
|
|
|
|
},
|
2022-01-27 05:25:16 +00:00
|
|
|
"required": [
|
|
|
|
|
"private_key"
|
|
|
|
|
]
|
|
|
|
|
}
|