Ironclad

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
auth_methodstringAccepted Values: oauth, api_keytruefalse
api_keystring(required if auth_method is “api_key”)falsefalse
client_idstring(required if auth_method is “oauth”)falsefalse
client_secretstring(required if auth_method is “oauth”)falsefalse
user_as_emailstring(required if auth_method is “oauth”)falsefalse

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

NAMETYPEDESCRIPTIONREQUIREDREADONLY
objectstringObjecttruefalse

Example

1{
2 ...
3 "configuration": {
4 "object": "users"
5 }
6}