Configuring your connectionsConnection configurationsIroncladCopy pageSupports: ✅ Models ✅ Bulk sync source Connection Configuration NameTypeDescriptionRequiredauth_methodstringAuthentication methodAccepted values: oauth ↓, api_key ↓trueenvironmentstringEnvironmentAccepted values: prod, demotrue auth_method When auth_method is api_key NameTypeDescriptionRequiredapi_keystringAccess tokentrue When auth_method is oauth NameTypeDescriptionRequiredclient_idstringClient IDtrueclient_secretstringClient secrettrueuser_as_emailstringIronclad user emailtrue Example 1{2 "name": "Ironclad connection",3 "type": "ironclad",4 "configuration": {5 "auth_method": "",6 "environment": ""7 }8} Model Sync Source Configuration NameTypeDescriptionRequiredobjectstringObjecttrue Example 1{2 ...3 "configuration": {4 "object": "users"5 }6}