Googleapis Accessapproval
Connector for the googleapis-accessapproval API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://accessapproval.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
accessapproval_projects_approvalrequests_get— GET /v1/{name} — Gets an approval request. Returns NOT_FOUND if the request does not exist.accessapproval_projects_approvalrequests_list— GET /v1/{parent}/approvalRequests — Lists approval requests associated with a project, folder, or organization. Appraccessapproval_projects_deleteaccessapprovalsett— DELETE /v1/{name} — Deletes the settings associated with a project, folder, or organization. This wiaccessapproval_projects_updateaccessapprovalsett— PATCH /v1/{name} — Updates the settings associated with a project, folder, or organization. Settingaccessapproval_projects_approvalrequests_approve— POST /v1/{name}:approve — Approves a request and returns the updated ApprovalRequest. Returns NOT_FOUND ifaccessapproval_projects_approvalrequests_dismiss— POST /v1/{name}:dismiss — Dismisses a request. Returns the updated ApprovalRequest. NOTE: This does not de
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: accessapproval_projects_approvalrequests_get
# (attach an 'oauth' credential to the task — no inline secrets)