Seismic
Supports:
Connection
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
client_id | string | Client ID | true |
client_secret | string | Client Secret | true |
oauth_refresh_token | string | false | |
tenant_id | string | Tenant ID | true |
Example
1 { 2 "name": "Seismic connection", 3 "type": "seismic", 4 "configuration": { 5 "client_id": "", 6 "client_secret": "", 7 "oauth_refresh_token": "", 8 "tenant_id": "" 9 } 10 }
