Google Workspace
Supports:
- ✅ Models
- ✅ Bulk sync source
Connection
Configuration
| NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
|---|---|---|---|---|
| auth_method | string | Default: browser. Accepted values: oauth, service_account | false | false |
| client_email | string | (required if auth_method is “service_account”) | false | true |
| customer_id | string | false | false | |
| service_account | string | (required if auth_method is “service_account”) | false | false |
| client_id | string | false | false | |
| client_secret | string | false | 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 }
Model Sync
Source
Configuration
| NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
|---|---|---|---|---|
| stream_id | string | Object | true | false |
Example
1 { 2 ... 3 "configuration": { 4 "stream_id": "directory_users" 5 } 6 }
