Alert Center

Source Connector

Overview

Google Workspace Alert Center

The source connector fetches data from ​the Alert Center API.

Streams

Data SourceStream Name
alertsalerts

Prerequisites

  1. Create a Service Account with Domain Wide Delegation of Authority.
    1. The Service Account must be created by a Google Workspace administrator
      1. Grant the following OAuth scope to the service user:
        1. https://www.googleapis.com/auth/apps.alerts
    2. Grant the following OAuth scope to the service account:
      1. https://www.googleapis.com/auth/admin.reports.audit.readonly
    3. Add a Key for the service account
      1. Key type: JSON
      2. The private key will initiate a download. Save this key, as you will to provide this key as part of the connector configuration below.

Configuration

FieldRequiredDescriptionExample
JSON CredentialsyesJSON 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" }
EmailyesEmail address of the workspace admin which created the Service Account[email protected]

Connector Limitations

  1. This connector is restricted by rate limits.