Alert Center
Source Connector
Overview
The source connector fetches data from the Alert Center API.
Streams
Data Source | Stream Name |
---|---|
alerts | alerts |
Prerequisites
- Create a Service Account with Domain Wide Delegation of Authority.
- The Service Account must be created by a Google Workspace administrator
- Grant the following OAuth scope to the service user:
https://www.googleapis.com/auth/apps.alerts
- Grant the following OAuth scope to the service user:
- Grant the following OAuth scope to the service account:
https://www.googleapis.com/auth/admin.reports.audit.readonly
- Add a Key for the service account
- Key type: JSON
- The private key will initiate a download. Save this key, as you will to provide this key as part of the connector configuration below.
- The Service Account must be created by a Google Workspace administrator
Configuration
Field | Required | Description | Example |
---|---|---|---|
JSON Credentials | yes | JSON service account private JSON key | { "type": "service_account", "project_id": "test-id", "private_key_id": "27ed788...e52", "private_key": "-----BEGIN PRIVATE KEY---- ... ----END PRIVATE KEY-----", "client_email": "[[email protected]](mailto:[email protected]) ", "client_id": "19348374364737338", "auth_uri": "https://accounts.google.com/o/oauth2/auth", "token_uri": "https://oauth2.googleapis.com/token", "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/test%40test.iam.gserviceaccount.com" } |
yes | Email address of the workspace admin which created the Service Account | [email protected] |
Connector Limitations
- This connector is restricted by rate limits.
Updated 18 days ago