Sha256: 45db5e46f2cc40ab72a2372f4a4906e7bb01812d428c212e29ee26e1faf01603
Contents?: true
Size: 1.21 KB
Versions: 81
Compression:
Stored size: 1.21 KB
Contents
{ "documentation_url": "https://docs.multiwoven.com/destinations/retail/salesforce_consumer_goods_cloud", "stream_type": "static", "connector_query_type": "soql", "connection_specification": { "$schema": "http://json-schema.org/draft-07/schema#", "title": "Salesforce Consumer Goods Cloud", "type": "object", "required": [ "username", "password", "host", "security_token", "client_id", "client_secret" ], "properties": { "username": { "type": "string", "title": "Username", "order": 0 }, "password": { "type": "string", "multiwoven_secret": true, "title": "Password", "order": 1 }, "host": { "type": "string", "title": "Host", "order": 2 }, "client_id": { "type": "string", "title": "Client ID", "order": 3 }, "client_secret": { "type": "string", "multiwoven_secret": true, "title": "Client Secret", "order": 4 }, "security_token": { "type": "string", "multiwoven_secret": true, "title": "Security Token", "order": 5 } } } }
Version data entries
81 entries across 81 versions & 1 rubygems