Googleapis Chromepolicy
Connector for the googleapis-chromepolicy API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://chromepolicy.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
chromepolicy_customers_policyschemas_get— GET /v1/{name} — Get a specific policy schema for a customer by its resource name.chromepolicy_customers_policyschemas_list— GET /v1/{parent}/policySchemas — Gets a list of policy schemas that match a specified filter value for a given cuchromepolicy_media_upload— POST /v1/{customer}/policies/files:uploadPolicyFile — Creates an enterprise file from the content provided by user. Returns a public dchromepolicy_customers_policies_groups_batchdele— POST /v1/{customer}/policies/groups:batchDelete — Delete multiple policy values that are applied to a specific group. All targetschromepolicy_customers_policies_groups_batchmodi— POST /v1/{customer}/policies/groups:batchModify — Modify multiple policy values that are applied to a specific group. All targetschromepolicy_customers_policies_groups_listgroup— POST /v1/{customer}/policies/groups:listGroupPriorityOrdering — Retrieve a group priority ordering for an app. The target app must be supplied i
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: chromepolicy_customers_policyschemas_get
# (attach an 'oauth' credential to the task — no inline secrets)