Google Chrome · Schema

CountChromeBrowsersNeedingAttentionResponse

Response with counts of Chrome browsers needing attention.

BrowserChrome ExtensionsDeveloper ToolsWeb Platform

Properties

Name Type Description
pendingBrowserUpdateCount string Number of browsers with a pending update.
recentlyEnrolledCount string Number of browsers recently enrolled.
noRecentActivityCount string Number of browsers with no recent activity.
notRecentlyConnectedCount string Number of browsers that have not recently synced policy.
View JSON Schema on GitHub

JSON Schema

google-chrome-countchromebrowsersneedingattentionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CountChromeBrowsersNeedingAttentionResponse",
  "title": "CountChromeBrowsersNeedingAttentionResponse",
  "type": "object",
  "description": "Response with counts of Chrome browsers needing attention.",
  "properties": {
    "pendingBrowserUpdateCount": {
      "type": "string",
      "format": "int64",
      "description": "Number of browsers with a pending update."
    },
    "recentlyEnrolledCount": {
      "type": "string",
      "format": "int64",
      "description": "Number of browsers recently enrolled."
    },
    "noRecentActivityCount": {
      "type": "string",
      "format": "int64",
      "description": "Number of browsers with no recent activity."
    },
    "notRecentlyConnectedCount": {
      "type": "string",
      "format": "int64",
      "description": "Number of browsers that have not recently synced policy."
    }
  }
}