Documentation Index
Fetch the complete documentation index at: https://support.configview.com/llms.txt
Use this file to discover all available pages before exploring further.
Part 1: Google Workspace Data Ingestion
Set up a Google Workspace app so ConfigView can pull your Google Workspace data into the dashboard.Step 1: Create an App or Token
- Go to: Google Cloud Console
- Click the project dropdown (top-left) > New Project
- Name it
configview-integration, choose your Organization, and click Create. - Enable the Admin SDK API.
- Create a Service Account and generate a JSON key.
- Enable Domain-Wide Delegation for the Service Account in the Google Workspace Admin Console.
- Assign the necessary Read-Only scopes for Users, Groups, and Tokens.
Step 2: Add the Token to ConfigView
- Go to your ConfigView dashboard:
https://{companyname}.configview.com/admin/secret/ - Click Add Secret
- Create the following secrets:
GOOGLE_ADMIN_EMAIL: An admin email address to impersonateGOOGLE_APPLICATION_CREDENTIALS_JSON(Paste the entire JSON key)
- Click Save
Step 3: Enable the Google Workspace App in ConfigView
- Go to:
https://{companyname}.configview.com/admin/cron/ - You should see Google Workspace in the list of available apps
- Select the scripts you want to run.
- Click Save
Step 4: Verify
- Go to:
https://{companyname}.configview.com/admin/status/ - Run the Google Workspace health check.
- All checks should pass.
Data Tables
Once the scripts run, the corresponding Google Workspace tables will be created in your database. All tables include arun_at column for historical tracking.