Googleapis Chromepolicy
Google Chrome Policy API manages Chrome and ChromeOS policies for users, browsers, and devices.
- 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)
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: chromepolicy_customers_policyschemas_get, chromepolicy_customers_policyschemas_list, chromepolicy_media_upload, chromepolicy_customers_policies_groups_batchdele, chromepolicy_customers_policies_groups_batchmodi, chromepolicy_customers_policies_groups_listgroup |
customer |
string | no | — | Path parameter customer (required by some operations). |
name |
string | no | — | Path parameter name (required by some operations). |
parent |
string | no | — | Path parameter parent (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |