Chrome Management API (chromemanagement:v1)

2026-05-22

3 new methods

Additions

    Methods
  • chromemanagement.customers.enterprise.securityInsights.enable

      Path : v1/{+customer}/enterprise/securityInsights:enable

      Flat Path : v1/customers/{customersId}/enterprise/securityInsights:enable

      HTTP Method : POST

      Parameters :

        customer

          Description : Required. The customer to enable insights for. Format: customers/{customer}

          Pattern : ^customers/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : customer

      Description : Enables insights for the customer and sets up required chrome connectors.

  • chromemanagement.customers.enterprise.securityInsights.checkEnablementStatus

      Path : v1/{+customer}/enterprise/securityInsights:checkEnablementStatus

      Flat Path : v1/customers/{customersId}/enterprise/securityInsights:checkEnablementStatus

      HTTP Method : GET

      Parameters :

        customer

          Description : Required. The customer to check the enablement status for. Format: customers/{customer_id}

          Pattern : ^customers/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : customer

      Description : Gets the setting state of the insights feature for the customer.

  • chromemanagement.customers.enterprise.securityInsights.disable

      Path : v1/{+customer}/enterprise/securityInsights:disable

      Flat Path : v1/customers/{customersId}/enterprise/securityInsights:disable

      HTTP Method : POST

      Parameters :

        customer

          Description : Required. The customer to disable insights for. Format: customers/{customer}

          Pattern : ^customers/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : customer

      Description : Disables insights for the customer.