Method: customers.enterprise.securityInsights.checkEnablementStatus

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

HTTP request

GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/enterprise/securityInsights:checkEnablementStatus

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
customer

string

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

Request body

The request body must be empty.

Response body

Response from checking the enablement status of insights for the customer.

If successful, the response body contains data with the following structure:

JSON representation
{
  "insightsState": enum (InsightsEnablementState)
}
Fields
insightsState

enum (InsightsEnablementState)

The state of the insights feature.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/chrome.management.securityinsights.readonly
  • https://www.googleapis.com/auth/chrome.management.securityinsights