Googleapis Androidmanagement
Connector for the googleapis-androidmanagement API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://androidmanagement.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
androidmanagement_enterprises_list— GET /v1/enterprises — Lists EMM-managed enterprises. Only BASIC fields are returned.androidmanagement_enterprises_webapps_get— GET /v1/{name} — Gets a web app.androidmanagement_enterprises_devices_list— GET /v1/{parent}/devices — Lists devices for a given enterprise. Deleted devices are not returned in the reandroidmanagement_enterprises_enrollmenttokens_l— GET /v1/{parent}/enrollmentTokens — Lists active, unexpired enrollment tokens for a given enterprise. The list itemsandroidmanagement_enterprises_policies_list— GET /v1/{parent}/policies — Lists policies for a given enterprise.androidmanagement_enterprises_webapps_list— GET /v1/{parent}/webApps — Lists web apps for a given enterprise.
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: androidmanagement_enterprises_list
# (attach an 'oauth' credential to the task — no inline secrets)