Google Workspace

Supports:

  • ✅ Models
  • ✅ Bulk sync source
  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
auth_methodstringAuthentication method

Default: browser. Accepted values: oauth, service_account
true
client_idstringfalse
client_secretstringfalse

auth_method

When auth_method is service_account
NameTypeDescriptionRequired
service_accountstringService account keytrue

oauth_token_expiry

When oauth_token_expiry has a value AND service_account has a value
NameTypeDescriptionRequired
customer_idstringCustomer IDfalse

Example

{
"name": "Google Workspace connection",
"type": "googleworkspace",
"configuration": {
"auth_method": "",
"client_id": "eb669428-1854-4cb1-a560-403e05b8acbf",
"client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq"
}
}

Read-only properties

NameTypeDescriptionRequired
client_emailstringConnected account

(required if auth_method is “service_account”)
false

Model Sync

Source

Configuration

NameTypeDescriptionRequired
stream_idstringObjecttrue

Example

{
...
"configuration": {
"stream_id": "directory_users"
}
}

Bulk Sync

Source

Google Workspace connections may be used as a bulk sync source. No additional configuration options are required.