Ironclad
Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
auth_method | string | Accepted Values: oauth, api_key | true | false |
api_key | string | (required if auth_method is “api_key”) | false | false |
client_id | string | (required if auth_method is “oauth”) | false | false |
client_secret | string | (required if auth_method is “oauth”) | false | false |
user_as_email | string | (required if auth_method is “oauth”) | false | false |
Example
1 { 2 "name": "ironclad connection", 3 "type": "ironclad", 4 "configuration": { 5 "api_key": "secret", 6 "auth_method": "", 7 "client_id": "ironclad", 8 "client_secret": "secret", 9 "user_as_email": "email@domain.com" 10 } 11 }
Model Sync
Source
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
object | string | Object | true | false |
Example
1 { 2 ... 3 "configuration": { 4 "object": "users" 5 } 6 }