get_connector_policy
Retrieves current configuration for Chrome Enterprise connectors to audit settings for data protection features like printing, URL checks, and event reporting.
Instructions
Retrieves the current configuration for a specific Chrome Enterprise connector or all connectors. Use this to AUDIT or VERIFY settings for features like "printing sensitive data", "real-time URL checks", or "event reporting". Note: The 'enable_chrome_enterprise_connectors' tool can only ACTIVATE connectors that are currently unconfigured. There is currently no tool to MODIFY an already configured connector; these must be updated manually in the Admin Console.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| policy | No | The connector type to retrieve (or "ALL" to get all connectors in one call). | ALL |
| orgUnitId | Yes | The ID of the organizational unit to check. | |
| customerId | No | The Chrome customer ID (e.g. C012345). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orgUnitId | Yes | ||
| configured | Yes | True when at least one policy entry exists and any entry is enabled. | |
| connectors | No | Mapping of all connector types to their individual results. Only present when policy is ALL. | |
| connectorType | Yes | ||
| connectorPolicies | Yes |