{
  "title": "Chrome Management API",
  "basePath": "",
  "ownerDomain": "google.com",
  "discoveryVersion": "v1",
  "canonicalName": "Chrome Management",
  "parameters": {
    "access_token": {
      "type": "string",
      "description": "OAuth access token.",
      "location": "query"
    },
    "alt": {
      "type": "string",
      "description": "Data format for response.",
      "default": "json",
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ],
      "location": "query"
    },
    "callback": {
      "type": "string",
      "description": "JSONP",
      "location": "query"
    },
    "fields": {
      "type": "string",
      "description": "Selector specifying which fields to include in a partial response.",
      "location": "query"
    },
    "key": {
      "type": "string",
      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
      "location": "query"
    },
    "oauth_token": {
      "type": "string",
      "description": "OAuth 2.0 token for the current user.",
      "location": "query"
    },
    "prettyPrint": {
      "type": "boolean",
      "description": "Returns response with indentations and line breaks.",
      "default": "true",
      "location": "query"
    },
    "quotaUser": {
      "type": "string",
      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
      "location": "query"
    },
    "upload_protocol": {
      "type": "string",
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
      "location": "query"
    },
    "uploadType": {
      "type": "string",
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
      "location": "query"
    },
    "$.xgafv": {
      "type": "string",
      "description": "V1 error format.",
      "enum": [
        "1",
        "2"
      ],
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ],
      "location": "query"
    }
  },
  "mtlsRootUrl": "https://chromemanagement.mtls.googleapis.com/",
  "icons": {
    "x16": "http://www.google.com/images/icons/product/search-16.gif",
    "x32": "http://www.google.com/images/icons/product/search-32.gif"
  },
  "ownerName": "Google",
  "schemas": {
    "GoogleChromeManagementV1alpha1ListTelemetryDevicesResponse": {
      "id": "GoogleChromeManagementV1alpha1ListTelemetryDevicesResponse",
      "type": "object",
      "properties": {
        "devices": {
          "description": "Telemetry devices returned in the response.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1TelemetryDevice"
          }
        },
        "nextPageToken": {
          "description": "Token to specify next page in the list.",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1alpha1TelemetryDevice": {
      "id": "GoogleChromeManagementV1alpha1TelemetryDevice",
      "description": "Telemetry data collected from a managed device. Granular permission needed: TELEMETRY_API_DEVICE",
      "type": "object",
      "properties": {
        "name": {
          "description": "Output only. Resource name of the device.",
          "readOnly": true,
          "type": "string"
        },
        "customer": {
          "description": "Output only. Google Workspace Customer whose enterprise enrolled the device.",
          "readOnly": true,
          "type": "string"
        },
        "orgUnitId": {
          "description": "Output only. Organization unit ID of the device.",
          "readOnly": true,
          "type": "string"
        },
        "deviceId": {
          "description": "Output only. The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab",
          "readOnly": true,
          "type": "string"
        },
        "serialNumber": {
          "description": "Output only. Device serial number. This value is the same as the Admin Console's Serial Number in the ChromeOS Devices tab.",
          "readOnly": true,
          "type": "string"
        },
        "cpuInfo": {
          "description": "Output only. Information regarding CPU specs for the device.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1CpuInfo"
          }
        },
        "cpuStatusReport": {
          "description": "Output only. CPU status reports collected periodically sorted in a decreasing order of report_time.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1CpuStatusReport"
          }
        },
        "memoryInfo": {
          "description": "Output only. Information regarding memory specs for the device.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1MemoryInfo"
        },
        "memoryStatusReport": {
          "description": "Output only. Memory status reports collected periodically sorted decreasing by report_time.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1MemoryStatusReport"
          }
        },
        "networkInfo": {
          "description": "Output only. Network devices information.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1NetworkInfo"
        },
        "networkStatusReport": {
          "description": "Output only. Network specs collected periodically.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1NetworkStatusReport"
          }
        },
        "networkDiagnosticsReport": {
          "description": "Output only. Network diagnostics collected periodically.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1NetworkDiagnosticsReport"
          }
        },
        "osUpdateStatus": {
          "description": "Output only. Contains relevant information regarding ChromeOS update status.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1OsUpdateStatus"
          }
        },
        "graphicsInfo": {
          "description": "Output only. Contains information regarding Graphic peripherals for the device.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1GraphicsInfo"
        },
        "graphicsStatusReport": {
          "description": "Output only. Graphics reports collected periodically.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1GraphicsStatusReport"
          }
        },
        "batteryInfo": {
          "description": "Output only. Information on battery specs for the device.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1BatteryInfo"
          }
        },
        "batteryStatusReport": {
          "description": "Output only. Battery reports collected periodically.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1BatteryStatusReport"
          }
        },
        "storageInfo": {
          "description": "Output only. Information of storage specs for the device.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1StorageInfo"
        },
        "storageStatusReport": {
          "description": "Output only. Storage reports collected periodically.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1StorageStatusReport"
          }
        },
        "thunderboltInfo": {
          "description": "Output only. Information on the Thunderbolt bus.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1ThunderboltInfo"
          }
        },
        "audioStatusReport": {
          "description": "Output only. Audio reports collected periodically sorted in a decreasing order of report_time.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1AudioStatusReport"
          }
        },
        "bootPerformanceReport": {
          "description": "Output only. Boot performance reports of the device.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1BootPerformanceReport"
          }
        },
        "heartbeatStatusReport": {
          "description": "Output only. Heartbeat status report containing timestamps periodically sorted in decreasing order of report_time",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1HeartbeatStatusReport"
          }
        },
        "kioskAppStatusReport": {
          "description": "Output only. Kiosk App status report for the kiosk device",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1KioskAppStatusReport"
          }
        },
        "networkBandwidthReport": {
          "description": "Output only. Network bandwidth reports collected periodically sorted in a decreasing order of report_time.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1NetworkBandwidthReport"
          }
        },
        "peripheralsReport": {
          "description": "Output only. Peripherals reports collected periodically sorted in a decreasing order of report_time.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1PeripheralsReport"
          }
        },
        "appReport": {
          "description": "Output only. App reports collected periodically sorted in a decreasing order of report_time.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1AppReport"
          }
        },
        "runtimeCountersReport": {
          "description": "Output only. Runtime counter reports collected device lifetime runtime, as well as the counts of S0-\u003eS3, S0-\u003eS4, and S0-\u003eS5 transitions, meaning entering into sleep, hibernation, and power-off states",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1RuntimeCountersReport"
          }
        },
        "userSessionActivityReport": {
          "description": "Output only. User session activity reports collected periodically sorted in a decreasing order of report_time.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1UserSessionActivityReport"
          }
        }
      }
    },
    "GoogleChromeManagementV1alpha1CpuInfo": {
      "id": "GoogleChromeManagementV1alpha1CpuInfo",
      "description": "CPU specifications for the device * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_CPU_INFO",
      "type": "object",
      "properties": {
        "model": {
          "description": "Output only. The CPU model name. Example: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz",
          "readOnly": true,
          "type": "string"
        },
        "architecture": {
          "description": "Output only. The CPU architecture.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Architecture unknown.",
            "x64 architecture"
          ],
          "enum": [
            "ARCHITECTURE_UNSPECIFIED",
            "X64"
          ]
        },
        "maxClockSpeed": {
          "description": "Output only. The max CPU clock speed in kHz.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "keylockerSupported": {
          "description": "Output only. Whether keylocker is supported.",
          "readOnly": true,
          "type": "boolean"
        },
        "keylockerConfigured": {
          "description": "Output only. Whether keylocker is configured.`TRUE` = Enabled; `FALSE` = disabled. Only reported if keylockerSupported = `TRUE`.",
          "readOnly": true,
          "type": "boolean"
        }
      }
    },
    "GoogleChromeManagementV1alpha1CpuStatusReport": {
      "id": "GoogleChromeManagementV1alpha1CpuStatusReport",
      "description": "Provides information about the status of the CPU. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Every 10 minutes * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_CPU_REPORT",
      "type": "object",
      "properties": {
        "reportTime": {
          "description": "Output only. The timestamp in milliseconds representing time at which this report was sampled.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "sampleFrequency": {
          "description": "Output only. Frequency the report is sampled.",
          "readOnly": true,
          "type": "string",
          "format": "google-duration"
        },
        "cpuUtilizationPct": {
          "description": "Output only. Sample of CPU utilization (0-100 percent).",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "cpuTemperatureInfo": {
          "description": "Output only. CPU temperature sample info per CPU core in Celsius",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1CpuTemperatureInfo"
          }
        }
      }
    },
    "GoogleChromeManagementV1alpha1CpuTemperatureInfo": {
      "id": "GoogleChromeManagementV1alpha1CpuTemperatureInfo",
      "description": "CPU temperature of a device. Sampled per CPU core in Celsius. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Every 10 minutes * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A",
      "type": "object",
      "properties": {
        "temperatureCelsius": {
          "description": "Output only. CPU temperature in Celsius.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "label": {
          "description": "Output only. CPU label. Example: Core 0",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1alpha1MemoryInfo": {
      "id": "GoogleChromeManagementV1alpha1MemoryInfo",
      "description": "Memory information of a device. * This field has both telemetry and device information: - `totalRamBytes` - Device information - `availableRamBytes` - Telemetry information - `totalMemoryEncryption` - Device information * Data for this field is controlled via policy: [ReportDeviceMemoryInfo](https://chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection Frequency: - `totalRamBytes` - Only at upload - `availableRamBytes` - Every 10 minutes - `totalMemoryEncryption` - at device startup * Default Data Reporting Frequency: - `totalRamBytes` - 3 hours - `availableRamBytes` - 3 hours - `totalMemoryEncryption` - at device startup - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: only for `totalMemoryEncryption` * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_MEMORY_INFO",
      "type": "object",
      "properties": {
        "totalRamBytes": {
          "description": "Output only. Total RAM in bytes.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "availableRamBytes": {
          "description": "Output only. Amount of available RAM in bytes.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "totalMemoryEncryption": {
          "description": "Output only. Total memory encryption info for the device.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1TotalMemoryEncryptionInfo"
        }
      }
    },
    "GoogleChromeManagementV1alpha1TotalMemoryEncryptionInfo": {
      "id": "GoogleChromeManagementV1alpha1TotalMemoryEncryptionInfo",
      "description": "Memory encryption information of a device. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceMemoryInfo](https://chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A",
      "type": "object",
      "properties": {
        "encryptionState": {
          "description": "The state of memory encryption on the device.",
          "type": "string",
          "enumDescriptions": [
            "Memory encryption state is not set.",
            "The memory encryption state is unknown.",
            "Memory encrpytion on the device is disabled.",
            "Memory encryption on the device uses total memory encryption.",
            "Memory encryption on the device uses multi-key total memory encryption."
          ],
          "enum": [
            "MEMORY_ENCRYPTION_STATE_UNSPECIFIED",
            "MEMORY_ENCRYPTION_STATE_UNKNOWN",
            "MEMORY_ENCRYPTION_STATE_DISABLED",
            "MEMORY_ENCRYPTION_STATE_TME",
            "MEMORY_ENCRYPTION_STATE_MKTME"
          ]
        },
        "maxKeys": {
          "description": "The maximum number of keys that can be used for encryption.",
          "type": "string",
          "format": "int64"
        },
        "keyLength": {
          "description": "The length of the encryption keys.",
          "type": "string",
          "format": "int64"
        },
        "encryptionAlgorithm": {
          "description": "Memory encryption algorithm.",
          "type": "string",
          "enumDescriptions": [
            "Memory encryption algorithm is not set.",
            "The memory encryption algorithm being used is unknown.",
            "The memory encryption algorithm is using the AES_XTS encryption algorithm with a 128 bit block cypher.",
            "The memory encryption algorithm is using the AES_XTS encryption algorithm with a 256 bit block cypher."
          ],
          "enum": [
            "MEMORY_ENCRYPTION_ALGORITHM_UNSPECIFIED",
            "MEMORY_ENCRYPTION_ALGORITHM_UNKNOWN",
            "MEMORY_ENCRYPTION_ALGORITHM_AES_XTS_128",
            "MEMORY_ENCRYPTION_ALGORITHM_AES_XTS_256"
          ]
        }
      }
    },
    "GoogleChromeManagementV1alpha1MemoryStatusReport": {
      "id": "GoogleChromeManagementV1alpha1MemoryStatusReport",
      "description": "Contains samples of memory status reports. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceMemoryInfo](https://chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection Frequency: Only at upload, SystemRamFreeByes is collected every 10 minutes * Default Data Reporting Frequency: Every 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_MEMORY_REPORT",
      "type": "object",
      "properties": {
        "reportTime": {
          "description": "Output only. The timestamp in milliseconds representing time at which this report was sampled.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "sampleFrequency": {
          "description": "Output only. Frequency the report is sampled.",
          "readOnly": true,
          "type": "string",
          "format": "google-duration"
        },
        "systemRamFreeBytes": {
          "description": "Output only. Amount of free RAM in bytes (unreliable due to Garbage Collection).",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "pageFaults": {
          "description": "Output only. Number of page faults during this collection",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "GoogleChromeManagementV1alpha1NetworkInfo": {
      "id": "GoogleChromeManagementV1alpha1NetworkInfo",
      "description": "Network device information. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportNetworkDeviceConfiguration](https://chromeenterprise.google/policies/#ReportNetworkDeviceConfiguration) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_NETWORK_INFO",
      "type": "object",
      "properties": {
        "networkDevices": {
          "description": "Output only. List of network devices.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1NetworkDevice"
          }
        }
      }
    },
    "GoogleChromeManagementV1alpha1NetworkDevice": {
      "id": "GoogleChromeManagementV1alpha1NetworkDevice",
      "description": "Details about the network device. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: `reportNetworkDeviceConfiguration` * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A",
      "type": "object",
      "properties": {
        "type": {
          "description": "Output only. Network device type.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Network device type not specified.",
            "Cellular device.",
            "Ethernet device.",
            "Wifi device."
          ],
          "enum": [
            "NETWORK_DEVICE_TYPE_UNSPECIFIED",
            "CELLULAR_DEVICE",
            "ETHERNET_DEVICE",
            "WIFI_DEVICE"
          ]
        },
        "macAddress": {
          "description": "Output only. MAC address (if applicable) of the corresponding network device.",
          "readOnly": true,
          "type": "string"
        },
        "meid": {
          "description": "Output only. MEID (if applicable) of the corresponding network device.",
          "readOnly": true,
          "type": "string"
        },
        "imei": {
          "description": "Output only. IMEI (if applicable) of the corresponding network device.",
          "readOnly": true,
          "type": "string"
        },
        "iccid": {
          "description": "Output only. The integrated circuit card ID associated with the device's sim card.",
          "readOnly": true,
          "type": "string"
        },
        "mdn": {
          "description": "Output only. The mobile directory number associated with the device's sim card.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1alpha1NetworkStatusReport": {
      "id": "GoogleChromeManagementV1alpha1NetworkStatusReport",
      "description": "State of visible/configured networks. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportNetworkStatus](https://chromeenterprise.google/policies/#ReportNetworkStatus) * Data Collection Frequency: 60 minutes * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: Yes * Granular permission needed: TELEMETRY_API_NETWORK_REPORT",
      "type": "object",
      "properties": {
        "reportTime": {
          "description": "Output only. Time at which the network state was reported.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "sampleFrequency": {
          "description": "Output only. Frequency the report is sampled.",
          "readOnly": true,
          "type": "string",
          "format": "google-duration"
        },
        "signalStrengthDbm": {
          "description": "Output only. Signal strength for wireless networks measured in decibels.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "lanIpAddress": {
          "description": "Output only. LAN IP address.",
          "readOnly": true,
          "type": "string"
        },
        "gatewayIpAddress": {
          "description": "Output only. Gateway IP address.",
          "readOnly": true,
          "type": "string"
        },
        "transmissionBitRateMbps": {
          "description": "Output only. Transmission bit rate measured in Megabits per second.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "receivingBitRateMbps": {
          "description": "Output only. Receiving bit rate measured in Megabits per second.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "transmissionPowerDbm": {
          "description": "Output only. Transmission power measured in decibels.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "encryptionOn": {
          "description": "Output only. Whether the wifi encryption key is turned off.",
          "readOnly": true,
          "type": "boolean"
        },
        "wifiLinkQuality": {
          "description": "Output only. Wifi link quality. Value ranges from [0, 70]. 0 indicates no signal and 70 indicates a strong signal.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "wifiPowerManagementEnabled": {
          "description": "Output only. Wifi power management enabled",
          "readOnly": true,
          "type": "boolean"
        },
        "guid": {
          "description": "Output only. Network connection guid.",
          "readOnly": true,
          "type": "string"
        },
        "connectionState": {
          "description": "Output only. Current connection state of the network.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Network connection state unspecified.",
            "The network is connected and internet connectivity is available.",
            "The network is connected and not in a detected portal state, but internet connectivity may not be available.",
            "The network is connected but a portal state was detected. Internet connectivity may be limited.",
            "The network is in the process of connecting.",
            "The network is not connected."
          ],
          "enum": [
            "NETWORK_CONNECTION_STATE_UNSPECIFIED",
            "ONLINE",
            "CONNECTED",
            "PORTAL",
            "CONNECTING",
            "NOT_CONNECTED"
          ]
        },
        "connectionType": {
          "description": "Output only. Network connection type.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Network connection type unspecified",
            "Cellular network connection.",
            "Ethernet network connection.",
            "Tether network connection.",
            "VPN network connection.",
            "Wifi network connection."
          ],
          "enum": [
            "NETWORK_TYPE_UNSPECIFIED",
            "CELLULAR",
            "ETHERNET",
            "TETHER",
            "VPN",
            "WIFI"
          ]
        },
        "ipv6Address": {
          "description": "Output only. IPv6 addresses assigned to this network, if any. Each address is a string in standard IPv6 text representation (e.g., \"2001:db8::1\").",
          "readOnly": true,
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "gatewayIpv6Address": {
          "description": "Output only. The gateway IPv6 for this interface, if detected",
          "readOnly": true,
          "type": "string"
        },
        "metered": {
          "description": "Output only. Whether the network was detected as metered.",
          "readOnly": true,
          "type": "boolean"
        },
        "linkDownSpeedKbps": {
          "description": "Output only. The maximum downstream bandwidth in Kilobits per second (Kbps), if reported by the network interface or connection.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        }
      }
    },
    "GoogleChromeManagementV1alpha1NetworkDiagnosticsReport": {
      "id": "GoogleChromeManagementV1alpha1NetworkDiagnosticsReport",
      "description": "Network testing results to determine the health of the device's network connection, for example whether the HTTPS latency is high or normal. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT",
      "type": "object",
      "properties": {
        "reportTime": {
          "description": "Output only. Timestamp of when the diagnostics were collected.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "httpsLatencyData": {
          "description": "Output only. HTTPS latency test data.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1HttpsLatencyRoutineData"
        }
      }
    },
    "GoogleChromeManagementV1alpha1HttpsLatencyRoutineData": {
      "id": "GoogleChromeManagementV1alpha1HttpsLatencyRoutineData",
      "description": "Data that describes the result of the HTTPS latency diagnostics routine.",
      "type": "object",
      "properties": {
        "problem": {
          "description": "Output only. HTTPS latency routine problem if a problem occurred.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "HTTPS latency problem not specified.",
            "One or more DNS resolutions resulted in a failure.",
            "One or more HTTPS requests resulted in a failure.",
            "HTTPS request latency is high, which is potentially problematic.",
            "HTTPS request latency is very high, which is problematic."
          ],
          "enum": [
            "HTTPS_LATENCY_PROBLEM_UNSPECIFIED",
            "FAILED_DNS_RESOLUTIONS",
            "FAILED_HTTPS_REQUESTS",
            "HIGH_LATENCY",
            "VERY_HIGH_LATENCY"
          ]
        },
        "latency": {
          "description": "Output only. HTTPS latency if routine succeeded or failed because of HIGH_LATENCY or VERY_HIGH_LATENCY.",
          "readOnly": true,
          "type": "string",
          "format": "google-duration"
        }
      }
    },
    "GoogleChromeManagementV1alpha1OsUpdateStatus": {
      "id": "GoogleChromeManagementV1alpha1OsUpdateStatus",
      "description": "Contains information regarding the current OS update status. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: `reportDeviceOsUpdateStatus` * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_OS_REPORT",
      "type": "object",
      "properties": {
        "updateState": {
          "description": "Output only. Current state of the os update.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "State unspecified.",
            "OS has not started downloading.",
            "OS has started download on device.",
            "Device needs reboot to finish upload."
          ],
          "enum": [
            "UPDATE_STATE_UNSPECIFIED",
            "OS_IMAGE_DOWNLOAD_NOT_STARTED",
            "OS_IMAGE_DOWNLOAD_IN_PROGRESS",
            "OS_UPDATE_NEED_REBOOT"
          ]
        },
        "newPlatformVersion": {
          "description": "Output only. New platform version of the os image being downloaded and applied. It is only set when update status is OS_IMAGE_DOWNLOAD_IN_PROGRESS or OS_UPDATE_NEED_REBOOT. Note this could be a dummy \"0.0.0.0\" for OS_UPDATE_NEED_REBOOT status for some edge cases, e.g. update engine is restarted without a reboot.",
          "readOnly": true,
          "type": "string"
        },
        "newRequestedPlatformVersion": {
          "description": "Output only. New requested platform version from the pending updated kiosk app.",
          "readOnly": true,
          "type": "string"
        },
        "lastUpdateTime": {
          "description": "Output only. Timestamp of the last successful update.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "lastUpdateCheckTime": {
          "description": "Output only. Timestamp of the last update check.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "lastRebootTime": {
          "description": "Output only. Timestamp of the last reboot.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        }
      }
    },
    "GoogleChromeManagementV1alpha1GraphicsInfo": {
      "id": "GoogleChromeManagementV1alpha1GraphicsInfo",
      "description": "Information of the graphics subsystem. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceGraphicsStatus](https://chromeenterprise.google/policies/#ReportDeviceGraphicsStatus) * Data Collection Frequency: 3 hours * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_GRAPHICS_INFO",
      "type": "object",
      "properties": {
        "adapterInfo": {
          "description": "Output only. Information about the graphics adapter (GPU).",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1GraphicsAdapterInfo"
        },
        "eprivacySupported": {
          "description": "Output only. Is ePrivacy screen supported or not.",
          "readOnly": true,
          "type": "boolean"
        },
        "displayDevices": {
          "description": "Output only. Information about the display(s) of the device.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1DisplayDevice"
          }
        },
        "touchScreenInfo": {
          "description": "Output only. Information about the internal touch screen(s) of the device.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1TouchScreenInfo"
        }
      }
    },
    "GoogleChromeManagementV1alpha1GraphicsAdapterInfo": {
      "id": "GoogleChromeManagementV1alpha1GraphicsAdapterInfo",
      "description": "Information of a graphics adapter (GPU).",
      "type": "object",
      "properties": {
        "adapter": {
          "description": "Output only. Adapter name. Example: Mesa DRI Intel(R) UHD Graphics 620 (Kabylake GT2).",
          "readOnly": true,
          "type": "string"
        },
        "driverVersion": {
          "description": "Output only. Version of the GPU driver.",
          "readOnly": true,
          "type": "string"
        },
        "deviceId": {
          "description": "Output only. Represents the graphics card device id.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        }
      }
    },
    "GoogleChromeManagementV1alpha1DisplayDevice": {
      "id": "GoogleChromeManagementV1alpha1DisplayDevice",
      "description": "Information of a display device.",
      "type": "object",
      "properties": {
        "displayName": {
          "description": "Output only. Display device name.",
          "readOnly": true,
          "type": "string"
        },
        "displayWidthMm": {
          "description": "Output only. Display width in millimeters.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "displayHeightMm": {
          "description": "Output only. Display height in millimeters.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "internal": {
          "description": "Output only. Is display internal or not.",
          "readOnly": true,
          "type": "boolean"
        },
        "manufacturerId": {
          "description": "Output only. Three letter manufacturer ID.",
          "readOnly": true,
          "type": "string"
        },
        "modelId": {
          "description": "Output only. Manufacturer product code.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "manufactureYear": {
          "description": "Output only. Year of manufacture.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "serialNumber": {
          "description": "Output only. Serial number.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "edidVersion": {
          "description": "Output only. EDID version.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1alpha1TouchScreenInfo": {
      "id": "GoogleChromeManagementV1alpha1TouchScreenInfo",
      "description": "Information on the device touch screen.",
      "type": "object",
      "properties": {
        "touchpadLibrary": {
          "description": "Output only. Touchpad library name used by the input stack.",
          "readOnly": true,
          "type": "string"
        },
        "devices": {
          "description": "Output only. List of the internal touch screen devices.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1TouchScreenDevice"
          }
        }
      }
    },
    "GoogleChromeManagementV1alpha1TouchScreenDevice": {
      "id": "GoogleChromeManagementV1alpha1TouchScreenDevice",
      "description": "Information of an internal touch screen device.",
      "type": "object",
      "properties": {
        "displayName": {
          "description": "Output only. Touch screen device display name.",
          "readOnly": true,
          "type": "string"
        },
        "touchPointCount": {
          "description": "Output only. Number of touch points supported on the device.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "stylusCapable": {
          "description": "Output only. Touch screen device is stylus capable or not.",
          "readOnly": true,
          "type": "boolean"
        }
      }
    },
    "GoogleChromeManagementV1alpha1GraphicsStatusReport": {
      "id": "GoogleChromeManagementV1alpha1GraphicsStatusReport",
      "description": "Information of the graphics subsystem. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceGraphicsInfo](https://chromeenterprise.google/policies/#ReportDeviceGraphicsInfo) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_GRAPHICS_REPORT",
      "type": "object",
      "properties": {
        "reportTime": {
          "description": "Output only. Time at which the graphics data was reported.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "displays": {
          "description": "Output only. Information about the displays for the device.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1DisplayInfo"
          }
        }
      }
    },
    "GoogleChromeManagementV1alpha1DisplayInfo": {
      "id": "GoogleChromeManagementV1alpha1DisplayInfo",
      "description": "Information for a display.",
      "type": "object",
      "properties": {
        "deviceId": {
          "description": "Output only. Represents the graphics card device id.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "resolutionWidth": {
          "description": "Output only. Resolution width in pixels.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "resolutionHeight": {
          "description": "Output only. Resolution height in pixels.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "refreshRate": {
          "description": "Output only. Refresh rate in Hz.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "isInternal": {
          "description": "Output only. Indicates if display is internal or not.",
          "readOnly": true,
          "type": "boolean"
        },
        "displayName": {
          "description": "Output only. Display device name.",
          "readOnly": true,
          "type": "string"
        },
        "serialNumber": {
          "description": "Output only. Serial number.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "edidVersion": {
          "description": "Output only. EDID version.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1alpha1BatteryInfo": {
      "id": "GoogleChromeManagementV1alpha1BatteryInfo",
      "description": "Information about the battery. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDevicePowerStatus](https://chromeenterprise.google/policies/#ReportDevicePowerStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_BATTERY_INFO",
      "type": "object",
      "properties": {
        "serialNumber": {
          "description": "Output only. Battery serial number.",
          "readOnly": true,
          "type": "string"
        },
        "manufacturer": {
          "description": "Output only. Battery manufacturer.",
          "readOnly": true,
          "type": "string"
        },
        "designCapacity": {
          "description": "Output only. Design capacity (mAmpere-hours).",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "designMinVoltage": {
          "description": "Output only. Designed minimum output voltage (mV)",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "manufactureDate": {
          "description": "Output only. The date the battery was manufactured.",
          "readOnly": true,
          "$ref": "GoogleTypeDate"
        },
        "technology": {
          "description": "Output only. Technology of the battery. Example: Li-ion",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleTypeDate": {
      "id": "GoogleTypeDate",
      "description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp",
      "type": "object",
      "properties": {
        "year": {
          "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
          "type": "integer",
          "format": "int32"
        },
        "month": {
          "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
          "type": "integer",
          "format": "int32"
        },
        "day": {
          "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "GoogleChromeManagementV1alpha1BatteryStatusReport": {
      "id": "GoogleChromeManagementV1alpha1BatteryStatusReport",
      "description": "Status data for battery. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDevicePowerStatus](https://chromeenterprise.google/policies/#ReportDevicePowerStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_BATTERY_REPORT",
      "type": "object",
      "properties": {
        "reportTime": {
          "description": "Output only. Timestamp of when the sample was collected on device",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "serialNumber": {
          "description": "Output only. Battery serial number.",
          "readOnly": true,
          "type": "string"
        },
        "sample": {
          "description": "Output only. Sampling data for the battery sorted in a decreasing order of report_time.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1BatterySampleReport"
          }
        },
        "batteryHealth": {
          "description": "Output only. Battery health.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Health unknown.",
            "Battery is healthy, full charge capacity / design capacity \u003e 80%",
            "Battery is moderately unhealthy and suggested to be replaced soon, full charge capacity / design capacity 75% - 80%",
            "Battery is unhealthy and suggested to be replaced, full charge capacity / design capacity \u003c 75%"
          ],
          "enum": [
            "BATTERY_HEALTH_UNSPECIFIED",
            "BATTERY_HEALTH_NORMAL",
            "BATTERY_REPLACE_SOON",
            "BATTERY_REPLACE_NOW"
          ]
        },
        "fullChargeCapacity": {
          "description": "Output only. Full charge capacity (mAmpere-hours).",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "cycleCount": {
          "description": "Output only. Cycle count.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "GoogleChromeManagementV1alpha1BatterySampleReport": {
      "id": "GoogleChromeManagementV1alpha1BatterySampleReport",
      "description": "Sampling data for battery. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDevicePowerStatus](https://chromeenterprise.google/policies/#ReportDevicePowerStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A",
      "type": "object",
      "properties": {
        "reportTime": {
          "description": "Output only. Timestamp of when the sample was collected on device",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "voltage": {
          "description": "Output only. Battery voltage (millivolt).",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "remainingCapacity": {
          "description": "Output only. Battery remaining capacity (mAmpere-hours).",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "temperature": {
          "description": "Output only. Temperature in Celsius degrees.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "dischargeRate": {
          "description": "Output only. The battery discharge rate measured in mW. Positive if the battery is being discharged, negative if it's being charged.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "chargeRate": {
          "description": "Output only. Battery charge percentage.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "current": {
          "description": "Output only. Battery current (mA).",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "status": {
          "description": "Output only. Battery status read from sysfs. Example: Discharging",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1alpha1StorageInfo": {
      "id": "GoogleChromeManagementV1alpha1StorageInfo",
      "description": "Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceStorageStatus](https://chromeenterprise.google/policies/#ReportDeviceStorageStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_STORAGE_INFO",
      "type": "object",
      "properties": {
        "volume": {
          "description": "Information for disk volumes",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1StorageInfoDiskVolume"
          }
        },
        "availableDiskBytes": {
          "description": "The available space for user data storage in the device in bytes.",
          "type": "string",
          "format": "int64"
        },
        "totalDiskBytes": {
          "description": "The total space for user data storage in the device in bytes.",
          "type": "string",
          "format": "int64"
        },
        "disk": {
          "description": "Information for all disks.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1StorageDiskInfo"
          }
        }
      }
    },
    "GoogleChromeManagementV1alpha1StorageInfoDiskVolume": {
      "id": "GoogleChromeManagementV1alpha1StorageInfoDiskVolume",
      "description": "Information for disk volumes",
      "type": "object",
      "properties": {
        "volumeId": {
          "description": "Disk volume id.",
          "type": "string"
        },
        "storageFreeBytes": {
          "description": "Free storage space in bytes.",
          "type": "string",
          "format": "int64"
        },
        "storageTotalBytes": {
          "description": "Total storage space in bytes.",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "GoogleChromeManagementV1alpha1StorageDiskInfo": {
      "id": "GoogleChromeManagementV1alpha1StorageDiskInfo",
      "description": "Information for a disk.",
      "type": "object",
      "properties": {
        "serialNumber": {
          "description": "Output only. Disk serial number.",
          "readOnly": true,
          "type": "string"
        },
        "manufacturer": {
          "description": "Output only. Disk manufacturer.",
          "readOnly": true,
          "type": "string"
        },
        "model": {
          "description": "Output only. Disk model.",
          "readOnly": true,
          "type": "string"
        },
        "sizeBytes": {
          "description": "Output only. Disk size.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "type": {
          "description": "Output only. Disk type: eMMC / NVMe / ATA / SCSI.",
          "readOnly": true,
          "type": "string"
        },
        "health": {
          "description": "Output only. Disk health.",
          "readOnly": true,
          "type": "string"
        },
        "volumeIds": {
          "description": "Output only. Disk volumes.",
          "readOnly": true,
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleChromeManagementV1alpha1StorageStatusReport": {
      "id": "GoogleChromeManagementV1alpha1StorageStatusReport",
      "description": "Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceStorageStatus](https://chromeenterprise.google/policies/#ReportDeviceStorageStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_STORAGE_REPORT",
      "type": "object",
      "properties": {
        "reportTime": {
          "description": "Output only. Timestamp of when the sample was collected on device",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "disk": {
          "description": "Output only. Deprecated. Use disk_report instead. Reports on disk.",
          "readOnly": true,
          "deprecated": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1DiskInfo"
          }
        },
        "diskReport": {
          "description": "Reports on all disks.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1DiskReport"
          }
        }
      }
    },
    "GoogleChromeManagementV1alpha1DiskInfo": {
      "id": "GoogleChromeManagementV1alpha1DiskInfo",
      "deprecated": true,
      "description": "Deprecated. Use StorageDiskInfo instead. Status of the single storage device.",
      "type": "object",
      "properties": {
        "serialNumber": {
          "description": "Output only. Disk serial number.",
          "readOnly": true,
          "type": "string"
        },
        "manufacturer": {
          "description": "Output only. Disk manufacturer.",
          "readOnly": true,
          "type": "string"
        },
        "model": {
          "description": "Output only. Disk model.",
          "readOnly": true,
          "type": "string"
        },
        "sizeBytes": {
          "description": "Output only. Disk size.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "type": {
          "description": "Output only. Disk type: eMMC / NVMe / ATA / SCSI.",
          "readOnly": true,
          "type": "string"
        },
        "health": {
          "description": "Output only. Disk health.",
          "readOnly": true,
          "type": "string"
        },
        "volumeIds": {
          "description": "Output only. Disk volumes.",
          "readOnly": true,
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "bytesReadThisSession": {
          "description": "Output only. Number of bytes read since last boot.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "bytesWrittenThisSession": {
          "description": "Output only. Number of bytes written since last boot.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "readTimeThisSession": {
          "description": "Output only. Time spent reading from disk since last boot.",
          "readOnly": true,
          "type": "string",
          "format": "google-duration"
        },
        "writeTimeThisSession": {
          "description": "Output only. Time spent writing to disk since last boot.",
          "readOnly": true,
          "type": "string",
          "format": "google-duration"
        },
        "ioTimeThisSession": {
          "description": "Output only. Counts the time the disk and queue were busy, so unlike the fields above, parallel requests are not counted multiple times.",
          "readOnly": true,
          "type": "string",
          "format": "google-duration"
        },
        "discardTimeThisSession": {
          "description": "Output only. Time spent discarding since last boot. Discarding is writing to clear blocks which are no longer in use. Supported on kernels 4.18+.",
          "readOnly": true,
          "type": "string",
          "format": "google-duration"
        }
      }
    },
    "GoogleChromeManagementV1alpha1DiskReport": {
      "id": "GoogleChromeManagementV1alpha1DiskReport",
      "description": "Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceStorageStatus](https://chromeenterprise.google/policies/#ReportDeviceStorageStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A",
      "type": "object",
      "properties": {
        "serialNumber": {
          "description": "Output only. Disk serial number.",
          "readOnly": true,
          "type": "string"
        },
        "bytesReadThisSession": {
          "description": "Output only. Number of bytes read since last boot.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "bytesWrittenThisSession": {
          "description": "Output only. Number of bytes written since last boot.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "readTimeThisSession": {
          "description": "Output only. Time spent reading from disk since last boot.",
          "readOnly": true,
          "type": "string",
          "format": "google-duration"
        },
        "writeTimeThisSession": {
          "description": "Output only. Time spent writing to disk since last boot.",
          "readOnly": true,
          "type": "string",
          "format": "google-duration"
        },
        "ioTimeThisSession": {
          "description": "Output only. Counts the time the disk and queue were busy, so unlike the fields above, parallel requests are not counted multiple times.",
          "readOnly": true,
          "type": "string",
          "format": "google-duration"
        },
        "discardTimeThisSession": {
          "description": "Output only. Time spent discarding since last boot. Discarding is writing to clear blocks which are no longer in use. Supported on kernels 4.18+.",
          "readOnly": true,
          "type": "string",
          "format": "google-duration"
        }
      }
    },
    "GoogleChromeManagementV1alpha1ThunderboltInfo": {
      "id": "GoogleChromeManagementV1alpha1ThunderboltInfo",
      "description": "Thunderbolt bus info. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: `reportDeviceSecurityStatus` * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - Policy Controlled: No * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_BUS_DEVICE_INFO",
      "type": "object",
      "properties": {
        "securityLevel": {
          "description": "Security level of the Thunderbolt bus.",
          "type": "string",
          "enumDescriptions": [
            "Thunderbolt security level is not set.",
            "All devices are automatically connected by the firmware. No user approval is needed.",
            "User is asked whether the device is allowed to be connected.",
            "User is asked whether the device is allowed to be connected. In addition the device is sent a challenge that should match the expected one based on a random key written to the key sysfs attribute",
            "The firmware automatically creates tunnels for Thunderbolt.",
            "The firmware automatically creates tunnels for the USB controller and Display Port in a dock. All PCIe links downstream of the dock are removed.",
            "PCIE tunneling is disabled."
          ],
          "enum": [
            "THUNDERBOLT_SECURITY_LEVEL_UNSPECIFIED",
            "THUNDERBOLT_SECURITY_NONE_LEVEL",
            "THUNDERBOLT_SECURITY_USER_LEVEL",
            "THUNDERBOLT_SECURITY_SECURE_LEVEL",
            "THUNDERBOLT_SECURITY_DP_ONLY_LEVEL",
            "THUNDERBOLT_SECURITY_USB_ONLY_LEVEL",
            "THUNDERBOLT_SECURITY_NO_PCIE_LEVEL"
          ]
        }
      }
    },
    "GoogleChromeManagementV1alpha1AudioStatusReport": {
      "id": "GoogleChromeManagementV1alpha1AudioStatusReport",
      "description": "Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceAudioStatus](https://chromeenterprise.google/policies/#ReportDeviceAudioStatus) * Data Collection Frequency: 10 minutes * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_AUDIO_REPORT",
      "type": "object",
      "properties": {
        "reportTime": {
          "description": "Output only. Timestamp of when the sample was collected on device.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "outputMute": {
          "description": "Output only. Is active output device mute or not.",
          "readOnly": true,
          "type": "boolean"
        },
        "inputMute": {
          "description": "Output only. Is active input device mute or not.",
          "readOnly": true,
          "type": "boolean"
        },
        "outputVolume": {
          "description": "Output only. Active output device's volume in [0, 100].",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "outputDevice": {
          "description": "Output only. Active output device's name.",
          "readOnly": true,
          "type": "string"
        },
        "inputGain": {
          "description": "Output only. Active input device's gain in [0, 100].",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "inputDevice": {
          "description": "Output only. Active input device's name.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1alpha1BootPerformanceReport": {
      "id": "GoogleChromeManagementV1alpha1BootPerformanceReport",
      "description": "Boot performance report of a device. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceBootMode](https://chromeenterprise.google/policies/#ReportDeviceBootMode) * Data Collection Frequency: On every boot up event * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_OS_REPORT",
      "type": "object",
      "properties": {
        "reportTime": {
          "description": "Timestamp when the report was collected.",
          "type": "string",
          "format": "google-datetime"
        },
        "bootUpDuration": {
          "description": "Total time to boot up.",
          "type": "string",
          "format": "google-duration"
        },
        "bootUpTime": {
          "description": "The timestamp when power came on.",
          "type": "string",
          "format": "google-datetime"
        },
        "shutdownDuration": {
          "description": "Total time since shutdown start to power off.",
          "type": "string",
          "format": "google-duration"
        },
        "shutdownTime": {
          "description": "The timestamp when shutdown.",
          "type": "string",
          "format": "google-datetime"
        },
        "shutdownReason": {
          "description": "The shutdown reason.",
          "type": "string",
          "enumDescriptions": [
            "Shutdown reason is not specified.",
            "User initiated.",
            "System update initiated.",
            "Shutdown due to low battery.",
            "Shutdown due to other reasons."
          ],
          "enum": [
            "SHUTDOWN_REASON_UNSPECIFIED",
            "USER_REQUEST",
            "SYSTEM_UPDATE",
            "LOW_BATTERY",
            "OTHER"
          ]
        }
      }
    },
    "GoogleChromeManagementV1alpha1HeartbeatStatusReport": {
      "id": "GoogleChromeManagementV1alpha1HeartbeatStatusReport",
      "description": "Heartbeat status report of a device. * Available for Kiosks * This field provides online/offline/unknown status of a device and will only be included if the status has changed (e.g. Online -\u003e Offline) * Data for this field is controlled via policy: [HeartbeatEnabled](https://chromeenterprise.google/policies/#HeartbeatEnabled) [More Info](https://support.google.com/chrome/a/answer/6179663#:~:text=On%20the%20Chrome,device%20status%20alerts) * Heartbeat Frequency: 2 min * Note: If a device goes offline, it can take up to 12 minutes for the online status of the device to be updated * Reported for affiliated users only: N/A * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: N/A * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_DEVICE_ACTIVITY_REPORT",
      "type": "object",
      "properties": {
        "reportTime": {
          "description": "Timestamp of when status changed was detected",
          "type": "string",
          "format": "google-datetime"
        },
        "state": {
          "description": "State the device changed to",
          "type": "string",
          "enumDescriptions": [
            "State not specified",
            "Device is not eligible for heartbeat monitoring",
            "Device is online",
            "Device is offline",
            "Device is outdated"
          ],
          "enum": [
            "STATE_UNSPECIFIED",
            "UNKNOWN",
            "ONLINE",
            "OFFLINE",
            "DEVICE_OUTDATED"
          ]
        }
      }
    },
    "GoogleChromeManagementV1alpha1KioskAppStatusReport": {
      "id": "GoogleChromeManagementV1alpha1KioskAppStatusReport",
      "description": "Kiosk app status report of a device. * Available for Kiosks * This field provides the app id and version number running on a kiosk device and the timestamp of when the report was last updated * Data for this field is controlled via policy: [ReportDeviceSessionStatus](https://chromeenterprise.google/policies/#ReportDeviceSessionStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_APPS_REPORT",
      "type": "object",
      "properties": {
        "reportTime": {
          "description": "Timestamp of when report was collected",
          "type": "string",
          "format": "google-datetime"
        },
        "appId": {
          "description": "App id number of kiosk app for example \"mdmkkicfmmkgmpkmkdikhlbggogpicma\"",
          "type": "string"
        },
        "appVersion": {
          "description": "App version number of kiosk app for example \"1.10.118\"",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1alpha1NetworkBandwidthReport": {
      "id": "GoogleChromeManagementV1alpha1NetworkBandwidthReport",
      "description": "Network bandwidth report. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT",
      "type": "object",
      "properties": {
        "reportTime": {
          "description": "Output only. Timestamp of when the report was collected.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "downloadSpeedKbps": {
          "description": "Output only. Download speed in kilobits per second.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        }
      }
    },
    "GoogleChromeManagementV1alpha1PeripheralsReport": {
      "id": "GoogleChromeManagementV1alpha1PeripheralsReport",
      "description": "Peripherals report. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT",
      "type": "object",
      "properties": {
        "reportTime": {
          "description": "Output only. Timestamp of when the report was collected.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "usbPeripheralReport": {
          "description": "Reports of all usb connected devices.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1UsbPeripheralReport"
          }
        }
      }
    },
    "GoogleChromeManagementV1alpha1UsbPeripheralReport": {
      "id": "GoogleChromeManagementV1alpha1UsbPeripheralReport",
      "description": "USB connected peripheral report.",
      "type": "object",
      "properties": {
        "vendor": {
          "description": "Output only. Vendor name",
          "readOnly": true,
          "type": "string"
        },
        "name": {
          "description": "Output only. Device name, model name, or product name",
          "readOnly": true,
          "type": "string"
        },
        "vid": {
          "description": "Output only. Vendor ID",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "pid": {
          "description": "Output only. Product ID",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "categories": {
          "description": "Output only. Categories the device belongs to https://www.usb.org/defined-class-codes",
          "readOnly": true,
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "classId": {
          "description": "Output only. Class ID https://www.usb.org/defined-class-codes",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "subclassId": {
          "description": "Output only. Subclass ID https://www.usb.org/defined-class-codes",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        },
        "firmwareVersion": {
          "description": "Output only. Firmware version",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1alpha1AppReport": {
      "id": "GoogleChromeManagementV1alpha1AppReport",
      "description": "App report.",
      "type": "object",
      "properties": {
        "reportTime": {
          "description": "Timestamp when the report was collected.",
          "type": "string",
          "format": "google-datetime"
        },
        "usageData": {
          "description": "App usage data.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1AppUsageData"
          }
        }
      }
    },
    "GoogleChromeManagementV1alpha1AppUsageData": {
      "id": "GoogleChromeManagementV1alpha1AppUsageData",
      "description": "App usage data.",
      "type": "object",
      "properties": {
        "runningDuration": {
          "description": "App foreground running time.",
          "type": "string",
          "format": "google-duration"
        },
        "appId": {
          "description": "App id.",
          "type": "string"
        },
        "appType": {
          "description": "Type of app.",
          "type": "string",
          "enumDescriptions": [
            "Application type unknown.",
            "Application type arc (Android app).",
            "Deprecated. This value is no longer used. Application type built-in.",
            "Application type Linux (via Crostini).",
            "Application type Chrome app.",
            "Application type web.",
            "Application type Mac OS.",
            "Application type Plugin VM.",
            "Deprecated. This value is no longer used. Application type standalone browser (Lacros browser app).",
            "Application type remote.",
            "Application type borealis.",
            "Application type system web.",
            "Deprecated. This value is no longer used. Application type standalone browser chrome app.",
            "Application type extension.",
            "Deprecated. This value is no longer used. Application type standalone browser extension.",
            "Application type bruschetta."
          ],
          "enumDeprecated": [
            false,
            false,
            true,
            false,
            false,
            false,
            false,
            false,
            true,
            false,
            false,
            false,
            true,
            false,
            true,
            false
          ],
          "enum": [
            "TELEMETRY_APPLICATION_TYPE_UNSPECIFIED",
            "APPLICATION_TYPE_ARC",
            "APPLICATION_TYPE_BUILT_IN",
            "APPLICATION_TYPE_CROSTINI",
            "APPLICATION_TYPE_CHROME_APP",
            "APPLICATION_TYPE_WEB",
            "APPLICATION_TYPE_MAC_OS",
            "APPLICATION_TYPE_PLUGIN_VM",
            "APPLICATION_TYPE_STANDALONE_BROWSER",
            "APPLICATION_TYPE_REMOTE",
            "APPLICATION_TYPE_BOREALIS",
            "APPLICATION_TYPE_SYSTEM_WEB",
            "APPLICATION_TYPE_STANDALONE_BROWSER_CHROME_APP",
            "APPLICATION_TYPE_EXTENSION",
            "APPLICATION_TYPE_STANDALONE_BROWSER_EXTENSION",
            "APPLICATION_TYPE_BRUSCHETTA"
          ]
        },
        "appInstanceId": {
          "description": "Application instance id. This will be unique per window/instance.",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1alpha1RuntimeCountersReport": {
      "id": "GoogleChromeManagementV1alpha1RuntimeCountersReport",
      "description": "Runtime counters retrieved from CPU. Currently the runtime counters telemetry is only supported by Intel vPro PSR on Gen 14+.",
      "type": "object",
      "properties": {
        "reportTime": {
          "description": "Output only. Timestamp when the report was collected.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "uptimeRuntimeDuration": {
          "description": "Total lifetime runtime. Currently always S0 runtime from Intel vPro PSR.",
          "type": "string",
          "format": "google-duration"
        },
        "enterSleepCount": {
          "description": "Number of times that the device has entered into the sleep state. Currently obtained via the PSR, count from S0-\u003eS3.",
          "type": "string",
          "format": "int64"
        },
        "enterHibernationCount": {
          "description": "Number of times that the device has entered into the hibernation state. Currently obtained via the PSR, count from S0-\u003eS4.",
          "type": "string",
          "format": "int64"
        },
        "enterPoweroffCount": {
          "description": "Number of times that the device has entered into the power-off state. Currently obtained via the PSR, count from S0-\u003eS5.",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "GoogleChromeManagementV1alpha1UserSessionActivityReport": {
      "id": "GoogleChromeManagementV1alpha1UserSessionActivityReport",
      "description": "User session activity report.",
      "type": "object",
      "properties": {
        "reportTime": {
          "description": "Output only. Timestamp when the report was collected.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "userEmail": {
          "description": "The user email, if the user is an unmanaged user this will be a unique randomized id generated by the device.",
          "type": "string"
        },
        "userType": {
          "description": "Whether the user is a managed user or a guest user.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified user type.",
            "The user is a managed user.",
            "The user is an unmanaged user."
          ],
          "enum": [
            "USER_TYPE_UNKNOWN",
            "USER_TYPE_AFFILATED",
            "USER_TYPE_UNAFFILIATED"
          ]
        },
        "sessionStartReason": {
          "description": "The reason for the session start.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified session start reason.",
            "The user logged in.",
            "The user unlocked the device.",
            "The user switched to another user."
          ],
          "enum": [
            "SESSION_START_REASON_UNSPECIFIED",
            "LOGIN",
            "UNLOCK",
            "SESSION_START_MULTI_USER_SWITCH"
          ]
        },
        "sessionStartTime": {
          "description": "The timestamp of the session start.",
          "type": "string",
          "format": "google-datetime"
        },
        "sessionEndReason": {
          "description": "The reason for the session end. We will not return sessions that have not ended.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified session end reason.",
            "The user logged out.",
            "The user locked the device.",
            "The user switched to another user."
          ],
          "enum": [
            "SESSION_END_REASON_UNSPECIFIED",
            "LOGOUT",
            "LOCK",
            "SESSION_END_MULTI_USER_SWITCH"
          ]
        },
        "sessionEndTime": {
          "description": "The timestamp of the session end.",
          "type": "string",
          "format": "google-datetime"
        },
        "sessionLength": {
          "description": "The length of the session including active and idle time.",
          "type": "string",
          "format": "google-duration"
        },
        "activeDuration": {
          "description": "The active time of the session.",
          "type": "string",
          "format": "google-duration"
        }
      }
    },
    "GoogleChromeManagementV1alpha1ListTelemetryEventsResponse": {
      "id": "GoogleChromeManagementV1alpha1ListTelemetryEventsResponse",
      "description": "Response message for listing telemetry events for a customer.",
      "type": "object",
      "properties": {
        "telemetryEvents": {
          "description": "Telemetry events returned in the response.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1TelemetryEvent"
          }
        },
        "nextPageToken": {
          "description": "Token to specify next page in the list.",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1alpha1TelemetryEvent": {
      "id": "GoogleChromeManagementV1alpha1TelemetryEvent",
      "description": "Telemetry data reported by a managed device. Granular Permission needed: TELEMETRY_API_DEVICE",
      "type": "object",
      "properties": {
        "name": {
          "description": "Output only. Resource name of the event.",
          "readOnly": true,
          "type": "string"
        },
        "device": {
          "description": "Output only. Information about the device associated with the event.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1TelemetryDeviceInfo"
        },
        "user": {
          "description": "Output only. Information about the user associated with the event.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1TelemetryUserInfo"
        },
        "reportTime": {
          "description": "Timestamp that represents when the event was reported.",
          "type": "string",
          "format": "google-datetime"
        },
        "eventType": {
          "description": "The event type of the current event.",
          "type": "string",
          "enumDescriptions": [
            "Event type unknown.",
            "Triggered when a audio devices run out of buffer data for more than 5 seconds.",
            "Triggered immediately on any changes to a network connection.",
            "Triggered when USB devices are added.",
            "Triggered when USB devices are removed.",
            "Triggered when a new HTTPS latency problem was detected or the device has recovered form an existing HTTPS latency problem.",
            "Triggered when connected WiFi network signal strength drops below -70dBm.",
            "Triggered when connected WiFi network signal strength is recovered from a signal drop.",
            "Triggered on changes to VPN connections.",
            "Triggered when an app is installed.",
            "Triggered when an app is uninstalled.",
            "Triggered when an app is launched.",
            "Triggered when a crash occurs.",
            "Triggered when an external display is connected.",
            "Triggered when an external display is disconnected."
          ],
          "enum": [
            "EVENT_TYPE_UNSPECIFIED",
            "AUDIO_SEVERE_UNDERRUN",
            "NETWORK_STATE_CHANGE",
            "USB_ADDED",
            "USB_REMOVED",
            "NETWORK_HTTPS_LATENCY_CHANGE",
            "WIFI_SIGNAL_STRENGTH_LOW",
            "WIFI_SIGNAL_STRENGTH_RECOVERED",
            "VPN_CONNECTION_STATE_CHANGE",
            "APP_INSTALLED",
            "APP_UNINSTALLED",
            "APP_LAUNCHED",
            "OS_CRASH",
            "EXTERNAL_DISPLAY_CONNECTED",
            "EXTERNAL_DISPLAY_DISCONNECTED"
          ]
        },
        "audioSevereUnderrunEvent": {
          "description": "Output only. Payload for audio severe underrun event. Present only when the `event_type` field is `AUDIO_SEVERE_UNDERRUN`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1TelemetryAudioSevereUnderrunEvent"
        },
        "usbPeripheralsEvent": {
          "description": "Output only. Payload for usb peripherals event. Present only when the `event_type` field is either `USB_ADDED` or `USB_REMOVED`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1TelemetryUsbPeripheralsEvent"
        },
        "networkStateChangeEvent": {
          "description": "Output only. Payload for network connection state change event. Present only when `event_type` is `NETWORK_STATE_CHANGE`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1TelemetryNetworkConnectionStateChangeEvent"
        },
        "httpsLatencyChangeEvent": {
          "description": "Output only. Payload for HTTPS latency change event. Present only when `event_type` is `NETWORK_HTTPS_LATENCY_CHANGE`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1TelemetryHttpsLatencyChangeEvent"
        },
        "wifiSignalStrengthEvent": {
          "description": "Output only. Payload for WiFi signal strength events. Present only when `event_type` is `WIFI_SIGNAL_STRENGTH_LOW` or `WIFI_SIGNAL_STRENGTH_RECOVERED`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1TelemetryNetworkSignalStrengthEvent"
        },
        "vpnConnectionStateChangeEvent": {
          "description": "Output only. Payload for VPN connection state change event. Present only when `event_type` is `VPN_CONNECTION_STATE_CHANGE`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1TelemetryNetworkConnectionStateChangeEvent"
        },
        "appInstallEvent": {
          "description": "Output only. Payload for app install event. Present only when `event_type` is `APP_INSTALLED`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1TelemetryAppInstallEvent"
        },
        "appUninstallEvent": {
          "description": "Output only. Payload for app uninstall event. Present only when `event_type` is `APP_UNINSTALLED`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1TelemetryAppUninstallEvent"
        },
        "appLaunchEvent": {
          "description": "Output only. Payload for app launch event.Present only when `event_type` is `APP_LAUNCHED`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1TelemetryAppLaunchEvent"
        },
        "osCrashEvent": {
          "description": "Output only. Payload for OS crash event. Present only when `event_type` is `OS_CRASH`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1TelemetryOsCrashEvent"
        },
        "externalDisplaysEvent": {
          "description": "Output only. Payload for external display connected/disconnected event. Present only when `event_type` is `EXTERNAL_DISPLAY_CONNECTED` or `EXTERNAL_DISPLAY_DISCONNECTED`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1alpha1TelemetryExternalDisplayEvent"
        }
      }
    },
    "GoogleChromeManagementV1alpha1TelemetryDeviceInfo": {
      "id": "GoogleChromeManagementV1alpha1TelemetryDeviceInfo",
      "description": "Information about a device associated with telemetry data. * Granular Permission needed: TELEMETRY_API_DEVICE",
      "type": "object",
      "properties": {
        "deviceId": {
          "description": "Output only. The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab.",
          "readOnly": true,
          "type": "string"
        },
        "orgUnitId": {
          "description": "Output only. Organization unit ID of the device.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1alpha1TelemetryUserInfo": {
      "id": "GoogleChromeManagementV1alpha1TelemetryUserInfo",
      "description": "Information about a user associated with telemetry data. * Granular permission needed: TELEMETRY_API_USER",
      "type": "object",
      "properties": {
        "email": {
          "description": "Output only. User's email.",
          "readOnly": true,
          "type": "string"
        },
        "orgUnitId": {
          "description": "Output only. Organization unit ID of the user.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1alpha1TelemetryAudioSevereUnderrunEvent": {
      "id": "GoogleChromeManagementV1alpha1TelemetryAudioSevereUnderrunEvent",
      "description": "`TelemetryAudioSevereUnderrunEvent` is triggered when a audio devices run out of buffer data for more than 5 seconds. * Granular permission needed: TELEMETRY_API_AUDIO_REPORT",
      "type": "object",
      "properties": {}
    },
    "GoogleChromeManagementV1alpha1TelemetryUsbPeripheralsEvent": {
      "id": "GoogleChromeManagementV1alpha1TelemetryUsbPeripheralsEvent",
      "description": "`TelemetryUsbPeripheralsEvent` is triggered USB devices are either added or removed. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT",
      "type": "object",
      "properties": {
        "usbPeripheralReport": {
          "description": "List of usb devices that were either added or removed.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1UsbPeripheralReport"
          }
        }
      }
    },
    "GoogleChromeManagementV1alpha1TelemetryNetworkConnectionStateChangeEvent": {
      "id": "GoogleChromeManagementV1alpha1TelemetryNetworkConnectionStateChangeEvent",
      "description": "`TelemetryNetworkConnectionStateChangeEvent` is triggered on network connection state changes. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT",
      "type": "object",
      "properties": {
        "guid": {
          "description": "Unique identifier of the network.",
          "type": "string"
        },
        "connectionState": {
          "description": "Current connection state of the network.",
          "type": "string",
          "enumDescriptions": [
            "Network connection state unspecified.",
            "The network is connected and internet connectivity is available.",
            "The network is connected and not in a detected portal state, but internet connectivity may not be available.",
            "The network is connected but a portal state was detected. Internet connectivity may be limited.",
            "The network is in the process of connecting.",
            "The network is not connected."
          ],
          "enum": [
            "NETWORK_CONNECTION_STATE_UNSPECIFIED",
            "ONLINE",
            "CONNECTED",
            "PORTAL",
            "CONNECTING",
            "NOT_CONNECTED"
          ]
        }
      }
    },
    "GoogleChromeManagementV1alpha1TelemetryHttpsLatencyChangeEvent": {
      "id": "GoogleChromeManagementV1alpha1TelemetryHttpsLatencyChangeEvent",
      "description": "Https latency routine is run periodically and `TelemetryHttpsLatencyChangeEvent` is triggered if a latency problem was detected or if the device has recovered from a latency problem. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT",
      "type": "object",
      "properties": {
        "httpsLatencyRoutineData": {
          "description": "HTTPS latency routine data that triggered the event.",
          "$ref": "GoogleChromeManagementV1alpha1HttpsLatencyRoutineData"
        },
        "httpsLatencyState": {
          "description": "Current HTTPS latency state.",
          "type": "string",
          "enumDescriptions": [
            "HTTPS latency state is unspecified.",
            "HTTPS latency recovered from a problem.",
            "HTTPS latency problem."
          ],
          "enum": [
            "HTTPS_LATENCY_STATE_UNSPECIFIED",
            "RECOVERY",
            "PROBLEM"
          ]
        }
      }
    },
    "GoogleChromeManagementV1alpha1TelemetryNetworkSignalStrengthEvent": {
      "id": "GoogleChromeManagementV1alpha1TelemetryNetworkSignalStrengthEvent",
      "description": "`TelemetryNetworkSignalStrengthEvent` is triggered on WiFi signal strength events. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT",
      "type": "object",
      "properties": {
        "guid": {
          "description": "Unique identifier of the network.",
          "type": "string"
        },
        "signalStrengthDbm": {
          "description": "Signal strength RSSI value.",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "GoogleChromeManagementV1alpha1TelemetryAppInstallEvent": {
      "id": "GoogleChromeManagementV1alpha1TelemetryAppInstallEvent",
      "description": "App installation data.",
      "type": "object",
      "properties": {
        "appInstallSource": {
          "description": "App installation source.",
          "type": "string",
          "enumDescriptions": [
            "Application install source is unknown.",
            "Application installed as part of Chrome OS.",
            "Application install source is a sync.",
            "Application install source is the Play store.",
            "Application install source is the Chrome web store.",
            "Application install source is a browser."
          ],
          "enum": [
            "APPLICATION_INSTALL_SOURCE_UNSPECIFIED",
            "APPLICATION_INSTALL_SOURCE_SYSTEM",
            "APPLICATION_INSTALL_SOURCE_SYNC",
            "APPLICATION_INSTALL_SOURCE_PLAY_STORE",
            "APPLICATION_INSTALL_SOURCE_CHROME_WEB_STORE",
            "APPLICATION_INSTALL_SOURCE_BROWSER"
          ]
        },
        "appInstallReason": {
          "description": "App installation reason.",
          "type": "string",
          "enumDescriptions": [
            "Application install reason is unknown.",
            "Application installed with the system and is considered part of the OS.",
            "Application installed by policy.",
            "Application installed by an original equipment manufacturer (OEM).",
            "Application installed by default, but is not considered a system app.",
            "Application installed by sync.",
            "Application installed by user action.",
            "Application installed bt SubApp API call.",
            "Application installed by Kiosk on Chrome OS.",
            "Application installed by command line argument."
          ],
          "enum": [
            "APPLICATION_INSTALL_REASON_UNSPECIFIED",
            "APPLICATION_INSTALL_REASON_SYSTEM",
            "APPLICATION_INSTALL_REASON_POLICY",
            "APPLICATION_INSTALL_REASON_OEM",
            "APPLICATION_INSTALL_REASON_DEFAULT",
            "APPLICATION_INSTALL_REASON_SYNC",
            "APPLICATION_INSTALL_REASON_USER",
            "APPLICATION_INSTALL_REASON_SUB_APP",
            "APPLICATION_INSTALL_REASON_KIOSK",
            "APPLICATION_INSTALL_REASON_COMMAND_LINE"
          ]
        },
        "appInstallTime": {
          "description": "App installation time depending on the app lifecycle.",
          "type": "string",
          "enumDescriptions": [
            "Application install time unknown.",
            "Application install is initialized.",
            "Application install is currently running."
          ],
          "enum": [
            "APPLICATION_INSTALL_TIME_UNSPECIFIED",
            "APPLICATION_INSTALL_TIME_INIT",
            "APPLICATION_INSTALL_TIME_RUNNING"
          ]
        },
        "appId": {
          "description": "App id. For PWAs this is the start URL, and for extensions this is the extension id.",
          "type": "string"
        },
        "appType": {
          "description": "Type of app.",
          "type": "string",
          "enumDescriptions": [
            "Application type unknown.",
            "Application type arc (Android app).",
            "Deprecated. This value is no longer used. Application type built-in.",
            "Application type Linux (via Crostini).",
            "Application type Chrome app.",
            "Application type web.",
            "Application type Mac OS.",
            "Application type Plugin VM.",
            "Deprecated. This value is no longer used. Application type standalone browser (Lacros browser app).",
            "Application type remote.",
            "Application type borealis.",
            "Application type system web.",
            "Deprecated. This value is no longer used. Application type standalone browser chrome app.",
            "Application type extension.",
            "Deprecated. This value is no longer used. Application type standalone browser extension.",
            "Application type bruschetta."
          ],
          "enumDeprecated": [
            false,
            false,
            true,
            false,
            false,
            false,
            false,
            false,
            true,
            false,
            false,
            false,
            true,
            false,
            true,
            false
          ],
          "enum": [
            "TELEMETRY_APPLICATION_TYPE_UNSPECIFIED",
            "APPLICATION_TYPE_ARC",
            "APPLICATION_TYPE_BUILT_IN",
            "APPLICATION_TYPE_CROSTINI",
            "APPLICATION_TYPE_CHROME_APP",
            "APPLICATION_TYPE_WEB",
            "APPLICATION_TYPE_MAC_OS",
            "APPLICATION_TYPE_PLUGIN_VM",
            "APPLICATION_TYPE_STANDALONE_BROWSER",
            "APPLICATION_TYPE_REMOTE",
            "APPLICATION_TYPE_BOREALIS",
            "APPLICATION_TYPE_SYSTEM_WEB",
            "APPLICATION_TYPE_STANDALONE_BROWSER_CHROME_APP",
            "APPLICATION_TYPE_EXTENSION",
            "APPLICATION_TYPE_STANDALONE_BROWSER_EXTENSION",
            "APPLICATION_TYPE_BRUSCHETTA"
          ]
        }
      }
    },
    "GoogleChromeManagementV1alpha1TelemetryAppUninstallEvent": {
      "id": "GoogleChromeManagementV1alpha1TelemetryAppUninstallEvent",
      "description": "App uninstall data.",
      "type": "object",
      "properties": {
        "appUninstallSource": {
          "description": "App uninstall source.",
          "type": "string",
          "enumDescriptions": [
            "Application uninstall source unknown.",
            "Application uninstalled from the App List (Launcher).",
            "Application uninstalled from the App Managedment page.",
            "Application uninstalled from the Shelf.",
            "Application uninstalled by app migration."
          ],
          "enum": [
            "APPLICATION_UNINSTALL_SOURCE_UNSPECIFIED",
            "APPLICATION_UNINSTALL_SOURCE_APP_LIST",
            "APPLICATION_UNINSTALL_SOURCE_APP_MANAGEMENT",
            "APPLICATION_UNINSTALL_SOURCE_SHELF",
            "APPLICATION_UNINSTALL_SOURCE_MIGRATION"
          ]
        },
        "appId": {
          "description": "App id. For PWAs this is the start URL, and for extensions this is the extension id.",
          "type": "string"
        },
        "appType": {
          "description": "Type of app.",
          "type": "string",
          "enumDescriptions": [
            "Application type unknown.",
            "Application type arc (Android app).",
            "Deprecated. This value is no longer used. Application type built-in.",
            "Application type Linux (via Crostini).",
            "Application type Chrome app.",
            "Application type web.",
            "Application type Mac OS.",
            "Application type Plugin VM.",
            "Deprecated. This value is no longer used. Application type standalone browser (Lacros browser app).",
            "Application type remote.",
            "Application type borealis.",
            "Application type system web.",
            "Deprecated. This value is no longer used. Application type standalone browser chrome app.",
            "Application type extension.",
            "Deprecated. This value is no longer used. Application type standalone browser extension.",
            "Application type bruschetta."
          ],
          "enumDeprecated": [
            false,
            false,
            true,
            false,
            false,
            false,
            false,
            false,
            true,
            false,
            false,
            false,
            true,
            false,
            true,
            false
          ],
          "enum": [
            "TELEMETRY_APPLICATION_TYPE_UNSPECIFIED",
            "APPLICATION_TYPE_ARC",
            "APPLICATION_TYPE_BUILT_IN",
            "APPLICATION_TYPE_CROSTINI",
            "APPLICATION_TYPE_CHROME_APP",
            "APPLICATION_TYPE_WEB",
            "APPLICATION_TYPE_MAC_OS",
            "APPLICATION_TYPE_PLUGIN_VM",
            "APPLICATION_TYPE_STANDALONE_BROWSER",
            "APPLICATION_TYPE_REMOTE",
            "APPLICATION_TYPE_BOREALIS",
            "APPLICATION_TYPE_SYSTEM_WEB",
            "APPLICATION_TYPE_STANDALONE_BROWSER_CHROME_APP",
            "APPLICATION_TYPE_EXTENSION",
            "APPLICATION_TYPE_STANDALONE_BROWSER_EXTENSION",
            "APPLICATION_TYPE_BRUSCHETTA"
          ]
        }
      }
    },
    "GoogleChromeManagementV1alpha1TelemetryAppLaunchEvent": {
      "id": "GoogleChromeManagementV1alpha1TelemetryAppLaunchEvent",
      "description": "App launch data.",
      "type": "object",
      "properties": {
        "appLaunchSource": {
          "description": "App launch source.",
          "type": "string",
          "enumDescriptions": [
            "Application launch source unknown.",
            "Application launched from the grid of apps, not the search box.",
            "Application launched from the grid of apps, off of the context menu.",
            "Application launched from query-dependent results (larger icons).",
            "Application launched from query-dependent results, off of the context menu.",
            "Application launched from query-less recommendations (smaller icons).",
            "Application launched from the Parental Controls Settings section and Per App time notification.",
            "Application launched from shelf.",
            "Application launched from the file manager",
            "Application launched from left click on a link in the browser.",
            "Application launched from entering a URL in the Omnibox on the browser.",
            "Application launched from a Chrome internal call.",
            "Application launched from keyboard shortcut for opening app.",
            "Application launched from clicking a link in another app or WebUI.",
            "Application launched from menu.",
            "Application launched from the installed notification.",
            "Application launched from a test.",
            "Application launched from Arc.",
            "Application launched from Sharesheet.",
            "Application launched from the release notes notification.",
            "Application launched from a full restore.",
            "Application launched from a smart text selection context menu.",
            "Application launched from a discover tab notification.",
            "Application launched from the Management API.",
            "Application launched from kiosk.",
            "Application launched from the command line.",
            "Application launched from background mode.",
            "Application launched from the new tab page.",
            "Application launched from an intent URL.",
            "Application launched from OS login.",
            "Application launched from protocol handler.",
            "Application launched from URL handler.",
            "Application launched from lock screen app launcher.",
            "Application launched from app home (chrome://apps) page.",
            "Application launched from moving content into an app.",
            "Application launched from profile menu of installable chrome://password-manager WebUI.",
            "Application launched from system tray calendar.",
            "Application launched from source installer.",
            "Count first-run Help app launches separately so that we can understand the number of user-triggered launches.",
            "Application launched from welcome tour.",
            "Applicationed launched from focus panel.",
            "Application launched from experimental feature Sparky.",
            "Application launched from navigation capturing.",
            "Application launched from web install API."
          ],
          "enum": [
            "APPLICATION_LAUNCH_SOURCE_UNSPECIFIED",
            "APPLICATION_LAUNCH_SOURCE_APP_LIST_GRID",
            "APPLICATION_LAUNCH_SOURCE_APP_LIST_GRID_CONTEXT_MENU",
            "APPLICATION_LAUNCH_SOURCE_APP_LIST_QUERY",
            "APPLICATION_LAUNCH_SOURCE_APP_LIST_QUERY_CONTEXT_MENU",
            "APPLICATION_LAUNCH_SOURCE_APP_LIST_RECOMMENDATION",
            "APPLICATION_LAUNCH_SOURCE_PARENTAL_CONTROLS",
            "APPLICATION_LAUNCH_SOURCE_SHELF",
            "APPLICATION_LAUNCH_SOURCE_FILE_MANAGER",
            "APPLICATION_LAUNCH_SOURCE_LINK",
            "APPLICATION_LAUNCH_SOURCE_OMNIBOX",
            "APPLICATION_LAUNCH_SOURCE_CHROME_INTERNAL",
            "APPLICATION_LAUNCH_SOURCE_KEYBOARD",
            "APPLICATION_LAUNCH_SOURCE_OTHER_APP",
            "APPLICATION_LAUNCH_SOURCE_MENU",
            "APPLICATION_LAUNCH_SOURCE_INSTALLED_NOTIFICATION",
            "APPLICATION_LAUNCH_SOURCE_TEST",
            "APPLICATION_LAUNCH_SOURCE_ARC",
            "APPLICATION_LAUNCH_SOURCE_SHARESHEET",
            "APPLICATION_LAUNCH_SOURCE_RELEASE_NOTES_NOTIFICATION",
            "APPLICATION_LAUNCH_SOURCE_FULL_RESTORE",
            "APPLICATION_LAUNCH_SOURCE_SMART_TEXT_CONTEXT_MENU",
            "APPLICATION_LAUNCH_SOURCE_DISCOVER_TAB_NOTIFICATION",
            "APPLICATION_LAUNCH_SOURCE_MANAGEMENT_API",
            "APPLICATION_LAUNCH_SOURCE_KIOSK",
            "APPLICATION_LAUNCH_SOURCE_COMMAND_LINE",
            "APPLICATION_LAUNCH_SOURCE_BACKGROUND_MODE",
            "APPLICATION_LAUNCH_SOURCE_NEW_TAB_PAGE",
            "APPLICATION_LAUNCH_SOURCE_INTENT_URL",
            "APPLICATION_LAUNCH_SOURCE_OS_LOGIN",
            "APPLICATION_LAUNCH_SOURCE_PROTOCOL_HANDLER",
            "APPLICATION_LAUNCH_SOURCE_URL_HANDLER",
            "APPLICATION_LAUNCH_SOURCE_LOCK_SCREEN",
            "APPLICATION_LAUNCH_SOURCE_APP_HOME_PAGE",
            "APPLICATION_LAUNCH_SOURCE_REPARENTING",
            "APPLICATION_LAUNCH_SOURCE_PROFILE_MENU",
            "APPLICATION_LAUNCH_SOURCE_SYSTEM_TRAY_CALENDAR",
            "APPLICATION_LAUNCH_SOURCE_INSTALLER",
            "APPLICATION_LAUNCH_SOURCE_FIRST_RUN",
            "APPLICATION_LAUNCH_SOURCE_WELCOME_TOUR",
            "APPLICATION_LAUNCH_SOURCE_FOCUS_MODE",
            "APPLICATION_LAUNCH_SOURCE_SPARKY",
            "APPLICATION_LAUNCH_SOURCE_NAVIGATION_CAPTURING",
            "APPLICATION_LAUNCH_SOURCE_WEB_INSTALL_API"
          ]
        },
        "appId": {
          "description": "App id. For PWAs this is the start URL, and for extensions this is the extension id.",
          "type": "string"
        },
        "appType": {
          "description": "Type of app.",
          "type": "string",
          "enumDescriptions": [
            "Application type unknown.",
            "Application type arc (Android app).",
            "Deprecated. This value is no longer used. Application type built-in.",
            "Application type Linux (via Crostini).",
            "Application type Chrome app.",
            "Application type web.",
            "Application type Mac OS.",
            "Application type Plugin VM.",
            "Deprecated. This value is no longer used. Application type standalone browser (Lacros browser app).",
            "Application type remote.",
            "Application type borealis.",
            "Application type system web.",
            "Deprecated. This value is no longer used. Application type standalone browser chrome app.",
            "Application type extension.",
            "Deprecated. This value is no longer used. Application type standalone browser extension.",
            "Application type bruschetta."
          ],
          "enumDeprecated": [
            false,
            false,
            true,
            false,
            false,
            false,
            false,
            false,
            true,
            false,
            false,
            false,
            true,
            false,
            true,
            false
          ],
          "enum": [
            "TELEMETRY_APPLICATION_TYPE_UNSPECIFIED",
            "APPLICATION_TYPE_ARC",
            "APPLICATION_TYPE_BUILT_IN",
            "APPLICATION_TYPE_CROSTINI",
            "APPLICATION_TYPE_CHROME_APP",
            "APPLICATION_TYPE_WEB",
            "APPLICATION_TYPE_MAC_OS",
            "APPLICATION_TYPE_PLUGIN_VM",
            "APPLICATION_TYPE_STANDALONE_BROWSER",
            "APPLICATION_TYPE_REMOTE",
            "APPLICATION_TYPE_BOREALIS",
            "APPLICATION_TYPE_SYSTEM_WEB",
            "APPLICATION_TYPE_STANDALONE_BROWSER_CHROME_APP",
            "APPLICATION_TYPE_EXTENSION",
            "APPLICATION_TYPE_STANDALONE_BROWSER_EXTENSION",
            "APPLICATION_TYPE_BRUSCHETTA"
          ]
        }
      }
    },
    "GoogleChromeManagementV1alpha1TelemetryOsCrashEvent": {
      "id": "GoogleChromeManagementV1alpha1TelemetryOsCrashEvent",
      "description": "OS crash data.",
      "type": "object",
      "properties": {
        "crashType": {
          "description": "Crash type.",
          "type": "string",
          "enumDescriptions": [
            "Crash type unknown.",
            "Kernel crash.",
            "EC crash."
          ],
          "enum": [
            "CRASH_TYPE_UNSPECIFIED",
            "CRASH_TYPE_KERNEL",
            "CRASH_TYPE_EMBEDDED_CONTROLLER"
          ]
        },
        "sessionType": {
          "description": "Session type.",
          "type": "string",
          "enumDescriptions": [
            "Session type unknown.",
            "Signed in user.",
            "Kiosk.",
            "Managed guest session.",
            "Active directory session."
          ],
          "enum": [
            "SESSION_TYPE_UNSPECIFIED",
            "SESSION_TYPE_SIGNED_IN_USER",
            "SESSION_TYPE_KIOSK",
            "SESSION_TYPE_MANAGED_GUEST",
            "SESSION_TYPE_ACTIVE_DIRECTORY"
          ]
        },
        "crashId": {
          "description": "Crash id.",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1alpha1TelemetryExternalDisplayEvent": {
      "id": "GoogleChromeManagementV1alpha1TelemetryExternalDisplayEvent",
      "description": "External display connected/disconnected event payload.",
      "type": "object",
      "properties": {
        "externalDisplayData": {
          "description": "List of external displays that were connected/disconnected.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1TelemetryExternalDisplayData"
          }
        }
      }
    },
    "GoogleChromeManagementV1alpha1TelemetryExternalDisplayData": {
      "id": "GoogleChromeManagementV1alpha1TelemetryExternalDisplayData",
      "description": "External display data.",
      "type": "object",
      "properties": {
        "displayName": {
          "description": "The display name.",
          "type": "string"
        },
        "resolutionHorizontal": {
          "description": "The horizontal resolution.",
          "type": "integer",
          "format": "int32"
        },
        "resolutionVertical": {
          "description": "The vertical resolution.",
          "type": "integer",
          "format": "int32"
        },
        "refreshRate": {
          "description": "The refresh rate.",
          "type": "string",
          "format": "int64"
        },
        "serialNumber": {
          "description": "The serial number.",
          "type": "integer",
          "format": "int32"
        },
        "edidVersion": {
          "description": "The EDID version.",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1alpha1ListTelemetryUsersResponse": {
      "id": "GoogleChromeManagementV1alpha1ListTelemetryUsersResponse",
      "description": "Response message for listing telemetry users for a customer.",
      "type": "object",
      "properties": {
        "telemetryUsers": {
          "description": "Telemetry users returned in the response.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1TelemetryUser"
          }
        },
        "nextPageToken": {
          "description": "Token to specify next page in the list.",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1alpha1TelemetryUser": {
      "id": "GoogleChromeManagementV1alpha1TelemetryUser",
      "description": "Telemetry data collected from a managed user. Granular permission needed: TELEMETRY_API_USER",
      "type": "object",
      "properties": {
        "name": {
          "description": "Output only. Resource name of the user.",
          "readOnly": true,
          "type": "string"
        },
        "customer": {
          "description": "Output only. G Suite Customer whose enterprise enrolled the device.",
          "readOnly": true,
          "type": "string"
        },
        "orgUnitId": {
          "description": "Output only. Organization unit of the user.",
          "readOnly": true,
          "type": "string"
        },
        "userId": {
          "description": "Output only. Directory ID of the user.",
          "readOnly": true,
          "type": "string"
        },
        "userEmail": {
          "description": "Output only. Email address of the user.",
          "readOnly": true,
          "type": "string"
        },
        "userDevice": {
          "description": "Output only. Telemetry data collected from a managed user and device.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1TelemetryUserDevice"
          }
        }
      }
    },
    "GoogleChromeManagementV1alpha1TelemetryUserDevice": {
      "id": "GoogleChromeManagementV1alpha1TelemetryUserDevice",
      "description": "Telemetry data collected for a managed user and device. * Granular permission needed: TELEMETRY_API_DEVICE",
      "type": "object",
      "properties": {
        "deviceId": {
          "description": "Output only. The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab.",
          "readOnly": true,
          "type": "string"
        },
        "audioStatusReport": {
          "description": "Output only. Audio reports collected periodically sorted in a decreasing order of report_time.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1AudioStatusReport"
          }
        },
        "deviceActivityReport": {
          "description": "Output only. Device activity reports collected periodically sorted in a decreasing order of report_time.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1DeviceActivityReport"
          }
        },
        "networkBandwidthReport": {
          "description": "Output only. Network bandwidth reports collected periodically sorted in a decreasing order of report_time.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1NetworkBandwidthReport"
          }
        },
        "peripheralsReport": {
          "description": "Peripherals reports collected periodically sorted in a decreasing order of report_time.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1PeripheralsReport"
          }
        },
        "appReport": {
          "description": "Output only. App reports collected periodically sorted in a decreasing order of report_time.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1AppReport"
          }
        }
      }
    },
    "GoogleChromeManagementV1alpha1DeviceActivityReport": {
      "id": "GoogleChromeManagementV1alpha1DeviceActivityReport",
      "description": "Device activity report. * Granular permission needed: TELEMETRY_API_DEVICE_ACTIVITY_REPORT",
      "type": "object",
      "properties": {
        "reportTime": {
          "description": "Output only. Timestamp of when the report was collected.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "deviceActivityState": {
          "description": "Output only. Device activity state.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Device activity state is unspecified.",
            "Device is currently being used.",
            "Device is currently idle.",
            "Device is currently locked."
          ],
          "enum": [
            "DEVICE_ACTIVITY_STATE_UNSPECIFIED",
            "ACTIVE",
            "IDLE",
            "LOCKED"
          ]
        }
      }
    },
    "GoogleChromeManagementV1alpha1ListTelemetryNotificationConfigsResponse": {
      "id": "GoogleChromeManagementV1alpha1ListTelemetryNotificationConfigsResponse",
      "description": "Response message for listing notification configs for a customer.",
      "type": "object",
      "properties": {
        "telemetryNotificationConfigs": {
          "description": "The telemetry notification configs from the specified customer.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1TelemetryNotificationConfig"
          }
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1alpha1TelemetryNotificationConfig": {
      "id": "GoogleChromeManagementV1alpha1TelemetryNotificationConfig",
      "description": "Configuration to receive notifications of telemetry data.",
      "type": "object",
      "properties": {
        "name": {
          "description": "Output only. Resource name of the notification configuration.",
          "readOnly": true,
          "type": "string"
        },
        "customer": {
          "description": "Output only. Google Workspace customer that owns the resource.",
          "readOnly": true,
          "type": "string"
        },
        "googleCloudPubsubTopic": {
          "description": "The pubsub topic to which notifications are published to.",
          "type": "string"
        },
        "filter": {
          "description": "Only send notifications for telemetry data matching this filter.",
          "$ref": "GoogleChromeManagementV1alpha1TelemetryNotificationFilter"
        }
      }
    },
    "GoogleChromeManagementV1alpha1TelemetryNotificationFilter": {
      "id": "GoogleChromeManagementV1alpha1TelemetryNotificationFilter",
      "description": "Configures how the telemetry data should be filtered.",
      "type": "object",
      "properties": {
        "userOrgUnitId": {
          "description": "If set, only sends notifications for telemetry data coming from devices owned by users in this org unit.",
          "type": "string"
        },
        "deviceOrgUnitId": {
          "description": "If set, only sends notifications for telemetry data coming from devices in this org unit.",
          "type": "string"
        },
        "userEmail": {
          "description": "If set, only sends notifications for telemetry data coming from devices owned by this user.",
          "type": "string"
        },
        "deviceId": {
          "description": "If set, only sends notifications for telemetry data coming from this device.",
          "type": "string"
        },
        "telemetryEventNotificationFilter": {
          "description": "Only sends notifications for the telemetry events matching this filter.",
          "$ref": "GoogleChromeManagementV1alpha1TelemetryEventNotificationFilter"
        }
      }
    },
    "GoogleChromeManagementV1alpha1TelemetryEventNotificationFilter": {
      "id": "GoogleChromeManagementV1alpha1TelemetryEventNotificationFilter",
      "description": "Configures how the telemetry events should be filtered.",
      "type": "object",
      "properties": {
        "eventTypes": {
          "description": "Only sends the notifications for events of these types. Must not be empty.",
          "type": "array",
          "items": {
            "type": "string",
            "enumDescriptions": [
              "Event type unknown.",
              "Triggered when a audio devices run out of buffer data for more than 5 seconds.",
              "Triggered immediately on any changes to a network connection.",
              "Triggered when USB devices are added.",
              "Triggered when USB devices are removed.",
              "Triggered when a new HTTPS latency problem was detected or the device has recovered form an existing HTTPS latency problem.",
              "Triggered when connected WiFi network signal strength drops below -70dBm.",
              "Triggered when connected WiFi network signal strength is recovered from a signal drop.",
              "Triggered on changes to VPN connections.",
              "Triggered when an app is installed.",
              "Triggered when an app is uninstalled.",
              "Triggered when an app is launched.",
              "Triggered when a crash occurs.",
              "Triggered when an external display is connected.",
              "Triggered when an external display is disconnected."
            ],
            "enum": [
              "EVENT_TYPE_UNSPECIFIED",
              "AUDIO_SEVERE_UNDERRUN",
              "NETWORK_STATE_CHANGE",
              "USB_ADDED",
              "USB_REMOVED",
              "NETWORK_HTTPS_LATENCY_CHANGE",
              "WIFI_SIGNAL_STRENGTH_LOW",
              "WIFI_SIGNAL_STRENGTH_RECOVERED",
              "VPN_CONNECTION_STATE_CHANGE",
              "APP_INSTALLED",
              "APP_UNINSTALLED",
              "APP_LAUNCHED",
              "OS_CRASH",
              "EXTERNAL_DISPLAY_CONNECTED",
              "EXTERNAL_DISPLAY_DISCONNECTED"
            ]
          }
        }
      }
    },
    "GoogleProtobufEmpty": {
      "id": "GoogleProtobufEmpty",
      "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
      "type": "object",
      "properties": {}
    },
    "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfile": {
      "id": "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfile",
      "description": "A representation of a Chrome browser profile.",
      "type": "object",
      "properties": {
        "name": {
          "description": "Identifier. Format: customers/{customer_id}/profiles/{profile_permanent_id}",
          "type": "string"
        },
        "profileId": {
          "description": "Output only. Chrome client side profile ID.",
          "readOnly": true,
          "type": "string"
        },
        "profilePermanentId": {
          "description": "Output only. Profile permanent ID is the unique identifier of a profile within one customer.",
          "readOnly": true,
          "type": "string"
        },
        "displayName": {
          "description": "Output only. Profile display name set by client.",
          "readOnly": true,
          "type": "string"
        },
        "userId": {
          "description": "Output only. Unique Directory API ID of the user that can be used in Admin SDK Users API.",
          "readOnly": true,
          "type": "string"
        },
        "userEmail": {
          "description": "Output only. Email address of the user to which the profile belongs.",
          "readOnly": true,
          "type": "string"
        },
        "lastActivityTime": {
          "description": "Output only. Timestamp of the latest activity by the profile.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "lastPolicyFetchTime": {
          "description": "Output only. Timestamp of the latest policy fetch by the profile.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "lastPolicySyncTime": {
          "description": "Output only. Timestamp of the latest policy sync by the profile.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "lastStatusReportTime": {
          "description": "Output only. Timestamp of the latest status report by the profile.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "deviceInfo": {
          "description": "Output only. Basic information of the device on which the profile exists. This information is only available for the affiliated profiles.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1alpha1DeviceInfo"
        },
        "osPlatformType": {
          "description": "Output only. OS platform of the device on which the profile exists.",
          "readOnly": true,
          "type": "string"
        },
        "osVersion": {
          "description": "Output only. OS version of the device on which the profile exists.",
          "readOnly": true,
          "type": "string"
        },
        "browserVersion": {
          "description": "Output only. Version of the browser on which the profile exists.",
          "readOnly": true,
          "type": "string"
        },
        "browserChannel": {
          "description": "Output only. Channel of the browser on which the profile exists.",
          "readOnly": true,
          "type": "string"
        },
        "policyCount": {
          "description": "Output only. Number of policies applied on the profile.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "extensionCount": {
          "description": "Output only. Number of extensions installed on the profile.",
          "readOnly": true,
          "type": "string",
          "format": "int64"
        },
        "annotatedLocation": {
          "description": "Optional. Location of the profile annotated by the admin.",
          "type": "string"
        },
        "annotatedUser": {
          "description": "Optional. User of the profile annotated by the admin.",
          "type": "string"
        },
        "attestationCredential": {
          "description": "Output only. Attestation credential information of the profile.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1alpha1AttestationCredential"
        },
        "reportingData": {
          "description": "Output only. Detailed reporting data of the profile. This information is only available when the profile reporting policy is enabled.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1alpha1ReportingData"
        },
        "etag": {
          "description": "Output only. Etag of this ChromeBrowserProfile resource. This etag can be used with UPDATE operation to ensure consistency.",
          "readOnly": true,
          "type": "string"
        },
        "identityProvider": {
          "description": "Output only. Identify provider of the profile.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Represents an unspecified identity provider.",
            "Represents a Google identity provider.",
            "Represents an external identity provider."
          ],
          "enum": [
            "IDENTITY_PROVIDER_UNSPECIFIED",
            "GOOGLE_IDENTITY_PROVIDER",
            "EXTERNAL_IDENTITY_PROVIDER"
          ]
        },
        "firstEnrollmentTime": {
          "description": "Output only. Timestamp of the first enrollment of the profile.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "osPlatformVersion": {
          "description": "Output only. Major OS platform version of the device on which the profile exists, from profile reporting.",
          "readOnly": true,
          "type": "string"
        },
        "affiliationState": {
          "description": "Output only. The specific affiliation state of the profile.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Unspecified affiliation state.",
            "Unaffiliated - but we do not have the details for the type of unaffiliated profile.",
            "Unaffiliated - A managed profile that appears on a totally unamanaged browser.",
            "Unaffiliated - A managed profile that appears on a machine that is locally managed by a different organization (through platform management mechanisms like GPO).",
            "Unaffiliated - A managed profile that appears on a managed browser that is cloud managed by a different organization (using Chrome Browser Cloud Management).",
            "Affiliated - Both the profile and the managed browser are managed by the same organization."
          ],
          "enum": [
            "AFFILIATION_STATE_UNSPECIFIED",
            "UNAFFILIATED_GENERIC",
            "PROFILE_ONLY",
            "UNAFFILIATED_LOCAL_MACHINE",
            "UNAFFILIATED_CLOUD_MACHINE",
            "AFFILIATED_CLOUD_MANAGED"
          ]
        },
        "supportsFcmNotifications": {
          "description": "Output only. Whether the profile supports FCM notifications.",
          "readOnly": true,
          "type": "boolean"
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1DeviceInfo": {
      "id": "GoogleChromeManagementVersionsV1alpha1DeviceInfo",
      "description": "Information of a device that runs a Chrome browser profile.",
      "type": "object",
      "properties": {
        "deviceType": {
          "description": "Output only. Type of the device on which the profile exists.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Represents an unspecified device type.",
            "Represents a Chrome browser device."
          ],
          "enum": [
            "DEVICE_TYPE_UNSPECIFIED",
            "CHROME_BROWSER"
          ]
        },
        "affiliatedDeviceId": {
          "description": "Output only. Device ID that identifies the affiliated device on which the profile exists. If the device type is CHROME_BROWSER, then this represents a unique Directory API ID of the device that can be used in Admin SDK Browsers API.",
          "readOnly": true,
          "type": "string"
        },
        "machine": {
          "description": "Output only. Machine name of the device on which the profile exists. On platforms which do not report the machine name (currently iOS and Android) this is instead set to the browser's device_id - but note that this is a different device_id than the |affiliated_device_id|.",
          "readOnly": true,
          "type": "string"
        },
        "hostname": {
          "description": "Output only. Hostname of the device on which the profile exists.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1AttestationCredential": {
      "id": "GoogleChromeManagementVersionsV1alpha1AttestationCredential",
      "description": "Information of public key associated with a Chrome browser profile.",
      "type": "object",
      "properties": {
        "keyType": {
          "description": "Output only. Type of the public key.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Represents an unspecified public key type.",
            "Represents a RSA key.",
            "Represents an EC key."
          ],
          "enum": [
            "KEY_TYPE_UNSPECIFIED",
            "RSA_KEY",
            "EC_KEY"
          ]
        },
        "keyTrustLevel": {
          "description": "Output only. Trust level of the public key.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Represents an unspecified public key trust level.",
            "Represents a HW key.",
            "Represents an OS key."
          ],
          "enum": [
            "KEY_TRUST_LEVEL_UNSPECIFIED",
            "CHROME_BROWSER_HW_KEY",
            "CHROME_BROWSER_OS_KEY"
          ]
        },
        "publicKey": {
          "description": "Output only. Value of the public key.",
          "readOnly": true,
          "type": "string",
          "format": "byte"
        },
        "keyRotationTime": {
          "description": "Output only. Latest rotation timestamp of the public key rotation.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1ReportingData": {
      "id": "GoogleChromeManagementVersionsV1alpha1ReportingData",
      "description": "Reporting data of a Chrome browser profile.",
      "type": "object",
      "properties": {
        "browserExecutablePath": {
          "description": "Output only. Executable path of the installed Chrome browser. A valid path is included only in affiliated profiles.",
          "readOnly": true,
          "type": "string"
        },
        "installedBrowserVersion": {
          "description": "Output only. Updated version of a browser, if it is different from the active browser version.",
          "readOnly": true,
          "type": "string"
        },
        "profilePath": {
          "description": "Output only. Path of the profile. A valid path is included only in affiliated profiles.",
          "readOnly": true,
          "type": "string"
        },
        "extensionData": {
          "description": "Output only. Information of the extensions installed on the profile.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1ReportingDataExtensionData"
          }
        },
        "policyData": {
          "description": "Output only. Information of the policies applied on the profile.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1ReportingDataPolicyData"
          }
        },
        "extensionPolicyData": {
          "description": "Output only. Information of the policies applied on the extensions.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1ReportingDataExtensionPolicyData"
          }
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1ReportingDataExtensionData": {
      "id": "GoogleChromeManagementVersionsV1alpha1ReportingDataExtensionData",
      "description": "Information of an extension installed on a Chrome browser profile.",
      "type": "object",
      "properties": {
        "extensionId": {
          "description": "Output only. ID of the extension.",
          "readOnly": true,
          "type": "string"
        },
        "version": {
          "description": "Output only. Version of the extension.",
          "readOnly": true,
          "type": "string"
        },
        "permissions": {
          "description": "Output only. Permissions requested by the extension.",
          "readOnly": true,
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "name": {
          "description": "Output only. Name of the extension.",
          "readOnly": true,
          "type": "string"
        },
        "description": {
          "description": "Output only. Description of the extension.",
          "readOnly": true,
          "type": "string"
        },
        "extensionType": {
          "description": "Output only. Type of the extension.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Represents an unspecified extension type.",
            "Represents an extension.",
            "Represents an app.",
            "Represents a theme.",
            "Represents a hosted app."
          ],
          "enum": [
            "EXTENSION_TYPE_UNSPECIFIED",
            "EXTENSION",
            "APP",
            "THEME",
            "HOSTED_APP"
          ]
        },
        "homepageUri": {
          "description": "Output only. The URL of the homepage of the extension.",
          "readOnly": true,
          "type": "string"
        },
        "installationType": {
          "description": "Output only. Installation type of the extension.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Represents an unspecified installation type.",
            "Represents instances of the extension having mixed installation types.",
            "Represents a normal installation type.",
            "Represents an installation by admin.",
            "Represents a development installation type.",
            "Represents a sideload installation type.",
            "Represents an installation type that is not covered in the other options."
          ],
          "enum": [
            "INSTALLATION_TYPE_UNSPECIFIED",
            "MULTIPLE",
            "NORMAL",
            "ADMIN",
            "DEVELOPMENT",
            "SIDELOAD",
            "OTHER"
          ]
        },
        "isDisabled": {
          "description": "Output only. Represents whether the user disabled the extension.",
          "readOnly": true,
          "type": "boolean"
        },
        "isWebstoreExtension": {
          "description": "Output only. Represents whether the extension is from the webstore.",
          "readOnly": true,
          "type": "boolean"
        },
        "manifestVersion": {
          "description": "Output only. Manifest version of the extension.",
          "readOnly": true,
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1ReportingDataPolicyData": {
      "id": "GoogleChromeManagementVersionsV1alpha1ReportingDataPolicyData",
      "description": "Information of a policy applied on a Chrome browser profile.",
      "type": "object",
      "properties": {
        "source": {
          "description": "Output only. Source of the policy.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Represents an unspecified policy source.",
            "Represents a machine level platform policy.",
            "Represents a user level platform policy.",
            "Represents a machine level user cloud policy.",
            "Represents a user level cloud policy.",
            "Represents a machine level merged policy."
          ],
          "enum": [
            "POLICY_SOURCE_UNSPECIFIED",
            "MACHINE_PLATFORM",
            "USER_PLATFORM",
            "MACHINE_LEVEL_USER_CLOUD",
            "USER_CLOUD",
            "MACHINE_MERGED"
          ]
        },
        "name": {
          "description": "Output only. Name of the policy.",
          "readOnly": true,
          "type": "string"
        },
        "value": {
          "description": "Output only. Value of the policy.",
          "readOnly": true,
          "type": "string"
        },
        "error": {
          "description": "Output only. Error message of the policy, if any.",
          "readOnly": true,
          "type": "string"
        },
        "conflicts": {
          "description": "Output only. Conflicting policy information.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1ReportingDataConflictingPolicyData"
          }
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1ReportingDataConflictingPolicyData": {
      "id": "GoogleChromeManagementVersionsV1alpha1ReportingDataConflictingPolicyData",
      "description": "Information of conflicting policy applied on a Chrome browser profile.",
      "type": "object",
      "properties": {
        "source": {
          "description": "Output only. Source of the policy.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Represents an unspecified policy source.",
            "Represents a machine level platform policy.",
            "Represents a user level platform policy.",
            "Represents a machine level user cloud policy.",
            "Represents a user level cloud policy.",
            "Represents a machine level merged policy."
          ],
          "enum": [
            "POLICY_SOURCE_UNSPECIFIED",
            "MACHINE_PLATFORM",
            "USER_PLATFORM",
            "MACHINE_LEVEL_USER_CLOUD",
            "USER_CLOUD",
            "MACHINE_MERGED"
          ]
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1ReportingDataExtensionPolicyData": {
      "id": "GoogleChromeManagementVersionsV1alpha1ReportingDataExtensionPolicyData",
      "description": "Information of the policies applied on an extension.",
      "type": "object",
      "properties": {
        "extensionId": {
          "description": "Output only. ID of the extension.",
          "readOnly": true,
          "type": "string"
        },
        "extensionName": {
          "description": "Output only. Name of the extension.",
          "readOnly": true,
          "type": "string"
        },
        "policyData": {
          "description": "Output only. Information of the policies applied on the extension.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1ReportingDataPolicyData"
          }
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1ListChromeBrowserProfilesResponse": {
      "id": "GoogleChromeManagementVersionsV1alpha1ListChromeBrowserProfilesResponse",
      "description": "Response to ListChromeBrowserProfiles method.",
      "type": "object",
      "properties": {
        "chromeBrowserProfiles": {
          "description": "The list of profiles returned.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfile"
          }
        },
        "nextPageToken": {
          "description": "The pagination token that can be used to list the next page.",
          "type": "string"
        },
        "totalSize": {
          "description": "Total size represents an estimated number of resources returned. Not guaranteed to be accurate above 10k profiles.",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfileCommand": {
      "id": "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfileCommand",
      "description": "A representation of a remote command for a Chrome browser profile.",
      "type": "object",
      "properties": {
        "name": {
          "description": "Identifier. Format: customers/{customer_id}/profiles/{profile_permanent_id}/commands/{command_id}",
          "type": "string"
        },
        "commandType": {
          "description": "Required. Type of the remote command. The only supported command_type is \"clearBrowsingData\".",
          "type": "string"
        },
        "payload": {
          "description": "Required. Payload of the remote command. The payload for \"clearBrowsingData\" command supports: - fields \"clearCache\" and \"clearCookies\" - values of boolean type.",
          "type": "object",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object."
          }
        },
        "commandState": {
          "description": "Output only. State of the remote command.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Represents an unspecified command state.",
            "Represents a command in a pending state.",
            "Represents a command that has expired.",
            "Represents a command that has been executed by the client."
          ],
          "enum": [
            "COMMAND_STATE_UNSPECIFIED",
            "PENDING",
            "EXPIRED",
            "EXECUTED_BY_CLIENT"
          ]
        },
        "commandResult": {
          "description": "Output only. Result of the remote command.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfileCommandCommandResult"
        },
        "issueTime": {
          "description": "Output only. Timestamp of the issurance of the remote command.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "validDuration": {
          "description": "Output only. Valid duration of the remote command.",
          "readOnly": true,
          "type": "string",
          "format": "google-duration"
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfileCommandCommandResult": {
      "id": "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfileCommandCommandResult",
      "description": "Result of the execution of a command.",
      "type": "object",
      "properties": {
        "resultType": {
          "description": "Output only. Result type of the remote command.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Represents an unspecified command result.",
            "Represents a command with an ignored result.",
            "Represents a failed command.",
            "Represents a succeeded command."
          ],
          "enum": [
            "COMMAND_RESULT_TYPE_UNSPECIFIED",
            "IGNORED",
            "FAILURE",
            "SUCCESS"
          ]
        },
        "clientExecutionTime": {
          "description": "Output only. Timestamp of the client execution of the remote command.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "resultCode": {
          "description": "Output only. Result code that indicates the type of error or success of the command.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1ListChromeBrowserProfileCommandsResponse": {
      "id": "GoogleChromeManagementVersionsV1alpha1ListChromeBrowserProfileCommandsResponse",
      "description": "Response to ListChromeBrowserProfileCommands method.",
      "type": "object",
      "properties": {
        "chromeBrowserProfileCommands": {
          "description": "The list of commands returned.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfileCommand"
          }
        },
        "nextPageToken": {
          "description": "The pagination token that can be used to list the next page.",
          "type": "string"
        },
        "totalSize": {
          "description": "Total size represents an estimated number of resources returned.",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1EnableInsightsRequest": {
      "id": "GoogleChromeManagementVersionsV1alpha1EnableInsightsRequest",
      "description": "Request to enable insights for the customer.",
      "type": "object",
      "properties": {
        "targetOus": {
          "description": "Optional. The Organizational Units to set up required connectors for. Organizational Units are provided as paths relative to root. If this field is not set, connectors will be set up at root OU (as if it were set to [\"/\"]). Example: [\"/corp/sales\", \"/eng\"]",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1EnableInsightsResponse": {
      "id": "GoogleChromeManagementVersionsV1alpha1EnableInsightsResponse",
      "description": "Response from enabling insights for the customer.",
      "type": "object",
      "properties": {
        "insightsState": {
          "description": "The state of the insights feature.",
          "type": "string",
          "enumDescriptions": [
            "Default value. Should not be used.",
            "The insights feature is enabled for the customer.",
            "The insights feature is disabled for the customer."
          ],
          "enum": [
            "INSIGHTS_ENABLEMENT_STATE_UNSPECIFIED",
            "INSIGHTS_ENABLED",
            "INSIGHTS_DISABLED"
          ]
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1CheckEnablementStatusResponse": {
      "id": "GoogleChromeManagementVersionsV1alpha1CheckEnablementStatusResponse",
      "description": "Response from checking the enablement status of insights for the customer.",
      "type": "object",
      "properties": {
        "insightsState": {
          "description": "The state of the insights feature.",
          "type": "string",
          "enumDescriptions": [
            "Default value. Should not be used.",
            "The insights feature is enabled for the customer.",
            "The insights feature is disabled for the customer."
          ],
          "enum": [
            "INSIGHTS_ENABLEMENT_STATE_UNSPECIFIED",
            "INSIGHTS_ENABLED",
            "INSIGHTS_DISABLED"
          ]
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1DisableInsightsRequest": {
      "id": "GoogleChromeManagementVersionsV1alpha1DisableInsightsRequest",
      "description": "Request to disable insights for the customer.",
      "type": "object",
      "properties": {}
    },
    "GoogleChromeManagementVersionsV1alpha1DisableInsightsResponse": {
      "id": "GoogleChromeManagementVersionsV1alpha1DisableInsightsResponse",
      "description": "Response from disabling insights for the customer.",
      "type": "object",
      "properties": {
        "insightsState": {
          "description": "The state of the insights feature.",
          "type": "string",
          "enumDescriptions": [
            "Default value. Should not be used.",
            "The insights feature is enabled for the customer.",
            "The insights feature is disabled for the customer."
          ],
          "enum": [
            "INSIGHTS_ENABLEMENT_STATE_UNSPECIFIED",
            "INSIGHTS_ENABLED",
            "INSIGHTS_DISABLED"
          ]
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1QueryContentTransfersResponse": {
      "id": "GoogleChromeManagementVersionsV1alpha1QueryContentTransfersResponse",
      "description": "Response message for QueryContentTransfers.",
      "type": "object",
      "properties": {
        "summaries": {
          "description": "A collection of summaries for various content transfers metrics.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1ContentTransfersSummary"
          }
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1ContentTransfersSummary": {
      "id": "GoogleChromeManagementVersionsV1alpha1ContentTransfersSummary",
      "description": "Summary of content transfers for a given metric.",
      "type": "object",
      "properties": {
        "count": {
          "description": "The count of the content transfers metric.",
          "type": "string",
          "format": "int64"
        },
        "metric": {
          "description": "The type of content transfers metric.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified content transfers metric. Defaults to CONTENT_TRANSFERS_METRIC_TOTAL_TRANSFERS.",
            "The total number of content transfers (sensitive and non-sensitive). This is the sum of the total_uploads, total_downloads, and total_prints.",
            "The total number of content uploads (sensitive and non-sensitive).",
            "The total number of content downloads (sensitive and non-sensitive).",
            "The total number of content prints (sensitive and non-sensitive).",
            "The total number of sensitive content transfers. This is the sum of the sensitive_uploads, sensitive_downloads, and sensitive_prints.",
            "The number of sensitive content uploads.",
            "The number of sensitive content downloads.",
            "The number of sensitive content prints."
          ],
          "enum": [
            "CONTENT_TRANSFERS_METRIC_UNSPECIFIED",
            "CONTENT_TRANSFERS_METRIC_TOTAL_TRANSFERS",
            "CONTENT_TRANSFERS_METRIC_TOTAL_UPLOADS",
            "CONTENT_TRANSFERS_METRIC_TOTAL_DOWNLOADS",
            "CONTENT_TRANSFERS_METRIC_TOTAL_PRINTS",
            "CONTENT_TRANSFERS_METRIC_TOTAL_SENSITIVE_TRANSFERS",
            "CONTENT_TRANSFERS_METRIC_SENSITIVE_UPLOADS",
            "CONTENT_TRANSFERS_METRIC_SENSITIVE_DOWNLOADS",
            "CONTENT_TRANSFERS_METRIC_SENSITIVE_PRINTS"
          ]
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1QueryContentTransfersBreakdownsResponse": {
      "id": "GoogleChromeManagementVersionsV1alpha1QueryContentTransfersBreakdownsResponse",
      "description": "Response message for QueryContentTransfersBreakdowns.",
      "type": "object",
      "properties": {
        "contentTransfersBreakdowns": {
          "description": "The content transfer breakdowns from the specified insight.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1ContentTransfersBreakdown"
          }
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1ContentTransfersBreakdown": {
      "id": "GoogleChromeManagementVersionsV1alpha1ContentTransfersBreakdown",
      "description": "A content transfers summary for a given breakdown dimension.",
      "type": "object",
      "properties": {
        "user": {
          "description": "The user that transferred the content.",
          "type": "string"
        },
        "eventDomain": {
          "description": "The event domain of the content transfers.",
          "type": "string"
        },
        "contentCategory": {
          "description": "The content category of the content transfers.",
          "type": "string"
        },
        "summary": {
          "description": "The summary of content transfers for the breakdown dimension.",
          "$ref": "GoogleChromeManagementVersionsV1alpha1ContentTransfersSummary"
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1QueryUrlVisitsResponse": {
      "id": "GoogleChromeManagementVersionsV1alpha1QueryUrlVisitsResponse",
      "description": "Response message for QueryUrlVisits.",
      "type": "object",
      "properties": {
        "summaries": {
          "description": "A collection of summaries for various URL visit metrics.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1UrlVisitsSummary"
          }
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1UrlVisitsSummary": {
      "id": "GoogleChromeManagementVersionsV1alpha1UrlVisitsSummary",
      "description": "Summary of URL visits for a given metric.",
      "type": "object",
      "properties": {
        "count": {
          "description": "The count of the URL visits metric.",
          "type": "string",
          "format": "int64"
        },
        "metric": {
          "description": "The type of URL visits metric.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified URL visits metric. Defaults to URL_VISITS_METRIC_TOTAL_SUSPICIOUS_URL_VISITS.",
            "The total number of suspicious URL visits. This is the sum of the high_risk_url_visits, medium_risk_url_visits, and low_risk_url_visits.",
            "The number of suspicious URL visits with high risk.",
            "The number of suspicious URL visits with medium risk.",
            "The number of suspicious URL visits with low risk."
          ],
          "enum": [
            "URL_VISITS_METRIC_UNSPECIFIED",
            "URL_VISITS_METRIC_TOTAL_SUSPICIOUS_URL_VISITS",
            "URL_VISITS_METRIC_HIGH_RISK_URL_VISITS",
            "URL_VISITS_METRIC_MEDIUM_RISK_URL_VISITS",
            "URL_VISITS_METRIC_LOW_RISK_URL_VISITS"
          ]
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1QueryUrlVisitsBreakdownsResponse": {
      "id": "GoogleChromeManagementVersionsV1alpha1QueryUrlVisitsBreakdownsResponse",
      "description": "Response message for QueryUrlVisitsBreakdowns.",
      "type": "object",
      "properties": {
        "urlVisitsBreakdowns": {
          "description": "The URL visit breakdowns from the specified insight.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1UrlVisitsBreakdown"
          }
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1UrlVisitsBreakdown": {
      "id": "GoogleChromeManagementVersionsV1alpha1UrlVisitsBreakdown",
      "description": "A URL visits summary for a given breakdown dimension.",
      "type": "object",
      "properties": {
        "user": {
          "description": "The user that visited the URL.",
          "type": "string"
        },
        "eventDomain": {
          "description": "The event domain of the URL visits.",
          "type": "string"
        },
        "summary": {
          "description": "The summary of URL visits for the breakdown dimension.",
          "$ref": "GoogleChromeManagementVersionsV1alpha1UrlVisitsSummary"
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1MoveThirdPartyProfileUserRequest": {
      "id": "GoogleChromeManagementVersionsV1alpha1MoveThirdPartyProfileUserRequest",
      "description": "Request to MoveThirdPartyProfileUser method.",
      "type": "object",
      "properties": {
        "destinationOrgUnit": {
          "description": "Required. Destination organizational unit where the third party chrome profile user will be moved to.",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1MoveThirdPartyProfileUserResponse": {
      "id": "GoogleChromeManagementVersionsV1alpha1MoveThirdPartyProfileUserResponse",
      "description": "Response for MoveThirdPartyProfileUser method.",
      "type": "object",
      "properties": {
        "thirdPartyProfileUser": {
          "description": "Output only. The moved third party profile user.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1alpha1ThirdPartyProfileUser"
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1ThirdPartyProfileUser": {
      "id": "GoogleChromeManagementVersionsV1alpha1ThirdPartyProfileUser",
      "description": "A representation of non-Google (third party) user that is associated with a managed Chrome profile.",
      "type": "object",
      "properties": {
        "name": {
          "description": "Identifier. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}",
          "type": "string"
        },
        "orgUnitId": {
          "description": "Output only. The ID of the organizational unit assigned to the user.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementVersionsV1SignDataMetadata": {
      "id": "GoogleChromeManagementVersionsV1SignDataMetadata",
      "description": "Metadata for the long-running operation returned by signData.",
      "type": "object",
      "properties": {
        "startTime": {
          "description": "Output only. Start time of the SignData operation.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        }
      }
    },
    "GoogleChromeManagementVersionsV1SignDataResponse": {
      "id": "GoogleChromeManagementVersionsV1SignDataResponse",
      "description": "Response message for requesting a signature from the client that initated a certificate provisioning process.",
      "type": "object",
      "properties": {
        "certificateProvisioningProcess": {
          "description": "Output only. The certificate provisioning process. The signature generated by the client will be available in the `signature` field of `CertificateProvisioningProcess`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1CertificateProvisioningProcess"
        }
      }
    },
    "GoogleChromeManagementVersionsV1CertificateProvisioningProcess": {
      "id": "GoogleChromeManagementVersionsV1CertificateProvisioningProcess",
      "description": "A certificate provisioning process.",
      "type": "object",
      "properties": {
        "genericCaConnection": {
          "description": "Output only. The CA connection is a generic CA connection.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1GenericCaConnection"
        },
        "scepCaConnection": {
          "description": "Output only. The CA connection is a SCEP CA connection.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1ScepCaConnection"
        },
        "genericProfile": {
          "description": "Output only. The profile is a generic certificate provisioning profile.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1GenericProfile"
        },
        "scepProfile": {
          "description": "Output only. The profile is a SCEP certificate provisioning profile.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1ScepProfile"
        },
        "chromeOsDevice": {
          "description": "Output only. The client certificate is being provisioned for a ChromeOS device. This contains information about the device.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1ChromeOsDevice"
        },
        "chromeOsUserSession": {
          "description": "Output only. The client certificate is being provisioned for a ChromeOS user. This contains information about the current user session.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1ChromeOsUserSession"
        },
        "name": {
          "description": "Identifier. Resource name of the `CertificateProvisioningProcess`. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id.",
          "type": "string"
        },
        "provisioningProfileId": {
          "description": "Output only. The ID of the certificate provisioning profile.",
          "readOnly": true,
          "type": "string"
        },
        "subjectPublicKeyInfo": {
          "description": "Output only. The public key for which a certificate should be provisioned. Represented as a DER-encoded X.509 SubjectPublicKeyInfo.",
          "readOnly": true,
          "type": "string",
          "format": "byte"
        },
        "startTime": {
          "description": "Output only. Server-generated timestamp of when the certificate provisioning process has been created.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "signData": {
          "description": "Output only. The data that the client was asked to sign. This field is only present after the `SignData` operation has been initiated.",
          "readOnly": true,
          "type": "string",
          "format": "byte"
        },
        "signatureAlgorithm": {
          "description": "Output only. The signature algorithm that the client and backend components use when processing `sign_data`. If the `profile_type` is a `GenericProfile`, this field will only be present after the `SignData` operation was initiated. If the `profile_type` is a `ScepProfile`, the field will always be present.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "The server-side builds the PKCS#1 DigestInfo and sends a SHA256 hash of it to the client. The client should sign using RSA with PKCS#1 v1.5 padding.",
            "The server-side builds the PKCS#1 DigestInfo and sends it unhashed to the client. The client is responsible for signing and hashing using the P-256 curve."
          ],
          "enum": [
            "SIGNATURE_ALGORITHM_UNSPECIFIED",
            "SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256",
            "SIGNATURE_ALGORITHM_ECDSA_SHA256"
          ]
        },
        "signature": {
          "description": "Output only. The signature of `signature_algorithm`, generated using the client's private key using `signature_algorithm`. This field is only present after the `SignData` operation has finished.",
          "readOnly": true,
          "type": "string",
          "format": "byte"
        },
        "issuedCertificate": {
          "description": "Output only. The issued certificate for this `CertificateProvisioningProcess` in PEM format.",
          "readOnly": true,
          "type": "string"
        },
        "failureMessage": {
          "description": "Output only. A message describing why this `CertificateProvisioningProcess` has failed. Presence of this field indicates that the `CertificateProvisioningProcess` has failed.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementVersionsV1GenericCaConnection": {
      "id": "GoogleChromeManagementVersionsV1GenericCaConnection",
      "description": "Describes a generic Certificate Authority Connection.",
      "type": "object",
      "properties": {
        "caConnectionAdapterConfigReference": {
          "description": "Output only. A string that references the administrator-provided configuration for the certification authority service.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementVersionsV1ScepCaConnection": {
      "id": "GoogleChromeManagementVersionsV1ScepCaConnection",
      "description": "Describes a SCEP Certificate Authority Connection.",
      "type": "object",
      "properties": {
        "caConnectionAdapterConfigReference": {
          "description": "Output only. A string that references the administrator-provided configuration for the certification authority service.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementVersionsV1GenericProfile": {
      "id": "GoogleChromeManagementVersionsV1GenericProfile",
      "description": "Describes a generic certificate provisioning profile.",
      "type": "object",
      "properties": {
        "profileAdapterConfigReference": {
          "description": "Output only. A string that references the administrator-provided configuration for the certificate provisioning profile.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementVersionsV1ScepProfile": {
      "id": "GoogleChromeManagementVersionsV1ScepProfile",
      "description": "Describes a SCEP certificate provisioning profile.",
      "type": "object",
      "properties": {
        "subjectCommonName": {
          "description": "Output only. The common name of the subject.",
          "readOnly": true,
          "type": "string"
        },
        "organization": {
          "description": "Output only. The name of the organization the subject belongs to.",
          "readOnly": true,
          "type": "string"
        },
        "organizationalUnits": {
          "description": "Output only. The organizational units of the subject.",
          "readOnly": true,
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "locality": {
          "description": "Output only. The locality of the subject.",
          "readOnly": true,
          "type": "string"
        },
        "state": {
          "description": "Output only. The state of the subject.",
          "readOnly": true,
          "type": "string"
        },
        "country": {
          "description": "Output only. The country of the subject.",
          "readOnly": true,
          "type": "string"
        },
        "subjectAltNames": {
          "description": "Output only. The subject alternative names.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1SubjectAltName"
          }
        },
        "certificateTemplateName": {
          "description": "Output only. The certificate template name as defined by the admin on their on-prem infrastructure. The Certificate Authority uses this name to identify the certificate template.",
          "readOnly": true,
          "type": "string"
        },
        "keyUsages": {
          "description": "Output only. The allowed key usages for certificate's key.",
          "readOnly": true,
          "type": "array",
          "items": {
            "type": "string",
            "enumDescriptions": [
              "The key usage is unspecified.",
              "The key can be used for signing.",
              "The key can be used for key encipherment."
            ],
            "enum": [
              "KEY_USAGE_UNSPECIFIED",
              "KEY_USAGE_SIGNING",
              "KEY_USAGE_KEY_ENCIPHERMENT"
            ]
          }
        }
      }
    },
    "GoogleChromeManagementVersionsV1SubjectAltName": {
      "id": "GoogleChromeManagementVersionsV1SubjectAltName",
      "description": "Describes a subject alternative name.",
      "type": "object",
      "properties": {
        "type": {
          "description": "Output only. The type of the SubjectAltName extension.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "The subject alternative name type is unspecified.",
            "The subject alternative name type is an email address adhering to RFC822.",
            "The subject alternative name type is a Domain Name System (DNS).",
            "The subject alternative name type is a User Principal Name (UPN).",
            "The subject alternative name type is a Uniform Resource Identifier (URI)."
          ],
          "enum": [
            "SUBJECT_ALT_NAME_TYPE_UNSPECIFIED",
            "RFC822_NAME",
            "DNS_NAME",
            "OTHER_NAME_USER_PRINCIPAL_NAME",
            "UNIFORM_RESOURCE_IDENTIFIER"
          ]
        },
        "value": {
          "description": "Output only. The value of the subject alternative name with respect to the `type`.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementVersionsV1ChromeOsDevice": {
      "id": "GoogleChromeManagementVersionsV1ChromeOsDevice",
      "description": "Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs to.",
      "type": "object",
      "properties": {
        "deviceDirectoryApiId": {
          "description": "Output only. The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab.",
          "readOnly": true,
          "type": "string"
        },
        "serialNumber": {
          "description": "Output only. Device serial number. This value is the same as the Admin Console's Serial Number in the ChromeOS Devices tab.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementVersionsV1ChromeOsUserSession": {
      "id": "GoogleChromeManagementVersionsV1ChromeOsUserSession",
      "description": "Describes the ChromeOS user session that a `CertificateProvisioningProcess` belongs to.",
      "type": "object",
      "properties": {
        "userDirectoryApiId": {
          "description": "Output only. The unique Directory API ID of the user.",
          "readOnly": true,
          "type": "string"
        },
        "userPrimaryEmail": {
          "description": "Output only. The primary e-mail address of the user.",
          "readOnly": true,
          "type": "string"
        },
        "chromeOsDevice": {
          "description": "Output only. This field contains information about the ChromeOS device that the user session is running on. It is only set if the user is affiliated, i.e., if the user is managed by the same organization that manages the ChromeOS device.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1ChromeOsDevice"
        }
      }
    }
  },
  "id": "chromemanagement:v1alpha1",
  "fullyEncodeReservedExpansion": true,
  "servicePath": "",
  "auth": {
    "oauth2": {
      "scopes": {
        "https://www.googleapis.com/auth/chrome.management.profiles": {
          "description": "See, edit, delete, and take other necessary actions on Chrome browser profiles managed by your organization"
        },
        "https://www.googleapis.com/auth/chrome.management.profiles.readonly": {
          "description": "See Chrome browser profiles managed by your organization"
        },
        "https://www.googleapis.com/auth/chrome.management.reports.readonly": {
          "description": "See reports about devices and Chrome browsers managed within your organization"
        },
        "https://www.googleapis.com/auth/chrome.management.telemetry.readonly": {
          "description": "See basic device and telemetry information collected from ChromeOS devices or users managed within your organization"
        }
      }
    }
  },
  "version_module": true,
  "documentationLink": "https://developers.google.com/chrome/management/",
  "protocol": "rest",
  "baseUrl": "https://chromemanagement.googleapis.com/",
  "resources": {
    "customers": {
      "resources": {
        "telemetry": {
          "resources": {
            "devices": {
              "methods": {
                "list": {
                  "id": "chromemanagement.customers.telemetry.devices.list",
                  "path": "v1alpha1/{+parent}/telemetry/devices",
                  "flatPath": "v1alpha1/customers/{customersId}/telemetry/devices",
                  "httpMethod": "GET",
                  "parameters": {
                    "parent": {
                      "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request.",
                      "pattern": "^customers/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    },
                    "filter": {
                      "description": "Optional. Only include resources that match the filter. Requests that don't specify a \"reports_timestamp\" value will default to returning only recent reports. Specify \"reports_timestamp\u003e=0\" to get all report data. Supported filter fields: - org_unit_id - serial_number - device_id - reports_timestamp The \"reports_timestamp\" filter accepts either the Unix Epoch milliseconds format or the RFC3339 UTC \"Zulu\" format with nanosecond resolution and up to nine fractional digits. Both formats should be surrounded by simple double quotes. Examples: \"2014-10-02T15:01:23Z\", \"2014-10-02T15:01:23.045123456Z\", \"1679283943823\".",
                      "location": "query",
                      "type": "string"
                    },
                    "readMask": {
                      "description": "Required. Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - device_id - serial_number - cpu_info - cpu_status_report - memory_info - memory_status_report - network_info - network_diagnostics_report - network_status_report - os_update_status - graphics_info - graphics_status_report - battery_info - battery_status_report - storage_info - storage_status_report - thunderbolt_info - audio_status_report - boot_performance_report - heartbeat_status_report - network_bandwidth_report - peripherals_report - kiosk_app_status_report - app_report - runtime_counters_report ",
                      "location": "query",
                      "type": "string",
                      "format": "google-fieldmask"
                    },
                    "pageSize": {
                      "description": "Maximum number of results to return. Default value is 100. Maximum value is 1000.",
                      "location": "query",
                      "type": "integer",
                      "format": "int32"
                    },
                    "pageToken": {
                      "description": "Token to specify next page in the list.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleChromeManagementV1alpha1ListTelemetryDevicesResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.reports.readonly",
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "description": "List all telemetry devices."
                },
                "get": {
                  "id": "chromemanagement.customers.telemetry.devices.get",
                  "path": "v1alpha1/{+name}",
                  "flatPath": "v1alpha1/customers/{customersId}/telemetry/devices/{devicesId}",
                  "httpMethod": "GET",
                  "parameters": {
                    "name": {
                      "description": "Required. Name of the `TelemetryDevice` to return.",
                      "pattern": "^customers/[^/]+/telemetry/devices/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    },
                    "readMask": {
                      "description": "Required. Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - device_id - serial_number - cpu_info - cpu_status_report - memory_info - memory_status_report - network_info - network_diagnostics_report - network_status_report - os_update_status - graphics_info - graphics_status_report - battery_info - battery_status_report - storage_info - storage_status_report - thunderbolt_info - audio_status_report - boot_performance_report - heartbeat_status_report - network_bandwidth_report - peripherals_report - kiosk_app_status_report - app_report - runtime_counters_report ",
                      "location": "query",
                      "type": "string",
                      "format": "google-fieldmask"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleChromeManagementV1alpha1TelemetryDevice"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.reports.readonly",
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "description": "Get telemetry device."
                }
              }
            },
            "events": {
              "methods": {
                "list": {
                  "id": "chromemanagement.customers.telemetry.events.list",
                  "path": "v1alpha1/{+parent}/telemetry/events",
                  "flatPath": "v1alpha1/customers/{customersId}/telemetry/events",
                  "httpMethod": "GET",
                  "parameters": {
                    "parent": {
                      "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request.",
                      "pattern": "^customers/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    },
                    "filter": {
                      "description": "Optional. Only include resources that match the filter. Although this parameter is currently optional, this parameter will be required- please specify at least 1 event type. Supported filter fields: - device_id - user_id - device_org_unit_id - user_org_unit_id - timestamp - event_type The \"timestamp\" filter accepts either the Unix Epoch milliseconds format or the RFC3339 UTC \"Zulu\" format with nanosecond resolution and up to nine fractional digits. Both formats should be surrounded by simple double quotes. Examples: \"2014-10-02T15:01:23Z\", \"2014-10-02T15:01:23.045123456Z\", \"1679283943823\".",
                      "location": "query",
                      "type": "string"
                    },
                    "readMask": {
                      "description": "Required. Read mask to specify which fields to return. Although currently required, this field will become optional, while the filter parameter with an event type will be come required. Supported read_mask paths are: - device - user - audio_severe_underrun_event - usb_peripherals_event - https_latency_change_event - network_state_change_event - wifi_signal_strength_event - vpn_connection_state_change_event - app_install_event - app_uninstall_event - app_launch_event - os_crash_event - external_displays_event ",
                      "location": "query",
                      "type": "string",
                      "format": "google-fieldmask"
                    },
                    "pageSize": {
                      "description": "Optional. Maximum number of results to return. Default value is 100. Maximum value is 1000.",
                      "location": "query",
                      "type": "integer",
                      "format": "int32"
                    },
                    "pageToken": {
                      "description": "Optional. Token to specify next page in the list.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleChromeManagementV1alpha1ListTelemetryEventsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.reports.readonly",
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "description": "List telemetry events."
                }
              }
            },
            "users": {
              "methods": {
                "list": {
                  "id": "chromemanagement.customers.telemetry.users.list",
                  "path": "v1alpha1/{+parent}/telemetry/users",
                  "flatPath": "v1alpha1/customers/{customersId}/telemetry/users",
                  "httpMethod": "GET",
                  "parameters": {
                    "parent": {
                      "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request.",
                      "pattern": "^customers/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    },
                    "filter": {
                      "description": "Only include resources that match the filter. Supported filter fields: - user_id - user_org_unit_id ",
                      "location": "query",
                      "type": "string"
                    },
                    "readMask": {
                      "description": "Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - user_id - user_email - user_device.device_id - user_device.audio_status_report - user_device.device_activity_report - user_device.network_bandwidth_report - user_device.peripherals_report - user_device.app_report ",
                      "location": "query",
                      "type": "string",
                      "format": "google-fieldmask"
                    },
                    "pageSize": {
                      "description": "Maximum number of results to return. Default value is 100. Maximum value is 1000.",
                      "location": "query",
                      "type": "integer",
                      "format": "int32"
                    },
                    "pageToken": {
                      "description": "Token to specify next page in the list.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleChromeManagementV1alpha1ListTelemetryUsersResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.reports.readonly",
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "description": "List all telemetry users."
                },
                "get": {
                  "id": "chromemanagement.customers.telemetry.users.get",
                  "path": "v1alpha1/{+name}",
                  "flatPath": "v1alpha1/customers/{customersId}/telemetry/users/{usersId}",
                  "httpMethod": "GET",
                  "parameters": {
                    "name": {
                      "description": "Required. Name of the `TelemetryUser` to return.",
                      "pattern": "^customers/[^/]+/telemetry/users/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    },
                    "readMask": {
                      "description": "Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - user_id - user_email - user_device.device_id - user_device.audio_status_report - user_device.device_activity_report - user_device.network_bandwidth_report - user_device.peripherals_report - user_device.app_report ",
                      "location": "query",
                      "type": "string",
                      "format": "google-fieldmask"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleChromeManagementV1alpha1TelemetryUser"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.reports.readonly",
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "description": "Get telemetry user."
                }
              }
            },
            "notificationConfigs": {
              "methods": {
                "list": {
                  "id": "chromemanagement.customers.telemetry.notificationConfigs.list",
                  "path": "v1alpha1/{+parent}/telemetry/notificationConfigs",
                  "flatPath": "v1alpha1/customers/{customersId}/telemetry/notificationConfigs",
                  "httpMethod": "GET",
                  "parameters": {
                    "parent": {
                      "description": "Required. The parent which owns the notification configs.",
                      "pattern": "^customers/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    },
                    "pageSize": {
                      "description": "The maximum number of notification configs to return. The service may return fewer than this value. If unspecified, at most 100 notification configs will be returned. The maximum value is 100; values above 100 will be coerced to 100.",
                      "location": "query",
                      "type": "integer",
                      "format": "int32"
                    },
                    "pageToken": {
                      "description": "A page token, received from a previous `ListTelemetryNotificationConfigs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListTelemetryNotificationConfigs` must match the call that provided the page token.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleChromeManagementV1alpha1ListTelemetryNotificationConfigsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.reports.readonly",
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "description": "List all telemetry notification configs."
                },
                "create": {
                  "id": "chromemanagement.customers.telemetry.notificationConfigs.create",
                  "path": "v1alpha1/{+parent}/telemetry/notificationConfigs",
                  "flatPath": "v1alpha1/customers/{customersId}/telemetry/notificationConfigs",
                  "httpMethod": "POST",
                  "parameters": {
                    "parent": {
                      "description": "Required. The parent resource where this notification config will be created. Format: `customers/{customer}`",
                      "pattern": "^customers/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "request": {
                    "$ref": "GoogleChromeManagementV1alpha1TelemetryNotificationConfig"
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementV1alpha1TelemetryNotificationConfig"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.reports.readonly",
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "description": "Create a telemetry notification config."
                },
                "patch": {
                  "id": "chromemanagement.customers.telemetry.notificationConfigs.patch",
                  "path": "v1alpha1/{+name}",
                  "flatPath": "v1alpha1/customers/{customersId}/telemetry/notificationConfigs/{notificationConfigsId}",
                  "httpMethod": "PATCH",
                  "parameters": {
                    "name": {
                      "description": "Output only. Resource name of the notification configuration.",
                      "pattern": "^customers/[^/]+/telemetry/notificationConfigs/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    },
                    "updateMask": {
                      "description": "The list of fields to update.",
                      "location": "query",
                      "type": "string",
                      "format": "google-fieldmask"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "request": {
                    "$ref": "GoogleChromeManagementV1alpha1TelemetryNotificationConfig"
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementV1alpha1TelemetryNotificationConfig"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.reports.readonly",
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "description": "Update a telemetry notification config."
                },
                "delete": {
                  "id": "chromemanagement.customers.telemetry.notificationConfigs.delete",
                  "path": "v1alpha1/{+name}",
                  "flatPath": "v1alpha1/customers/{customersId}/telemetry/notificationConfigs/{notificationConfigsId}",
                  "httpMethod": "DELETE",
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the notification config to delete. Format: `customers/{customer}/telemetry/notificationConfigs/{notification_config}`",
                      "pattern": "^customers/[^/]+/telemetry/notificationConfigs/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleProtobufEmpty"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.reports.readonly",
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "description": "Delete a telemetry notification config."
                }
              }
            }
          }
        },
        "profiles": {
          "methods": {
            "get": {
              "id": "chromemanagement.customers.profiles.get",
              "path": "v1alpha1/{+name}",
              "flatPath": "v1alpha1/customers/{customersId}/profiles/{profilesId}",
              "httpMethod": "GET",
              "parameters": {
                "name": {
                  "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}",
                  "pattern": "^customers/[^/]+/profiles/[^/]+$",
                  "location": "path",
                  "required": true,
                  "type": "string"
                }
              },
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfile"
              },
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.profiles",
                "https://www.googleapis.com/auth/chrome.management.profiles.readonly"
              ],
              "description": "Gets a Chrome browser profile with customer ID and profile permanent ID."
            },
            "list": {
              "id": "chromemanagement.customers.profiles.list",
              "path": "v1alpha1/{+parent}/profiles",
              "flatPath": "v1alpha1/customers/{customersId}/profiles",
              "httpMethod": "GET",
              "parameters": {
                "parent": {
                  "description": "Required. Format: customers/{customer_id}",
                  "pattern": "^customers/[^/]+$",
                  "location": "path",
                  "required": true,
                  "type": "string"
                },
                "pageSize": {
                  "description": "Optional. The maximum number of profiles to return. The default page size is 100 if page_size is unspecified, and the maximum page size allowed is 200.",
                  "location": "query",
                  "type": "integer",
                  "format": "int32"
                },
                "pageToken": {
                  "description": "Optional. The page token used to retrieve a specific page of the listing request.",
                  "location": "query",
                  "type": "string"
                },
                "filter": {
                  "description": "Optional. The filter used to filter profiles. The following fields can be used in the filter: - profile_id - display_name - user_email - last_activity_time - last_policy_sync_time - last_status_report_time - first_enrollment_time - os_platform_type - os_version - browser_version - browser_channel - policy_count - extension_count - identity_provider - affiliation_state - os_platform_version - ouId Any of the above fields can be used to specify a filter, and filtering by multiple fields is supported with AND operator. String type fields and enum type fields support '=' and '!=' operators. The integer type and the timestamp type fields support '=', '!=', '\u003c', '\u003e', '\u003c=' and '\u003e=' operators. Timestamps expect an RFC-3339 formatted string (e.g. 2012-04-21T11:30:00-04:00). Wildcard '*' can be used with a string type field filter. In addition, string literal filtering is also supported, for example, 'ABC' as a filter maps to a filter that checks if any of the filterable string type fields contains 'ABC'. Organization unit number can be used as a filtering criteria here by specifying 'ouId = ${your_org_unit_id}', please note that only single OU ID matching is supported.",
                  "location": "query",
                  "type": "string"
                },
                "orderBy": {
                  "description": "Optional. The fields used to specify the ordering of the results. The supported fields are: - profile_id - display_name - user_email - last_activity_time - last_policy_sync_time - last_status_report_time - first_enrollment_time - os_platform_type - os_version - browser_version - browser_channel - policy_count - extension_count - identity_provider - affiliation_state - os_platform_version By default, sorting is in ascending order, to specify descending order for a field, a suffix \" desc\" should be added to the field name. The default ordering is the descending order of last_status_report_time.",
                  "location": "query",
                  "type": "string"
                }
              },
              "parameterOrder": [
                "parent"
              ],
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1alpha1ListChromeBrowserProfilesResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.profiles",
                "https://www.googleapis.com/auth/chrome.management.profiles.readonly"
              ],
              "description": "Lists Chrome browser profiles of a customer based on the given search and sorting criteria."
            },
            "delete": {
              "id": "chromemanagement.customers.profiles.delete",
              "path": "v1alpha1/{+name}",
              "flatPath": "v1alpha1/customers/{customersId}/profiles/{profilesId}",
              "httpMethod": "DELETE",
              "parameters": {
                "name": {
                  "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}",
                  "pattern": "^customers/[^/]+/profiles/[^/]+$",
                  "location": "path",
                  "required": true,
                  "type": "string"
                }
              },
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "GoogleProtobufEmpty"
              },
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.profiles"
              ],
              "description": "Deletes the data collected from a Chrome browser profile."
            }
          },
          "resources": {
            "commands": {
              "methods": {
                "create": {
                  "id": "chromemanagement.customers.profiles.commands.create",
                  "path": "v1alpha1/{+parent}/commands",
                  "flatPath": "v1alpha1/customers/{customersId}/profiles/{profilesId}/commands",
                  "httpMethod": "POST",
                  "parameters": {
                    "parent": {
                      "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}",
                      "pattern": "^customers/[^/]+/profiles/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "request": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfileCommand"
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfileCommand"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.profiles"
                  ],
                  "description": "Creates a Chrome browser profile remote command."
                },
                "get": {
                  "id": "chromemanagement.customers.profiles.commands.get",
                  "path": "v1alpha1/{+name}",
                  "flatPath": "v1alpha1/customers/{customersId}/profiles/{profilesId}/commands/{commandsId}",
                  "httpMethod": "GET",
                  "parameters": {
                    "name": {
                      "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}/commands/{command_id}",
                      "pattern": "^customers/[^/]+/profiles/[^/]+/commands/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfileCommand"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.profiles",
                    "https://www.googleapis.com/auth/chrome.management.profiles.readonly"
                  ],
                  "description": "Gets a Chrome browser profile remote command."
                },
                "list": {
                  "id": "chromemanagement.customers.profiles.commands.list",
                  "path": "v1alpha1/{+parent}/commands",
                  "flatPath": "v1alpha1/customers/{customersId}/profiles/{profilesId}/commands",
                  "httpMethod": "GET",
                  "parameters": {
                    "parent": {
                      "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}",
                      "pattern": "^customers/[^/]+/profiles/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    },
                    "pageSize": {
                      "description": "Optional. The maximum number of commands to return. The default page size is 100 if page_size is unspecified, and the maximum page size allowed is 100.",
                      "location": "query",
                      "type": "integer",
                      "format": "int32"
                    },
                    "pageToken": {
                      "description": "Optional. The page token used to retrieve a specific page of the listing request.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1ListChromeBrowserProfileCommandsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.profiles",
                    "https://www.googleapis.com/auth/chrome.management.profiles.readonly"
                  ],
                  "description": "Lists remote commands of a Chrome browser profile."
                }
              }
            }
          }
        },
        "enterprise": {
          "resources": {
            "securityInsights": {
              "methods": {
                "enable": {
                  "id": "chromemanagement.customers.enterprise.securityInsights.enable",
                  "path": "v1alpha1/{+customer}/enterprise/securityInsights:enable",
                  "flatPath": "v1alpha1/customers/{customersId}/enterprise/securityInsights:enable",
                  "httpMethod": "POST",
                  "parameters": {
                    "customer": {
                      "description": "Required. The customer to enable insights for. Format: customers/{customer}",
                      "pattern": "^customers/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "customer"
                  ],
                  "request": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1EnableInsightsRequest"
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1EnableInsightsResponse"
                  },
                  "description": "Enables insights for the customer and sets up required chrome connectors."
                },
                "checkEnablementStatus": {
                  "id": "chromemanagement.customers.enterprise.securityInsights.checkEnablementStatus",
                  "path": "v1alpha1/{+customer}/enterprise/securityInsights:checkEnablementStatus",
                  "flatPath": "v1alpha1/customers/{customersId}/enterprise/securityInsights:checkEnablementStatus",
                  "httpMethod": "GET",
                  "parameters": {
                    "customer": {
                      "description": "Required. The customer to check the enablement status for. Format: customers/{customer_id}",
                      "pattern": "^customers/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "customer"
                  ],
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1CheckEnablementStatusResponse"
                  },
                  "description": "Gets the setting state of the insights feature for the customer."
                },
                "disable": {
                  "id": "chromemanagement.customers.enterprise.securityInsights.disable",
                  "path": "v1alpha1/{+customer}/enterprise/securityInsights:disable",
                  "flatPath": "v1alpha1/customers/{customersId}/enterprise/securityInsights:disable",
                  "httpMethod": "POST",
                  "parameters": {
                    "customer": {
                      "description": "Required. The customer to disable insights for. Format: customers/{customer}",
                      "pattern": "^customers/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "customer"
                  ],
                  "request": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1DisableInsightsRequest"
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1DisableInsightsResponse"
                  },
                  "description": "Disables insights for the customer."
                },
                "queryContentTransfers": {
                  "id": "chromemanagement.customers.enterprise.securityInsights.queryContentTransfers",
                  "path": "v1alpha1/{+customer}/enterprise/securityInsights:queryContentTransfers",
                  "flatPath": "v1alpha1/customers/{customersId}/enterprise/securityInsights:queryContentTransfers",
                  "httpMethod": "GET",
                  "parameters": {
                    "customer": {
                      "description": "Required. The customer ID in the format \"customers/{customer_id}\".",
                      "pattern": "^customers/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    },
                    "filter": {
                      "description": "Optional. The filter to apply to the request. For syntax, see AIP-160. Data is not available for events older than 180 days, and may be unavailable or inaccurate for time ranges less than 4 hours. If `event_time` is not specified, results will be returned for the last 30 days. Supported fields for filtering: - `event_time` Supported operators: - `\u003e=` and `\u003c=` for `event_time` Supported conjunctions: - `AND` Example: `event_time \u003e= \"2024-01-01T00:00:00Z\" AND event_time \u003c= \"2024-01-02T00:00:00Z\"`",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "customer"
                  ],
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1QueryContentTransfersResponse"
                  },
                  "description": "Returns a high-level summary of content transfers for a given customer."
                },
                "queryContentTransfersBreakdowns": {
                  "id": "chromemanagement.customers.enterprise.securityInsights.queryContentTransfersBreakdowns",
                  "path": "v1alpha1/{+customer}/enterprise/securityInsights:queryContentTransfersBreakdowns",
                  "flatPath": "v1alpha1/customers/{customersId}/enterprise/securityInsights:queryContentTransfersBreakdowns",
                  "httpMethod": "GET",
                  "parameters": {
                    "customer": {
                      "description": "Required. The customer ID in the format \"customers/{customer_id}\".",
                      "pattern": "^customers/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    },
                    "pageSize": {
                      "description": "Optional. The maximum number of breakdowns to return. The service may return fewer than this value. If unspecified, at most 50 breakdowns will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "location": "query",
                      "type": "integer",
                      "format": "int32"
                    },
                    "pageToken": {
                      "description": "Optional. A page token, received from a previous `QueryContentTransfersBreakdowns` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryContentTransfersBreakdowns` must match the call that provided the page token.",
                      "location": "query",
                      "type": "string"
                    },
                    "filter": {
                      "description": "Optional. The filter to apply to the request. For syntax, see AIP-160. Data is not available for events older than 180 days or more recent than 48 hours ago. If `event_time` is not specified, results will end 48 hours ago. Supported fields for filtering: - `user` - `event_domain` - `content_category` - `event_time` Filtering by `user` or `event_domain` requires the `breakdown` dimension to be set to the corresponding value (e.g., you must set `breakdown = USER` to filter by `user`). Supported operators: - `=` for `user`, `event_domain`, and `content_category`. - `\u003c=` for `event_time`. Supported conjunctions: - `AND` Example: `user = \"testuser\" AND event_time \u003c= \"2024-01-02T00:00:00Z\"`",
                      "location": "query",
                      "type": "string"
                    },
                    "metric": {
                      "description": "Optional. The metric to return the breakdowns for. Defaults to CONTENT_TRANSFERS_METRIC_TOTAL_TRANSFERS.",
                      "location": "query",
                      "type": "string",
                      "enumDescriptions": [
                        "Unspecified content transfers metric. Defaults to CONTENT_TRANSFERS_METRIC_TOTAL_TRANSFERS.",
                        "The total number of content transfers (sensitive and non-sensitive). This is the sum of the total_uploads, total_downloads, and total_prints.",
                        "The total number of content uploads (sensitive and non-sensitive).",
                        "The total number of content downloads (sensitive and non-sensitive).",
                        "The total number of content prints (sensitive and non-sensitive).",
                        "The total number of sensitive content transfers. This is the sum of the sensitive_uploads, sensitive_downloads, and sensitive_prints.",
                        "The number of sensitive content uploads.",
                        "The number of sensitive content downloads.",
                        "The number of sensitive content prints."
                      ],
                      "enum": [
                        "CONTENT_TRANSFERS_METRIC_UNSPECIFIED",
                        "CONTENT_TRANSFERS_METRIC_TOTAL_TRANSFERS",
                        "CONTENT_TRANSFERS_METRIC_TOTAL_UPLOADS",
                        "CONTENT_TRANSFERS_METRIC_TOTAL_DOWNLOADS",
                        "CONTENT_TRANSFERS_METRIC_TOTAL_PRINTS",
                        "CONTENT_TRANSFERS_METRIC_TOTAL_SENSITIVE_TRANSFERS",
                        "CONTENT_TRANSFERS_METRIC_SENSITIVE_UPLOADS",
                        "CONTENT_TRANSFERS_METRIC_SENSITIVE_DOWNLOADS",
                        "CONTENT_TRANSFERS_METRIC_SENSITIVE_PRINTS"
                      ]
                    },
                    "breakdown": {
                      "description": "Optional. The dimension to break down the content transfers by. Defaults to USER.",
                      "location": "query",
                      "type": "string",
                      "enumDescriptions": [
                        "Unspecified breakdown dimension. Defaults to USER.",
                        "Breakdown by user.",
                        "Breakdown by event domain.",
                        "Breakdown by content category."
                      ],
                      "enum": [
                        "CONTENT_TRANSFERS_BREAKDOWN_DIMENSION_UNSPECIFIED",
                        "USER",
                        "EVENT_DOMAIN",
                        "CONTENT_CATEGORY"
                      ]
                    },
                    "fixedTimeRange": {
                      "description": "Optional. The fixed time range to return the breakdowns for. Defaults to FIXED_TIME_RANGE_FOUR_WEEKS. Fixed time ranges are used to allow for precomputation and optimize response times.",
                      "location": "query",
                      "type": "string",
                      "enumDescriptions": [
                        "Unspecified fixed time range. Defaults to FIXED_TIME_RANGE_FOUR_WEEKS.",
                        "Four hours.",
                        "One day.",
                        "One week.",
                        "Four weeks."
                      ],
                      "enum": [
                        "FIXED_TIME_RANGE_UNSPECIFIED",
                        "FIXED_TIME_RANGE_FOUR_HOURS",
                        "FIXED_TIME_RANGE_ONE_DAY",
                        "FIXED_TIME_RANGE_ONE_WEEK",
                        "FIXED_TIME_RANGE_FOUR_WEEKS"
                      ]
                    }
                  },
                  "parameterOrder": [
                    "customer"
                  ],
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1QueryContentTransfersBreakdownsResponse"
                  },
                  "description": "Returns summaries of content transfers for a given metric and breakdown dimension."
                },
                "queryUrlVisits": {
                  "id": "chromemanagement.customers.enterprise.securityInsights.queryUrlVisits",
                  "path": "v1alpha1/{+customer}/enterprise/securityInsights:queryUrlVisits",
                  "flatPath": "v1alpha1/customers/{customersId}/enterprise/securityInsights:queryUrlVisits",
                  "httpMethod": "GET",
                  "parameters": {
                    "customer": {
                      "description": "Required. The customer ID in the format \"customers/{customer_id}\".",
                      "pattern": "^customers/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    },
                    "filter": {
                      "description": "Optional. The filter to apply to the request. For syntax, see AIP-160. Data is not available for events older than 180 days, and may be unavailable or inaccurate for time ranges less than 4 hours. If `event_time` is not specified, results will be returned for the last 30 days. Supported fields for filtering: - `event_time` Supported operators: - `\u003e=` and `\u003c=` for `event_time` Supported conjunctions: - `AND` Example: `event_time \u003e= \"2024-01-01T00:00:00Z\" AND event_time \u003c= \"2024-01-02T00:00:00Z\"`",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "customer"
                  ],
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1QueryUrlVisitsResponse"
                  },
                  "description": "Returns a high-level summary of URL visits for a given customer."
                },
                "queryUrlVisitsBreakdowns": {
                  "id": "chromemanagement.customers.enterprise.securityInsights.queryUrlVisitsBreakdowns",
                  "path": "v1alpha1/{+customer}/enterprise/securityInsights:queryUrlVisitsBreakdowns",
                  "flatPath": "v1alpha1/customers/{customersId}/enterprise/securityInsights:queryUrlVisitsBreakdowns",
                  "httpMethod": "GET",
                  "parameters": {
                    "customer": {
                      "description": "Required. The customer ID in the format \"customers/{customer_id}\".",
                      "pattern": "^customers/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    },
                    "pageSize": {
                      "description": "Optional. The maximum number of breakdowns to return. The service may return fewer than this value. If unspecified, at most 50 breakdowns will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "location": "query",
                      "type": "integer",
                      "format": "int32"
                    },
                    "pageToken": {
                      "description": "Optional. A page token, received from a previous `QueryUrlVisitsBreakdowns` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryUrlVisitsBreakdowns` must match the call that provided the page token.",
                      "location": "query",
                      "type": "string"
                    },
                    "filter": {
                      "description": "Optional. The filter to apply to the request. For syntax, see AIP-160. Data is not available for events older than 180 days or more recent than 48 hours ago. If `event_time` is not specified, results will end 48 hours ago. Supported fields for filtering: - `user` - `event_domain` - `event_time` Filtering by `user` or `event_domain` requires the `breakdown` dimension to be set to the corresponding value (e.g., you must set `breakdown = USER` to filter by `user`). Supported operators: - `=` for `user` and `event_domain`. - `\u003c=` for `event_time`. Supported conjunctions: - `AND` Example: `user = \"testuser\" AND event_time \u003c= \"2024-01-02T00:00:00Z\"`",
                      "location": "query",
                      "type": "string"
                    },
                    "metric": {
                      "description": "Optional. The metric to return the breakdowns for. Defaults to URL_VISITS_METRIC_TOTAL_SUSPICIOUS_URL_VISITS.",
                      "location": "query",
                      "type": "string",
                      "enumDescriptions": [
                        "Unspecified URL visits metric. Defaults to URL_VISITS_METRIC_TOTAL_SUSPICIOUS_URL_VISITS.",
                        "The total number of suspicious URL visits. This is the sum of the high_risk_url_visits, medium_risk_url_visits, and low_risk_url_visits.",
                        "The number of suspicious URL visits with high risk.",
                        "The number of suspicious URL visits with medium risk.",
                        "The number of suspicious URL visits with low risk."
                      ],
                      "enum": [
                        "URL_VISITS_METRIC_UNSPECIFIED",
                        "URL_VISITS_METRIC_TOTAL_SUSPICIOUS_URL_VISITS",
                        "URL_VISITS_METRIC_HIGH_RISK_URL_VISITS",
                        "URL_VISITS_METRIC_MEDIUM_RISK_URL_VISITS",
                        "URL_VISITS_METRIC_LOW_RISK_URL_VISITS"
                      ]
                    },
                    "breakdown": {
                      "description": "Optional. The dimension to break down the URL visits by. Defaults to USER.",
                      "location": "query",
                      "type": "string",
                      "enumDescriptions": [
                        "Unspecified breakdown dimension. Defaults to USER.",
                        "Breakdown by user.",
                        "Breakdown by event domain."
                      ],
                      "enum": [
                        "URL_VISITS_BREAKDOWN_DIMENSION_UNSPECIFIED",
                        "USER",
                        "EVENT_DOMAIN"
                      ]
                    },
                    "fixedTimeRange": {
                      "description": "Optional. The fixed time range to return the breakdowns for. Defaults to FIXED_TIME_RANGE_FOUR_WEEKS. Fixed time ranges are used to allow for precomputation and optimize response times.",
                      "location": "query",
                      "type": "string",
                      "enumDescriptions": [
                        "Unspecified fixed time range. Defaults to FIXED_TIME_RANGE_FOUR_WEEKS.",
                        "Four hours.",
                        "One day.",
                        "One week.",
                        "Four weeks."
                      ],
                      "enum": [
                        "FIXED_TIME_RANGE_UNSPECIFIED",
                        "FIXED_TIME_RANGE_FOUR_HOURS",
                        "FIXED_TIME_RANGE_ONE_DAY",
                        "FIXED_TIME_RANGE_ONE_WEEK",
                        "FIXED_TIME_RANGE_FOUR_WEEKS"
                      ]
                    }
                  },
                  "parameterOrder": [
                    "customer"
                  ],
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1QueryUrlVisitsBreakdownsResponse"
                  },
                  "description": "Returns summaries of URL visits for a given metric and breakdown dimension."
                }
              }
            }
          }
        },
        "thirdPartyProfileUsers": {
          "methods": {
            "move": {
              "id": "chromemanagement.customers.thirdPartyProfileUsers.move",
              "path": "v1alpha1/{+name}:move",
              "flatPath": "v1alpha1/customers/{customersId}/thirdPartyProfileUsers/{thirdPartyProfileUsersId}:move",
              "httpMethod": "POST",
              "parameters": {
                "name": {
                  "description": "Required. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}",
                  "pattern": "^customers/[^/]+/thirdPartyProfileUsers/[^/]+$",
                  "location": "path",
                  "required": true,
                  "type": "string"
                }
              },
              "parameterOrder": [
                "name"
              ],
              "request": {
                "$ref": "GoogleChromeManagementVersionsV1alpha1MoveThirdPartyProfileUserRequest"
              },
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1alpha1MoveThirdPartyProfileUserResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.profiles"
              ],
              "description": "Moves a third party chrome profile user to a destination OU. All profiles associated to that user will be moved to the destination OU."
            }
          }
        }
      }
    }
  },
  "kind": "discovery#restDescription",
  "batchPath": "batch",
  "version": "v1alpha1",
  "description": "The Chrome Management API is a suite of services that allows Chrome administrators to view, manage and gain insights on their Chrome OS and Chrome Browser devices.",
  "rootUrl": "https://chromemanagement.googleapis.com/",
  "name": "chromemanagement",
  "revision": "20260528"
}
