Googleapis Androidenterprise
Connector for the googleapis-androidenterprise API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://androidenterprise.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
androidenterprise_enterprises_list— GET /androidenterprise/v1/enterprises — Looks up an enterprise by domain name. This is only supported for enterprises crandroidenterprise_enterprises_get— GET /androidenterprise/v1/enterprises/{enterpriseId} — Retrieves the name and domain of an enterprise.androidenterprise_grouplicenses_list— GET /androidenterprise/v1/enterprises/{enterpriseId}/groupLicenses — Retrieves IDs of all products for which the enterprise has a group license. **Noandroidenterprise_grouplicenses_get— GET /androidenterprise/v1/enterprises/{enterpriseId}/groupLicenses/{groupLicenseId} — Retrieves details of an enterprise's group license for a product. Note: Thisandroidenterprise_grouplicenseusers_list— GET /androidenterprise/v1/enterprises/{enterpriseId}/groupLicenses/{groupLicenseId}/users — Retrieves the IDs of the users who have been granted entitlements under the liceandroidenterprise_products_list— GET /androidenterprise/v1/enterprises/{enterpriseId}/products — Finds approved products that match a query, or all approved products if there is
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: androidenterprise_enterprises_list
# (attach an 'oauth' credential to the task — no inline secrets)