Seismic
Supports:
Connection
Configuration
| NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
|---|---|---|---|---|
| tenant_id | string | true | false | |
| client_id | string | true | false | |
| client_secret | string | true | false | |
| oauth_refresh_token | string | false | false |
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 }
