Googleapis Cloudresourcemanager
Connector for the googleapis-cloudresourcemanager API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://cloudresourcemanager.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
cloudresourcemanager_effectivetags_list— GET /v3/effectiveTags — Return a list of effective tags for the given Google Cloud resource, as specifiecloudresourcemanager_folders_list— GET /v3/folders — Lists the folders that are direct descendants of supplied parent resource. `listcloudresourcemanager_folders_search— GET /v3/folders:search — Search for folders that match specific filter criteria.search()provides an ecloudresourcemanager_liens_list— GET /v3/liens — List all Liens applied to theparentresource. Callers of this method will reqcloudresourcemanager_organizations_search— GET /v3/organizations:search — Searches organization resources that are visible to the user and satisfy the specloudresourcemanager_projects_list— GET /v3/projects — Lists projects that are direct children of the specified folder or organization
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: cloudresourcemanager_effectivetags_list
# (attach an 'oauth' credential to the task — no inline secrets)