Googleapis Cloudresourcemanager
Google Cloud Resource Manager API is an interface for organizing and managing Google Cloud projects, folders, and organizations.
- 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)
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: cloudresourcemanager_effectivetags_list, cloudresourcemanager_folders_list, cloudresourcemanager_folders_search, cloudresourcemanager_liens_list, cloudresourcemanager_organizations_search, cloudresourcemanager_projects_list |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |