Sha256: 1dc67d4357b7d89cf68bfd1c8c09f31f03f5f57ce38735302190bfc355963cc6
Contents?: true
Size: 1.11 KB
Versions: 12
Compression:
Stored size: 1.11 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", "title": "Password", "order": 1 }, "host": { "type": "string", "title": "Host", "order": 2 }, "client_id": { "type": "string", "title": "Client ID", "order": 3 }, "client_secret": { "type": "string", "title": "Client Secret", "order": 4 }, "security_token": { "type": "string", "title": "Security Token", "order": 5 } } } }
Version data entries
12 entries across 12 versions & 2 rubygems