Googleapis Recaptchaenterprise
Connector for the googleapis-recaptchaenterprise API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://recaptchaenterprise.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
recaptchaenterprise_projects_keys_retrievelegacy— GET /v1/{key}:retrieveLegacySecretKey — Returns the secret key related to the specified public key. You must use the legrecaptchaenterprise_projects_keys_getmetrics— GET /v1/{name} — Get some aggregated metrics for a Key. This data can be used to build dashboardsrecaptchaenterprise_projects_firewallpolicies_li— GET /v1/{parent}/firewallpolicies — Returns the list of all firewall policies that belong to a project.recaptchaenterprise_projects_keys_list— GET /v1/{parent}/keys — Returns the list of all keys that belong to a project.recaptchaenterprise_projects_relatedaccountgroup— GET /v1/{parent}/memberships — Get memberships in a group of related accounts.recaptchaenterprise_projects_keys_delete— DELETE /v1/{name} — Deletes the specified key.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: recaptchaenterprise_projects_keys_retrievelegacy
# (attach an 'oauth' credential to the task — no inline secrets)