Googleapis Recaptchaenterprise
Google reCAPTCHA Enterprise API is a Google security service for detecting bots, fraud, and abusive traffic on websites and apps.
- 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)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: recaptchaenterprise_projects_keys_retrievelegacy, recaptchaenterprise_projects_keys_getmetrics, recaptchaenterprise_projects_firewallpolicies_li, recaptchaenterprise_projects_keys_list, recaptchaenterprise_projects_relatedaccountgroup, recaptchaenterprise_projects_keys_delete |
key |
string | no | — | Path parameter key (required by some operations). |
name |
string | no | — | Path parameter name (required by some operations). |
parent |
string | no | — | Path parameter parent (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |