Configuring your connectionsConnection configurationsGoogle WorkspaceCopy pageSupports: ✅ Models ✅ Bulk sync source Connection Configuration NameTypeDescriptionRequiredauth_methodstringDefault: browserAccepted values: oauth, service_accountfalseclient_idstringfalseclient_secretstringfalsecustomer_idstringCustomer IDfalseservice_accountstringService account key(required if auth_method is “service_account”)false Example 1{2 "name": "Google Workspace connection",3 "type": "googleworkspace",4 "configuration": {5 "auth_method": "",6 "client_id": "eb669428-1854-4cb1-a560-403e05b8acbf",7 "client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq",8 "customer_id": "",9 "service_account": ""10 }11} Read-only properties NameTypeDescriptionRequiredclient_emailstringConnected Account(required if auth_method is “service_account”)false Model Sync Source Configuration NameTypeDescriptionRequiredstream_idstringObjecttrue Example 1{2 ...3 "configuration": {4 "stream_id": "directory_users"5 }6}