Add Gmail adapter documentation#250
Draft
maximelb wants to merge 3 commits into
Draft
Conversation
Documents the Gmail USP adapter: incoming-email telemetry plus the opt-in BEC capabilities (filters, forwarding, send-as, delegates, imap/pop, vacation, history). Includes a step-by-step access-granting guide for both auth modes (OAuth refresh token, and service account with domain-wide delegation), config tables, and CLI/IaC deployment examples. Adds the page to the Collaboration adapters nav. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
markdownlint MD036 flagged the bold "Step N — ..." pseudo-headings; convert them to #### headings. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a documentation page for the new Gmail USP adapter (paired with refractionPOINT/usp-adapters#287).
The page covers:
collect_*flag to its event type(s) and its BEC (Business Email Compromise) relevance — message telemetry plus filters, forwarding, send-as, delegates, IMAP/POP, vacation responder, and mailbox history.gmail.readonlyscope in the Admin console. Required forcollect_delegates.gmail.readonlyvsgmail.metadata.client_options, adapter-specific auth options, and full capability-toggle / collection-knob tables.Added to the Collaboration adapters group in the nav, right after Google Workspace.
No PII: all identifiers in examples are placeholders (
mailbox@yourdomain.com,xxxxxxxx-...,YOUR_LC_INSTALLATION_KEY_GMAIL).🤖 Generated with Claude Code