{
  "discoveryVersion": "v1",
  "auth": {
    "oauth2": {
      "scopes": {
        "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"
        },
        "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.securityinsights": {
          "description": "Turn Chrome Security Insights on and off and view the data it generates"
        },
        "https://www.googleapis.com/auth/chrome.management.securityinsights.readonly": {
          "description": "See Chrome Security Insights reports"
        }
      }
    }
  },
  "title": "Chrome Management API",
  "ownerDomain": "google.com",
  "baseUrl": "https://chromemanagement.googleapis.com/",
  "mtlsRootUrl": "https://chromemanagement.mtls.googleapis.com/",
  "fullyEncodeReservedExpansion": true,
  "kind": "discovery#restDescription",
  "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.",
  "documentationLink": "https://developers.google.com/chrome/management/",
  "version_module": true,
  "name": "chromemanagement",
  "ownerName": "Google",
  "id": "chromemanagement:v1alpha1",
  "version": "v1alpha1",
  "schemas": {
    "GoogleChromeManagementVersionsV1alpha1ReportingDataPolicyData": {
      "properties": {
        "error": {
          "description": "Output only. Error message of the policy, if any.",
          "readOnly": true,
          "type": "string"
        },
        "conflicts": {
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1ReportingDataConflictingPolicyData"
          },
          "description": "Output only. Conflicting policy information."
        },
        "source": {
          "description": "Output only. Source of the policy.",
          "enum": [
            "POLICY_SOURCE_UNSPECIFIED",
            "MACHINE_PLATFORM",
            "USER_PLATFORM",
            "MACHINE_LEVEL_USER_CLOUD",
            "USER_CLOUD",
            "MACHINE_MERGED"
          ],
          "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."
          ]
        },
        "name": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Name of the policy."
        },
        "value": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Value of the policy."
        }
      },
      "description": "Information of a policy applied on a Chrome browser profile.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1alpha1ReportingDataPolicyData"
    },
    "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",
      "properties": {
        "httpsLatencyRoutineData": {
          "description": "HTTPS latency routine data that triggered the event.",
          "$ref": "GoogleChromeManagementV1alpha1HttpsLatencyRoutineData"
        },
        "httpsLatencyState": {
          "type": "string",
          "enumDescriptions": [
            "HTTPS latency state is unspecified.",
            "HTTPS latency recovered from a problem.",
            "HTTPS latency problem."
          ],
          "enum": [
            "HTTPS_LATENCY_STATE_UNSPECIFIED",
            "RECOVERY",
            "PROBLEM"
          ],
          "description": "Current HTTPS latency state."
        }
      },
      "id": "GoogleChromeManagementV1alpha1TelemetryHttpsLatencyChangeEvent",
      "type": "object"
    },
    "GoogleChromeManagementV1alpha1UserSessionActivityReport": {
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1UserSessionActivityReport",
      "properties": {
        "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"
        },
        "sessionStartReason": {
          "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"
          ],
          "description": "The reason for the session start."
        },
        "reportTime": {
          "type": "string",
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. Timestamp when the report was collected."
        },
        "activeDuration": {
          "format": "google-duration",
          "description": "The active time of the session.",
          "type": "string"
        },
        "sessionStartTime": {
          "type": "string",
          "description": "The timestamp of the session start.",
          "format": "google-datetime"
        },
        "sessionLength": {
          "description": "The length of the session including active and idle time.",
          "format": "google-duration",
          "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"
          ]
        },
        "sessionEndReason": {
          "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"
          ],
          "description": "The reason for the session end. We will not return sessions that have not ended."
        },
        "sessionEndTime": {
          "type": "string",
          "description": "The timestamp of the session end.",
          "format": "google-datetime"
        }
      },
      "description": "User session activity report."
    },
    "GoogleChromeManagementV1alpha1NetworkInfo": {
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1NetworkInfo",
      "properties": {
        "networkDevices": {
          "description": "Output only. List of network devices.",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1NetworkDevice"
          }
        }
      },
      "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"
    },
    "GoogleChromeManagementV1alpha1AudioStatusReport": {
      "properties": {
        "outputVolume": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Active output device's volume in [0, 100].",
          "format": "int32"
        },
        "outputDevice": {
          "description": "Output only. Active output device's name.",
          "readOnly": true,
          "type": "string"
        },
        "reportTime": {
          "description": "Output only. Timestamp of when the sample was collected on device.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "inputDevice": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Active input device's name."
        },
        "inputGain": {
          "type": "integer",
          "readOnly": true,
          "format": "int32",
          "description": "Output only. Active input device's gain in [0, 100]."
        },
        "outputMute": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Is active output device mute or not."
        },
        "inputMute": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Is active input device mute or not."
        }
      },
      "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",
      "id": "GoogleChromeManagementV1alpha1AudioStatusReport"
    },
    "GoogleChromeManagementV1alpha1PeripheralsReport": {
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1PeripheralsReport",
      "properties": {
        "reportTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Timestamp of when the report was collected.",
          "format": "google-datetime"
        },
        "usbPeripheralReport": {
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1UsbPeripheralReport"
          },
          "type": "array",
          "description": "Reports of all usb connected devices."
        }
      },
      "description": "Peripherals report. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT"
    },
    "GoogleChromeManagementVersionsV1alpha1ReportingDataExtensionPolicyData": {
      "description": "Information of the policies applied on an extension.",
      "properties": {
        "extensionId": {
          "description": "Output only. ID of the extension.",
          "readOnly": true,
          "type": "string"
        },
        "extensionName": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Name of the extension."
        },
        "policyData": {
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1ReportingDataPolicyData"
          },
          "type": "array",
          "description": "Output only. Information of the policies applied on the extension."
        }
      },
      "id": "GoogleChromeManagementVersionsV1alpha1ReportingDataExtensionPolicyData",
      "type": "object"
    },
    "GoogleChromeManagementV1alpha1HeartbeatStatusReport": {
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1HeartbeatStatusReport",
      "properties": {
        "reportTime": {
          "description": "Timestamp of when status changed was detected",
          "format": "google-datetime",
          "type": "string"
        },
        "state": {
          "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"
          ],
          "description": "State the device changed to"
        }
      },
      "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"
    },
    "GoogleChromeManagementVersionsV1alpha1ContentTransfersBreakdown": {
      "properties": {
        "user": {
          "type": "string",
          "description": "The user that transferred the content."
        },
        "contentCategory": {
          "description": "The content category of the content transfers.",
          "type": "string"
        },
        "summary": {
          "description": "The summary of content transfers for the breakdown dimension.",
          "$ref": "GoogleChromeManagementVersionsV1alpha1ContentTransfersSummary"
        },
        "eventDomain": {
          "type": "string",
          "description": "The event domain of the content transfers."
        }
      },
      "description": "A content transfers summary for a given breakdown dimension.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1alpha1ContentTransfersBreakdown"
    },
    "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",
      "properties": {
        "eprivacySupported": {
          "description": "Output only. Is ePrivacy screen supported or not.",
          "type": "boolean",
          "readOnly": true
        },
        "adapterInfo": {
          "readOnly": true,
          "description": "Output only. Information about the graphics adapter (GPU).",
          "$ref": "GoogleChromeManagementV1alpha1GraphicsAdapterInfo"
        },
        "displayDevices": {
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1DisplayDevice"
          },
          "type": "array",
          "description": "Output only. Information about the display(s) of the device."
        },
        "touchScreenInfo": {
          "description": "Output only. Information about the internal touch screen(s) of the device.",
          "$ref": "GoogleChromeManagementV1alpha1TouchScreenInfo",
          "readOnly": true
        }
      },
      "id": "GoogleChromeManagementV1alpha1GraphicsInfo",
      "type": "object"
    },
    "GoogleChromeManagementV1alpha1CpuInfo": {
      "id": "GoogleChromeManagementV1alpha1CpuInfo",
      "type": "object",
      "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",
      "properties": {
        "model": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The CPU model name. Example: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz"
        },
        "maxClockSpeed": {
          "format": "int32",
          "description": "Output only. The max CPU clock speed in kHz.",
          "type": "integer",
          "readOnly": true
        },
        "keylockerSupported": {
          "type": "boolean",
          "readOnly": true,
          "description": "Output only. Whether keylocker is supported."
        },
        "keylockerConfigured": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Whether keylocker is configured.`TRUE` = Enabled; `FALSE` = disabled. Only reported if keylockerSupported = `TRUE`."
        },
        "architecture": {
          "description": "Output only. The CPU architecture.",
          "enum": [
            "ARCHITECTURE_UNSPECIFIED",
            "X64"
          ],
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Architecture unknown.",
            "x64 architecture"
          ]
        }
      }
    },
    "GoogleChromeManagementVersionsV1SubjectAltName": {
      "properties": {
        "type": {
          "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)."
          ],
          "description": "Output only. The type of the SubjectAltName extension.",
          "enum": [
            "SUBJECT_ALT_NAME_TYPE_UNSPECIFIED",
            "RFC822_NAME",
            "DNS_NAME",
            "OTHER_NAME_USER_PRINCIPAL_NAME",
            "UNIFORM_RESOURCE_IDENTIFIER"
          ]
        },
        "value": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The value of the subject alternative name with respect to the `type`."
        }
      },
      "description": "Describes a subject alternative name.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1SubjectAltName"
    },
    "GoogleChromeManagementV1alpha1NetworkBandwidthReport": {
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1NetworkBandwidthReport",
      "properties": {
        "downloadSpeedKbps": {
          "format": "int64",
          "description": "Output only. Download speed in kilobits per second.",
          "type": "string",
          "readOnly": true
        },
        "reportTime": {
          "description": "Output only. Timestamp of when the report was collected.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        }
      },
      "description": "Network bandwidth report. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT"
    },
    "GoogleChromeManagementV1alpha1TelemetryEvent": {
      "description": "Telemetry data reported by a managed device. Granular Permission needed: TELEMETRY_API_DEVICE",
      "properties": {
        "user": {
          "description": "Output only. Information about the user associated with the event.",
          "$ref": "GoogleChromeManagementV1alpha1TelemetryUserInfo",
          "readOnly": true
        },
        "networkStateChangeEvent": {
          "description": "Output only. Payload for network connection state change event. Present only when `event_type` is `NETWORK_STATE_CHANGE`.",
          "$ref": "GoogleChromeManagementV1alpha1TelemetryNetworkConnectionStateChangeEvent",
          "readOnly": true
        },
        "name": {
          "description": "Output only. Resource name of the event.",
          "readOnly": true,
          "type": "string"
        },
        "device": {
          "readOnly": true,
          "description": "Output only. Information about the device associated with the event.",
          "$ref": "GoogleChromeManagementV1alpha1TelemetryDeviceInfo"
        },
        "reportTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "Timestamp that represents when the event was reported."
        },
        "usbPeripheralsEvent": {
          "readOnly": true,
          "description": "Output only. Payload for usb peripherals event. Present only when the `event_type` field is either `USB_ADDED` or `USB_REMOVED`.",
          "$ref": "GoogleChromeManagementV1alpha1TelemetryUsbPeripheralsEvent"
        },
        "appUninstallEvent": {
          "readOnly": true,
          "description": "Output only. Payload for app uninstall event. Present only when `event_type` is `APP_UNINSTALLED`.",
          "$ref": "GoogleChromeManagementV1alpha1TelemetryAppUninstallEvent"
        },
        "audioSevereUnderrunEvent": {
          "readOnly": true,
          "description": "Output only. Payload for audio severe underrun event. Present only when the `event_type` field is `AUDIO_SEVERE_UNDERRUN`.",
          "$ref": "GoogleChromeManagementV1alpha1TelemetryAudioSevereUnderrunEvent"
        },
        "appLaunchEvent": {
          "readOnly": true,
          "description": "Output only. Payload for app launch event.Present only when `event_type` is `APP_LAUNCHED`.",
          "$ref": "GoogleChromeManagementV1alpha1TelemetryAppLaunchEvent"
        },
        "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`.",
          "$ref": "GoogleChromeManagementV1alpha1TelemetryNetworkSignalStrengthEvent",
          "readOnly": true
        },
        "httpsLatencyChangeEvent": {
          "readOnly": true,
          "description": "Output only. Payload for HTTPS latency change event. Present only when `event_type` is `NETWORK_HTTPS_LATENCY_CHANGE`.",
          "$ref": "GoogleChromeManagementV1alpha1TelemetryHttpsLatencyChangeEvent"
        },
        "osCrashEvent": {
          "description": "Output only. Payload for OS crash event. Present only when `event_type` is `OS_CRASH`.",
          "$ref": "GoogleChromeManagementV1alpha1TelemetryOsCrashEvent",
          "readOnly": true
        },
        "externalDisplaysEvent": {
          "description": "Output only. Payload for external display connected/disconnected event. Present only when `event_type` is `EXTERNAL_DISPLAY_CONNECTED` or `EXTERNAL_DISPLAY_DISCONNECTED`.",
          "$ref": "GoogleChromeManagementV1alpha1TelemetryExternalDisplayEvent",
          "readOnly": true
        },
        "eventType": {
          "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"
          ],
          "description": "The event type of the current event."
        },
        "appInstallEvent": {
          "readOnly": true,
          "description": "Output only. Payload for app install event. Present only when `event_type` is `APP_INSTALLED`.",
          "$ref": "GoogleChromeManagementV1alpha1TelemetryAppInstallEvent"
        },
        "vpnConnectionStateChangeEvent": {
          "description": "Output only. Payload for VPN connection state change event. Present only when `event_type` is `VPN_CONNECTION_STATE_CHANGE`.",
          "$ref": "GoogleChromeManagementV1alpha1TelemetryNetworkConnectionStateChangeEvent",
          "readOnly": true
        }
      },
      "id": "GoogleChromeManagementV1alpha1TelemetryEvent",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1alpha1ReportingData": {
      "description": "Reporting data of a Chrome browser profile.",
      "properties": {
        "installedBrowserVersion": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Updated version of a browser, if it is different from the active browser version."
        },
        "profilePath": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Path of the profile. A valid path is included only in affiliated profiles."
        },
        "extensionPolicyData": {
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1ReportingDataExtensionPolicyData"
          },
          "description": "Output only. Information of the policies applied on the extensions."
        },
        "extensionData": {
          "description": "Output only. Information of the extensions installed on the profile.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1ReportingDataExtensionData"
          },
          "type": "array"
        },
        "policyData": {
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1ReportingDataPolicyData"
          },
          "description": "Output only. Information of the policies applied on the profile."
        },
        "browserExecutablePath": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Executable path of the installed Chrome browser. A valid path is included only in affiliated profiles."
        }
      },
      "id": "GoogleChromeManagementVersionsV1alpha1ReportingData",
      "type": "object"
    },
    "GoogleChromeManagementV1alpha1TelemetryNotificationConfig": {
      "description": "Configuration to receive notifications of telemetry data.",
      "properties": {
        "googleCloudPubsubTopic": {
          "description": "The pubsub topic to which notifications are published to.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Resource name of the notification configuration."
        },
        "customer": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Google Workspace customer that owns the resource."
        },
        "filter": {
          "description": "Only send notifications for telemetry data matching this filter.",
          "$ref": "GoogleChromeManagementV1alpha1TelemetryNotificationFilter"
        }
      },
      "id": "GoogleChromeManagementV1alpha1TelemetryNotificationConfig",
      "type": "object"
    },
    "GoogleChromeManagementV1alpha1NetworkDevice": {
      "properties": {
        "iccid": {
          "description": "Output only. The integrated circuit card ID associated with the device's sim card.",
          "readOnly": true,
          "type": "string"
        },
        "meid": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. MEID (if applicable) of the corresponding 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"
          ],
          "description": "Output only. Network device type."
        },
        "mdn": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The mobile directory number associated with the device's sim card."
        },
        "macAddress": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. MAC address (if applicable) of the corresponding network device."
        },
        "imei": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. IMEI (if applicable) of the corresponding network device."
        }
      },
      "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",
      "id": "GoogleChromeManagementV1alpha1NetworkDevice"
    },
    "GoogleChromeManagementVersionsV1alpha1MoveThirdPartyProfileUserRequest": {
      "description": "Request to MoveThirdPartyProfileUser method.",
      "properties": {
        "destinationOrgUnit": {
          "type": "string",
          "description": "Required. Destination organizational unit where the third party chrome profile user will be moved to."
        }
      },
      "id": "GoogleChromeManagementVersionsV1alpha1MoveThirdPartyProfileUserRequest",
      "type": "object"
    },
    "GoogleChromeManagementV1alpha1TelemetryOsCrashEvent": {
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1TelemetryOsCrashEvent",
      "properties": {
        "crashType": {
          "type": "string",
          "enumDescriptions": [
            "Crash type unknown.",
            "Kernel crash.",
            "EC crash."
          ],
          "enum": [
            "CRASH_TYPE_UNSPECIFIED",
            "CRASH_TYPE_KERNEL",
            "CRASH_TYPE_EMBEDDED_CONTROLLER"
          ],
          "description": "Crash type."
        },
        "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"
        }
      },
      "description": "OS crash data."
    },
    "GoogleChromeManagementVersionsV1alpha1ThirdPartyProfileUser": {
      "description": "A representation of non-Google (third party) user that is associated with a managed Chrome profile.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}"
        },
        "orgUnitId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The ID of the organizational unit assigned to the user."
        }
      },
      "id": "GoogleChromeManagementVersionsV1alpha1ThirdPartyProfileUser",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1alpha1AttestationCredential": {
      "properties": {
        "keyTrustLevel": {
          "description": "Output only. Trust level of the public key.",
          "enum": [
            "KEY_TRUST_LEVEL_UNSPECIFIED",
            "CHROME_BROWSER_HW_KEY",
            "CHROME_BROWSER_OS_KEY"
          ],
          "type": "string",
          "enumDescriptions": [
            "Represents an unspecified public key trust level.",
            "Represents a HW key.",
            "Represents an OS key."
          ],
          "readOnly": true
        },
        "publicKey": {
          "format": "byte",
          "description": "Output only. Value of the public key.",
          "type": "string",
          "readOnly": true
        },
        "keyType": {
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Represents an unspecified public key type.",
            "Represents a RSA key.",
            "Represents an EC key."
          ],
          "description": "Output only. Type of the public key.",
          "enum": [
            "KEY_TYPE_UNSPECIFIED",
            "RSA_KEY",
            "EC_KEY"
          ]
        },
        "keyRotationTime": {
          "description": "Output only. Latest rotation timestamp of the public key rotation.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        }
      },
      "description": "Information of public key associated with a Chrome browser profile.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1alpha1AttestationCredential"
    },
    "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",
      "properties": {
        "reportTime": {
          "format": "google-datetime",
          "description": "Timestamp when the report was collected.",
          "type": "string"
        },
        "shutdownDuration": {
          "description": "Total time since shutdown start to power off.",
          "format": "google-duration",
          "type": "string"
        },
        "bootUpDuration": {
          "type": "string",
          "description": "Total time to boot up.",
          "format": "google-duration"
        },
        "shutdownTime": {
          "format": "google-datetime",
          "description": "The timestamp when shutdown.",
          "type": "string"
        },
        "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"
          ]
        },
        "bootUpTime": {
          "type": "string",
          "description": "The timestamp when power came on.",
          "format": "google-datetime"
        }
      },
      "id": "GoogleChromeManagementV1alpha1BootPerformanceReport",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1alpha1ReportingDataExtensionData": {
      "id": "GoogleChromeManagementVersionsV1alpha1ReportingDataExtensionData",
      "type": "object",
      "description": "Information of an extension installed on a Chrome browser profile.",
      "properties": {
        "description": {
          "description": "Output only. Description of the extension.",
          "readOnly": true,
          "type": "string"
        },
        "extensionId": {
          "description": "Output only. ID of the extension.",
          "type": "string",
          "readOnly": true
        },
        "extensionType": {
          "enum": [
            "EXTENSION_TYPE_UNSPECIFIED",
            "EXTENSION",
            "APP",
            "THEME",
            "HOSTED_APP"
          ],
          "description": "Output only. Type of the extension.",
          "type": "string",
          "enumDescriptions": [
            "Represents an unspecified extension type.",
            "Represents an extension.",
            "Represents an app.",
            "Represents a theme.",
            "Represents a hosted app."
          ],
          "readOnly": true
        },
        "isWebstoreExtension": {
          "description": "Output only. Represents whether the extension is from the webstore.",
          "readOnly": true,
          "type": "boolean"
        },
        "permissions": {
          "type": "array",
          "readOnly": true,
          "items": {
            "type": "string"
          },
          "description": "Output only. Permissions requested by the extension."
        },
        "name": {
          "description": "Output only. Name of the extension.",
          "type": "string",
          "readOnly": true
        },
        "version": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Version of the extension."
        },
        "homepageUri": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The URL of the homepage of the extension."
        },
        "isDisabled": {
          "description": "Output only. Represents whether the user disabled the extension.",
          "type": "boolean",
          "readOnly": true
        },
        "installationType": {
          "description": "Output only. Installation type of the extension.",
          "enum": [
            "INSTALLATION_TYPE_UNSPECIFIED",
            "MULTIPLE",
            "NORMAL",
            "ADMIN",
            "DEVELOPMENT",
            "SIDELOAD",
            "OTHER"
          ],
          "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."
          ],
          "readOnly": true
        },
        "manifestVersion": {
          "description": "Output only. Manifest version of the extension.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        }
      }
    },
    "GoogleChromeManagementV1alpha1OsUpdateStatus": {
      "id": "GoogleChromeManagementV1alpha1OsUpdateStatus",
      "type": "object",
      "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",
      "properties": {
        "lastUpdateCheckTime": {
          "format": "google-datetime",
          "description": "Output only. Timestamp of the last update check.",
          "type": "string",
          "readOnly": true
        },
        "updateState": {
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "State unspecified.",
            "OS has not started downloading.",
            "OS has started download on device.",
            "Device needs reboot to finish upload."
          ],
          "description": "Output only. Current state of the os update.",
          "enum": [
            "UPDATE_STATE_UNSPECIFIED",
            "OS_IMAGE_DOWNLOAD_NOT_STARTED",
            "OS_IMAGE_DOWNLOAD_IN_PROGRESS",
            "OS_UPDATE_NEED_REBOOT"
          ]
        },
        "newPlatformVersion": {
          "type": "string",
          "readOnly": true,
          "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."
        },
        "lastUpdateTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Timestamp of the last successful update.",
          "format": "google-datetime"
        },
        "lastRebootTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Timestamp of the last reboot.",
          "format": "google-datetime"
        },
        "newRequestedPlatformVersion": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. New requested platform version from the pending updated kiosk app."
        }
      }
    },
    "GoogleChromeManagementV1alpha1CpuStatusReport": {
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1CpuStatusReport",
      "properties": {
        "cpuTemperatureInfo": {
          "description": "Output only. CPU temperature sample info per CPU core in Celsius",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1CpuTemperatureInfo"
          }
        },
        "cpuUtilizationPct": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Sample of CPU utilization (0-100 percent).",
          "format": "int32"
        },
        "reportTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The timestamp in milliseconds representing time at which this report was sampled.",
          "format": "google-datetime"
        },
        "sampleFrequency": {
          "description": "Output only. Frequency the report is sampled.",
          "format": "google-duration",
          "readOnly": true,
          "type": "string"
        }
      },
      "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"
    },
    "GoogleChromeManagementVersionsV1GenericProfile": {
      "description": "Describes a generic certificate provisioning profile.",
      "properties": {
        "profileAdapterConfigReference": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. A string that references the administrator-provided configuration for the certificate provisioning profile."
        }
      },
      "id": "GoogleChromeManagementVersionsV1GenericProfile",
      "type": "object"
    },
    "GoogleChromeManagementV1alpha1UsbPeripheralReport": {
      "properties": {
        "pid": {
          "description": "Output only. Product ID",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "classId": {
          "type": "integer",
          "readOnly": true,
          "format": "int32",
          "description": "Output only. Class ID https://www.usb.org/defined-class-codes"
        },
        "subclassId": {
          "description": "Output only. Subclass ID https://www.usb.org/defined-class-codes",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "categories": {
          "type": "array",
          "readOnly": true,
          "items": {
            "type": "string"
          },
          "description": "Output only. Categories the device belongs to https://www.usb.org/defined-class-codes"
        },
        "vid": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Vendor ID",
          "format": "int32"
        },
        "name": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Device name, model name, or product name"
        },
        "vendor": {
          "description": "Output only. Vendor name",
          "readOnly": true,
          "type": "string"
        },
        "firmwareVersion": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Firmware version"
        }
      },
      "description": "USB connected peripheral report.",
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1UsbPeripheralReport"
    },
    "GoogleChromeManagementVersionsV1alpha1EnableInsightsRequest": {
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1alpha1EnableInsightsRequest",
      "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"
          }
        }
      },
      "description": "Request to enable insights for the customer."
    },
    "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",
      "properties": {
        "securityLevel": {
          "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"
          ],
          "description": "Security level of the Thunderbolt bus."
        }
      },
      "id": "GoogleChromeManagementV1alpha1ThunderboltInfo",
      "type": "object"
    },
    "GoogleChromeManagementV1alpha1TelemetryUser": {
      "properties": {
        "name": {
          "description": "Output only. Resource name of the user.",
          "readOnly": true,
          "type": "string"
        },
        "orgUnitId": {
          "description": "Output only. Organization unit of the user.",
          "readOnly": true,
          "type": "string"
        },
        "userEmail": {
          "description": "Output only. Email address of the user.",
          "type": "string",
          "readOnly": true
        },
        "userId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Directory ID of the user."
        },
        "customer": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. G Suite Customer whose enterprise enrolled the device."
        },
        "userDevice": {
          "description": "Output only. Telemetry data collected from a managed user and device.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1TelemetryUserDevice"
          },
          "type": "array"
        }
      },
      "description": "Telemetry data collected from a managed user. Granular permission needed: TELEMETRY_API_USER",
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1TelemetryUser"
    },
    "GoogleChromeManagementVersionsV1alpha1QueryContentTransfersBreakdownsResponse": {
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1alpha1QueryContentTransfersBreakdownsResponse",
      "properties": {
        "contentTransfersBreakdowns": {
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1ContentTransfersBreakdown"
          },
          "description": "The content transfer breakdowns from the specified insight."
        },
        "nextPageToken": {
          "type": "string",
          "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."
        }
      },
      "description": "Response message for QueryContentTransfersBreakdowns."
    },
    "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",
      "properties": {
        "totalMemoryEncryption": {
          "readOnly": true,
          "description": "Output only. Total memory encryption info for the device.",
          "$ref": "GoogleChromeManagementV1alpha1TotalMemoryEncryptionInfo"
        },
        "totalRamBytes": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Total RAM in bytes.",
          "format": "int64"
        },
        "availableRamBytes": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Amount of available RAM in bytes.",
          "format": "int64"
        }
      },
      "id": "GoogleChromeManagementV1alpha1MemoryInfo",
      "type": "object"
    },
    "GoogleChromeManagementV1alpha1AppReport": {
      "description": "App report.",
      "properties": {
        "reportTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "Timestamp when the report was collected."
        },
        "usageData": {
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1AppUsageData"
          },
          "description": "App usage data."
        }
      },
      "id": "GoogleChromeManagementV1alpha1AppReport",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1ScepCaConnection": {
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1ScepCaConnection",
      "properties": {
        "caConnectionAdapterConfigReference": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. A string that references the administrator-provided configuration for the certification authority service."
        }
      },
      "description": "Describes a SCEP Certificate Authority Connection."
    },
    "GoogleChromeManagementVersionsV1alpha1DeviceInfo": {
      "id": "GoogleChromeManagementVersionsV1alpha1DeviceInfo",
      "type": "object",
      "description": "Information of a device that runs a Chrome browser profile.",
      "properties": {
        "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.",
          "type": "string",
          "readOnly": true
        },
        "machine": {
          "readOnly": true,
          "type": "string",
          "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|."
        },
        "deviceType": {
          "description": "Output only. Type of the device on which the profile exists.",
          "enum": [
            "DEVICE_TYPE_UNSPECIFIED",
            "CHROME_BROWSER"
          ],
          "type": "string",
          "enumDescriptions": [
            "Represents an unspecified device type.",
            "Represents a Chrome browser device."
          ],
          "readOnly": true
        },
        "hostname": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Hostname of the device on which the profile exists."
        }
      }
    },
    "GoogleChromeManagementVersionsV1ScepProfile": {
      "id": "GoogleChromeManagementVersionsV1ScepProfile",
      "type": "object",
      "description": "Describes a SCEP certificate provisioning profile.",
      "properties": {
        "organization": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The name of the organization the subject belongs to."
        },
        "state": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The state of the subject."
        },
        "subjectAltNames": {
          "description": "Output only. The subject alternative names.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1SubjectAltName"
          },
          "type": "array"
        },
        "organizationalUnits": {
          "description": "Output only. The organizational units of the subject.",
          "readOnly": true,
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "keyUsages": {
          "readOnly": true,
          "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"
            ]
          },
          "type": "array",
          "description": "Output only. The allowed key usages for certificate's key."
        },
        "country": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The country of the subject."
        },
        "locality": {
          "description": "Output only. The locality of the subject.",
          "readOnly": true,
          "type": "string"
        },
        "subjectCommonName": {
          "description": "Output only. The common name of the subject.",
          "readOnly": true,
          "type": "string"
        },
        "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.",
          "type": "string",
          "readOnly": true
        }
      }
    },
    "GoogleChromeManagementVersionsV1SignDataResponse": {
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1SignDataResponse",
      "properties": {
        "certificateProvisioningProcess": {
          "description": "Output only. The certificate provisioning process. The signature generated by the client will be available in the `signature` field of `CertificateProvisioningProcess`.",
          "$ref": "GoogleChromeManagementVersionsV1CertificateProvisioningProcess",
          "readOnly": true
        }
      },
      "description": "Response message for requesting a signature from the client that initated a certificate provisioning process."
    },
    "GoogleChromeManagementVersionsV1alpha1CheckEnablementStatusResponse": {
      "id": "GoogleChromeManagementVersionsV1alpha1CheckEnablementStatusResponse",
      "type": "object",
      "description": "Response from checking the enablement status of insights for the customer.",
      "properties": {
        "insightsState": {
          "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"
          ],
          "description": "The state of the insights feature."
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1ListChromeBrowserProfilesResponse": {
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1alpha1ListChromeBrowserProfilesResponse",
      "properties": {
        "chromeBrowserProfiles": {
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfile"
          },
          "type": "array",
          "description": "The list of profiles returned."
        },
        "totalSize": {
          "description": "Total size represents an estimated number of resources returned. Not guaranteed to be accurate above 10k profiles.",
          "format": "int64",
          "type": "string"
        },
        "nextPageToken": {
          "description": "The pagination token that can be used to list the next page.",
          "type": "string"
        }
      },
      "description": "Response to ListChromeBrowserProfiles method."
    },
    "GoogleChromeManagementV1alpha1DisplayDevice": {
      "id": "GoogleChromeManagementV1alpha1DisplayDevice",
      "type": "object",
      "description": "Information of a display device.",
      "properties": {
        "displayWidthMm": {
          "type": "integer",
          "readOnly": true,
          "format": "int32",
          "description": "Output only. Display width in millimeters."
        },
        "manufactureYear": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Year of manufacture.",
          "format": "int32"
        },
        "displayHeightMm": {
          "description": "Output only. Display height in millimeters.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "modelId": {
          "format": "int32",
          "description": "Output only. Manufacturer product code.",
          "type": "integer",
          "readOnly": true
        },
        "internal": {
          "description": "Output only. Is display internal or not.",
          "readOnly": true,
          "type": "boolean"
        },
        "displayName": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Display device name."
        },
        "manufacturerId": {
          "description": "Output only. Three letter manufacturer ID.",
          "readOnly": true,
          "type": "string"
        },
        "serialNumber": {
          "type": "integer",
          "readOnly": true,
          "format": "int32",
          "description": "Output only. Serial number."
        },
        "edidVersion": {
          "description": "Output only. EDID version.",
          "type": "string",
          "readOnly": true
        }
      }
    },
    "GoogleChromeManagementV1alpha1ListTelemetryEventsResponse": {
      "description": "Response message for listing telemetry events for a customer.",
      "properties": {
        "telemetryEvents": {
          "description": "Telemetry events returned in the response.",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1TelemetryEvent"
          },
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "Token to specify next page in the list."
        }
      },
      "id": "GoogleChromeManagementV1alpha1ListTelemetryEventsResponse",
      "type": "object"
    },
    "GoogleChromeManagementV1alpha1TelemetryNetworkConnectionStateChangeEvent": {
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1TelemetryNetworkConnectionStateChangeEvent",
      "properties": {
        "guid": {
          "type": "string",
          "description": "Unique identifier of the network."
        },
        "connectionState": {
          "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"
          ],
          "description": "Current connection state of the network."
        }
      },
      "description": "`TelemetryNetworkConnectionStateChangeEvent` is triggered on network connection state changes. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT"
    },
    "GoogleChromeManagementVersionsV1alpha1ContentTransfersSummary": {
      "description": "Summary of content transfers for a given metric.",
      "properties": {
        "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"
          ]
        },
        "count": {
          "type": "string",
          "format": "int64",
          "description": "The count of the content transfers metric."
        }
      },
      "id": "GoogleChromeManagementVersionsV1alpha1ContentTransfersSummary",
      "type": "object"
    },
    "GoogleChromeManagementV1alpha1StorageDiskInfo": {
      "description": "Information for a disk.",
      "properties": {
        "sizeBytes": {
          "type": "string",
          "readOnly": true,
          "format": "int64",
          "description": "Output only. Disk size."
        },
        "type": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Disk type: eMMC / NVMe / ATA / SCSI."
        },
        "serialNumber": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Disk serial number."
        },
        "manufacturer": {
          "description": "Output only. Disk manufacturer.",
          "type": "string",
          "readOnly": true
        },
        "model": {
          "description": "Output only. Disk model.",
          "type": "string",
          "readOnly": true
        },
        "health": {
          "description": "Output only. Disk health.",
          "readOnly": true,
          "type": "string"
        },
        "volumeIds": {
          "readOnly": true,
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Output only. Disk volumes."
        }
      },
      "id": "GoogleChromeManagementV1alpha1StorageDiskInfo",
      "type": "object"
    },
    "GoogleChromeManagementV1alpha1TelemetryExternalDisplayData": {
      "properties": {
        "refreshRate": {
          "format": "int64",
          "description": "The refresh rate.",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "The display name."
        },
        "resolutionHorizontal": {
          "description": "The horizontal resolution.",
          "format": "int32",
          "type": "integer"
        },
        "resolutionVertical": {
          "type": "integer",
          "description": "The vertical resolution.",
          "format": "int32"
        },
        "serialNumber": {
          "type": "integer",
          "description": "The serial number.",
          "format": "int32"
        },
        "edidVersion": {
          "description": "The EDID version.",
          "type": "string"
        }
      },
      "description": "External display data.",
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1TelemetryExternalDisplayData"
    },
    "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfileCommand": {
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfileCommand",
      "properties": {
        "commandType": {
          "type": "string",
          "description": "Required. Type of the remote command. The only supported command_type is \"clearBrowsingData\"."
        },
        "name": {
          "type": "string",
          "description": "Identifier. Format: customers/{customer_id}/profiles/{profile_permanent_id}/commands/{command_id}"
        },
        "commandState": {
          "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."
          ],
          "description": "Output only. State of the remote command.",
          "enum": [
            "COMMAND_STATE_UNSPECIFIED",
            "PENDING",
            "EXPIRED",
            "EXECUTED_BY_CLIENT"
          ]
        },
        "issueTime": {
          "type": "string",
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. Timestamp of the issurance of the remote command."
        },
        "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": {
            "description": "Properties of the object.",
            "type": "any"
          }
        },
        "validDuration": {
          "type": "string",
          "readOnly": true,
          "format": "google-duration",
          "description": "Output only. Valid duration of the remote command."
        },
        "commandResult": {
          "description": "Output only. Result of the remote command.",
          "$ref": "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfileCommandCommandResult",
          "readOnly": true
        }
      },
      "description": "A representation of a remote command for a Chrome browser profile."
    },
    "GoogleChromeManagementV1alpha1GraphicsStatusReport": {
      "id": "GoogleChromeManagementV1alpha1GraphicsStatusReport",
      "type": "object",
      "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",
      "properties": {
        "reportTime": {
          "description": "Output only. Time at which the graphics data was reported.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "displays": {
          "description": "Output only. Information about the displays for the device.",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1DisplayInfo"
          }
        }
      }
    },
    "GoogleChromeManagementV1alpha1CpuTemperatureInfo": {
      "properties": {
        "temperatureCelsius": {
          "type": "integer",
          "readOnly": true,
          "format": "int32",
          "description": "Output only. CPU temperature in Celsius."
        },
        "label": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. CPU label. Example: Core 0"
        }
      },
      "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",
      "id": "GoogleChromeManagementV1alpha1CpuTemperatureInfo"
    },
    "GoogleChromeManagementV1alpha1TouchScreenInfo": {
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1TouchScreenInfo",
      "properties": {
        "devices": {
          "description": "Output only. List of the internal touch screen devices.",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1TouchScreenDevice"
          }
        },
        "touchpadLibrary": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Touchpad library name used by the input stack."
        }
      },
      "description": "Information on the device touch screen."
    },
    "GoogleChromeManagementV1alpha1GraphicsAdapterInfo": {
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1GraphicsAdapterInfo",
      "properties": {
        "driverVersion": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Version of the GPU driver."
        },
        "deviceId": {
          "type": "string",
          "readOnly": true,
          "format": "int64",
          "description": "Output only. Represents the graphics card device id."
        },
        "adapter": {
          "description": "Output only. Adapter name. Example: Mesa DRI Intel(R) UHD Graphics 620 (Kabylake GT2).",
          "readOnly": true,
          "type": "string"
        }
      },
      "description": "Information of a graphics adapter (GPU)."
    },
    "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",
      "properties": {
        "status": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Battery status read from sysfs. Example: Discharging"
        },
        "current": {
          "format": "int64",
          "description": "Output only. Battery current (mA).",
          "type": "string",
          "readOnly": true
        },
        "temperature": {
          "format": "int32",
          "description": "Output only. Temperature in Celsius degrees.",
          "type": "integer",
          "readOnly": true
        },
        "voltage": {
          "description": "Output only. Battery voltage (millivolt).",
          "format": "int64",
          "readOnly": true,
          "type": "string"
        },
        "remainingCapacity": {
          "description": "Output only. Battery remaining capacity (mAmpere-hours).",
          "format": "int64",
          "readOnly": true,
          "type": "string"
        },
        "dischargeRate": {
          "description": "Output only. The battery discharge rate measured in mW. Positive if the battery is being discharged, negative if it's being charged.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "reportTime": {
          "type": "string",
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. Timestamp of when the sample was collected on device"
        },
        "chargeRate": {
          "type": "integer",
          "readOnly": true,
          "format": "int32",
          "description": "Output only. Battery charge percentage."
        }
      },
      "id": "GoogleChromeManagementV1alpha1BatterySampleReport",
      "type": "object"
    },
    "GoogleChromeManagementV1alpha1BatteryStatusReport": {
      "id": "GoogleChromeManagementV1alpha1BatteryStatusReport",
      "type": "object",
      "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",
      "properties": {
        "reportTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Timestamp of when the sample was collected on device",
          "format": "google-datetime"
        },
        "serialNumber": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Battery serial number."
        },
        "batteryHealth": {
          "description": "Output only. Battery health.",
          "enum": [
            "BATTERY_HEALTH_UNSPECIFIED",
            "BATTERY_HEALTH_NORMAL",
            "BATTERY_REPLACE_SOON",
            "BATTERY_REPLACE_NOW"
          ],
          "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%"
          ]
        },
        "fullChargeCapacity": {
          "type": "string",
          "readOnly": true,
          "format": "int64",
          "description": "Output only. Full charge capacity (mAmpere-hours)."
        },
        "cycleCount": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Cycle count.",
          "format": "int32"
        },
        "sample": {
          "description": "Output only. Sampling data for the battery sorted in a decreasing order of report_time.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1BatterySampleReport"
          },
          "type": "array"
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1DisableInsightsResponse": {
      "description": "Response from disabling insights for the customer.",
      "properties": {
        "insightsState": {
          "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"
          ],
          "description": "The state of the insights feature."
        }
      },
      "id": "GoogleChromeManagementVersionsV1alpha1DisableInsightsResponse",
      "type": "object"
    },
    "GoogleChromeManagementV1alpha1TelemetryExternalDisplayEvent": {
      "description": "External display connected/disconnected event payload.",
      "properties": {
        "externalDisplayData": {
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1TelemetryExternalDisplayData"
          },
          "description": "List of external displays that were connected/disconnected."
        }
      },
      "id": "GoogleChromeManagementV1alpha1TelemetryExternalDisplayEvent",
      "type": "object"
    },
    "GoogleChromeManagementV1alpha1TelemetryNetworkSignalStrengthEvent": {
      "description": "`TelemetryNetworkSignalStrengthEvent` is triggered on WiFi signal strength events. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT",
      "properties": {
        "guid": {
          "description": "Unique identifier of the network.",
          "type": "string"
        },
        "signalStrengthDbm": {
          "format": "int32",
          "description": "Signal strength RSSI value.",
          "type": "integer"
        }
      },
      "id": "GoogleChromeManagementV1alpha1TelemetryNetworkSignalStrengthEvent",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1alpha1EnableInsightsResponse": {
      "id": "GoogleChromeManagementVersionsV1alpha1EnableInsightsResponse",
      "type": "object",
      "description": "Response from enabling insights for the customer.",
      "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"
          ]
        }
      }
    },
    "GoogleChromeManagementV1alpha1MemoryStatusReport": {
      "id": "GoogleChromeManagementV1alpha1MemoryStatusReport",
      "type": "object",
      "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",
      "properties": {
        "systemRamFreeBytes": {
          "type": "string",
          "readOnly": true,
          "format": "int64",
          "description": "Output only. Amount of free RAM in bytes (unreliable due to Garbage Collection)."
        },
        "pageFaults": {
          "type": "integer",
          "readOnly": true,
          "format": "int32",
          "description": "Output only. Number of page faults during this collection"
        },
        "reportTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The timestamp in milliseconds representing time at which this report was sampled.",
          "format": "google-datetime"
        },
        "sampleFrequency": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Frequency the report is sampled.",
          "format": "google-duration"
        }
      }
    },
    "GoogleChromeManagementV1alpha1AppUsageData": {
      "id": "GoogleChromeManagementV1alpha1AppUsageData",
      "type": "object",
      "description": "App usage data.",
      "properties": {
        "appInstanceId": {
          "description": "Application instance id. This will be unique per window/instance.",
          "type": "string"
        },
        "appId": {
          "description": "App id.",
          "type": "string"
        },
        "appType": {
          "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"
          ],
          "description": "Type of app."
        },
        "runningDuration": {
          "type": "string",
          "format": "google-duration",
          "description": "App foreground running time."
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1QueryContentTransfersResponse": {
      "properties": {
        "summaries": {
          "description": "A collection of summaries for various content transfers metrics.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1ContentTransfersSummary"
          }
        }
      },
      "description": "Response message for QueryContentTransfers.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1alpha1QueryContentTransfersResponse"
    },
    "GoogleChromeManagementV1alpha1TelemetryAppUninstallEvent": {
      "description": "App uninstall data.",
      "properties": {
        "appId": {
          "description": "App id. For PWAs this is the start URL, and for extensions this is the extension id.",
          "type": "string"
        },
        "appType": {
          "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"
          ],
          "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."
          ]
        },
        "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"
          ]
        }
      },
      "id": "GoogleChromeManagementV1alpha1TelemetryAppUninstallEvent",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1alpha1DisableInsightsRequest": {
      "description": "Request to disable insights for the customer.",
      "properties": {},
      "id": "GoogleChromeManagementVersionsV1alpha1DisableInsightsRequest",
      "type": "object"
    },
    "GoogleChromeManagementV1alpha1TelemetryDeviceInfo": {
      "description": "Information about a device associated with telemetry data. * Granular Permission needed: TELEMETRY_API_DEVICE",
      "properties": {
        "deviceId": {
          "readOnly": true,
          "type": "string",
          "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."
        },
        "orgUnitId": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Organization unit ID of the device."
        }
      },
      "id": "GoogleChromeManagementV1alpha1TelemetryDeviceInfo",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1alpha1UrlVisitsSummary": {
      "description": "Summary of URL visits for a given metric.",
      "properties": {
        "count": {
          "description": "The count of the URL visits metric.",
          "format": "int64",
          "type": "string"
        },
        "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"
          ],
          "description": "The type of URL visits metric."
        }
      },
      "id": "GoogleChromeManagementVersionsV1alpha1UrlVisitsSummary",
      "type": "object"
    },
    "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",
      "properties": {
        "year": {
          "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
          "format": "int32",
          "type": "integer"
        },
        "month": {
          "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
          "format": "int32",
          "type": "integer"
        },
        "day": {
          "type": "integer",
          "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.",
          "format": "int32"
        }
      },
      "id": "GoogleTypeDate",
      "type": "object"
    },
    "GoogleChromeManagementV1alpha1RuntimeCountersReport": {
      "id": "GoogleChromeManagementV1alpha1RuntimeCountersReport",
      "type": "object",
      "description": "Runtime counters retrieved from CPU. Currently the runtime counters telemetry is only supported by Intel vPro PSR on Gen 14+.",
      "properties": {
        "enterSleepCount": {
          "format": "int64",
          "description": "Number of times that the device has entered into the sleep state. Currently obtained via the PSR, count from S0-\u003eS3.",
          "type": "string"
        },
        "enterHibernationCount": {
          "format": "int64",
          "description": "Number of times that the device has entered into the hibernation state. Currently obtained via the PSR, count from S0-\u003eS4.",
          "type": "string"
        },
        "uptimeRuntimeDuration": {
          "type": "string",
          "format": "google-duration",
          "description": "Total lifetime runtime. Currently always S0 runtime from Intel vPro PSR."
        },
        "enterPoweroffCount": {
          "format": "int64",
          "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"
        },
        "reportTime": {
          "type": "string",
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. Timestamp when the report was collected."
        }
      }
    },
    "GoogleChromeManagementVersionsV1alpha1QueryUrlVisitsResponse": {
      "properties": {
        "summaries": {
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1UrlVisitsSummary"
          },
          "type": "array",
          "description": "A collection of summaries for various URL visit metrics."
        }
      },
      "description": "Response message for QueryUrlVisits.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1alpha1QueryUrlVisitsResponse"
    },
    "GoogleChromeManagementVersionsV1alpha1ReportingDataConflictingPolicyData": {
      "description": "Information of conflicting policy applied on a Chrome browser profile.",
      "properties": {
        "source": {
          "description": "Output only. Source of the policy.",
          "enum": [
            "POLICY_SOURCE_UNSPECIFIED",
            "MACHINE_PLATFORM",
            "USER_PLATFORM",
            "MACHINE_LEVEL_USER_CLOUD",
            "USER_CLOUD",
            "MACHINE_MERGED"
          ],
          "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."
          ],
          "readOnly": true
        }
      },
      "id": "GoogleChromeManagementVersionsV1alpha1ReportingDataConflictingPolicyData",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1SignDataMetadata": {
      "properties": {
        "startTime": {
          "format": "google-datetime",
          "description": "Output only. Start time of the SignData operation.",
          "type": "string",
          "readOnly": true
        }
      },
      "description": "Metadata for the long-running operation returned by signData.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1SignDataMetadata"
    },
    "GoogleChromeManagementVersionsV1alpha1ListChromeBrowserProfileCommandsResponse": {
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1alpha1ListChromeBrowserProfileCommandsResponse",
      "properties": {
        "nextPageToken": {
          "description": "The pagination token that can be used to list the next page.",
          "type": "string"
        },
        "chromeBrowserProfileCommands": {
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfileCommand"
          },
          "description": "The list of commands returned."
        },
        "totalSize": {
          "type": "string",
          "format": "int64",
          "description": "Total size represents an estimated number of resources returned."
        }
      },
      "description": "Response to ListChromeBrowserProfileCommands method."
    },
    "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",
      "properties": {
        "maxKeys": {
          "format": "int64",
          "description": "The maximum number of keys that can be used for encryption.",
          "type": "string"
        },
        "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"
          ]
        },
        "keyLength": {
          "format": "int64",
          "description": "The length of the encryption keys.",
          "type": "string"
        },
        "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"
          ]
        }
      },
      "id": "GoogleChromeManagementV1alpha1TotalMemoryEncryptionInfo",
      "type": "object"
    },
    "GoogleProtobufEmpty": {
      "properties": {},
      "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",
      "id": "GoogleProtobufEmpty"
    },
    "GoogleChromeManagementVersionsV1alpha1UrlVisitsBreakdown": {
      "properties": {
        "user": {
          "description": "The user that visited the URL.",
          "type": "string"
        },
        "summary": {
          "description": "The summary of URL visits for the breakdown dimension.",
          "$ref": "GoogleChromeManagementVersionsV1alpha1UrlVisitsSummary"
        },
        "eventDomain": {
          "description": "The event domain of the URL visits.",
          "type": "string"
        }
      },
      "description": "A URL visits summary for a given breakdown dimension.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1alpha1UrlVisitsBreakdown"
    },
    "GoogleChromeManagementVersionsV1ChromeOsDevice": {
      "properties": {
        "deviceDirectoryApiId": {
          "readOnly": true,
          "type": "string",
          "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."
        },
        "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"
        }
      },
      "description": "Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs to.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1ChromeOsDevice"
    },
    "GoogleChromeManagementV1alpha1NetworkDiagnosticsReport": {
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1NetworkDiagnosticsReport",
      "properties": {
        "httpsLatencyData": {
          "description": "Output only. HTTPS latency test data.",
          "$ref": "GoogleChromeManagementV1alpha1HttpsLatencyRoutineData",
          "readOnly": true
        },
        "reportTime": {
          "description": "Output only. Timestamp of when the diagnostics were collected.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        }
      },
      "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"
    },
    "GoogleChromeManagementV1alpha1TelemetryUserDevice": {
      "description": "Telemetry data collected for a managed user and device. * Granular permission needed: TELEMETRY_API_DEVICE",
      "properties": {
        "audioStatusReport": {
          "description": "Output only. Audio reports collected periodically sorted in a decreasing order of report_time.",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1AudioStatusReport"
          }
        },
        "deviceId": {
          "type": "string",
          "readOnly": true,
          "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."
        },
        "peripheralsReport": {
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1PeripheralsReport"
          },
          "description": "Peripherals reports collected periodically sorted in a decreasing order of report_time."
        },
        "networkBandwidthReport": {
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1NetworkBandwidthReport"
          },
          "type": "array",
          "description": "Output only. Network bandwidth reports collected periodically sorted in a decreasing order of report_time."
        },
        "appReport": {
          "description": "Output only. App reports collected periodically sorted in a decreasing order of report_time.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1AppReport"
          },
          "type": "array"
        },
        "deviceActivityReport": {
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1DeviceActivityReport"
          },
          "description": "Output only. Device activity reports collected periodically sorted in a decreasing order of report_time."
        }
      },
      "id": "GoogleChromeManagementV1alpha1TelemetryUserDevice",
      "type": "object"
    },
    "GoogleChromeManagementV1alpha1HttpsLatencyRoutineData": {
      "description": "Data that describes the result of the HTTPS latency diagnostics routine.",
      "properties": {
        "problem": {
          "description": "Output only. HTTPS latency routine problem if a problem occurred.",
          "enum": [
            "HTTPS_LATENCY_PROBLEM_UNSPECIFIED",
            "FAILED_DNS_RESOLUTIONS",
            "FAILED_HTTPS_REQUESTS",
            "HIGH_LATENCY",
            "VERY_HIGH_LATENCY"
          ],
          "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."
          ]
        },
        "latency": {
          "type": "string",
          "readOnly": true,
          "format": "google-duration",
          "description": "Output only. HTTPS latency if routine succeeded or failed because of HIGH_LATENCY or VERY_HIGH_LATENCY."
        }
      },
      "id": "GoogleChromeManagementV1alpha1HttpsLatencyRoutineData",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1CertificateProvisioningProcess": {
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1CertificateProvisioningProcess",
      "properties": {
        "genericProfile": {
          "description": "Output only. The profile is a generic certificate provisioning profile.",
          "$ref": "GoogleChromeManagementVersionsV1GenericProfile",
          "readOnly": true
        },
        "startTime": {
          "type": "string",
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. Server-generated timestamp of when the certificate provisioning process has been created."
        },
        "signature": {
          "format": "byte",
          "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.",
          "type": "string",
          "readOnly": true
        },
        "subjectPublicKeyInfo": {
          "description": "Output only. The public key for which a certificate should be provisioned. Represented as a DER-encoded X.509 SubjectPublicKeyInfo.",
          "format": "byte",
          "readOnly": true,
          "type": "string"
        },
        "name": {
          "type": "string",
          "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."
        },
        "scepProfile": {
          "description": "Output only. The profile is a SCEP certificate provisioning profile.",
          "$ref": "GoogleChromeManagementVersionsV1ScepProfile",
          "readOnly": true
        },
        "signData": {
          "type": "string",
          "readOnly": true,
          "format": "byte",
          "description": "Output only. The data that the client was asked to sign. This field is only present after the `SignData` operation has been initiated."
        },
        "chromeOsUserSession": {
          "description": "Output only. The client certificate is being provisioned for a ChromeOS user. This contains information about the current user session.",
          "$ref": "GoogleChromeManagementVersionsV1ChromeOsUserSession",
          "readOnly": true
        },
        "chromeOsDevice": {
          "readOnly": true,
          "description": "Output only. The client certificate is being provisioned for a ChromeOS device. This contains information about the device.",
          "$ref": "GoogleChromeManagementVersionsV1ChromeOsDevice"
        },
        "provisioningProfileId": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The ID of the certificate provisioning profile."
        },
        "genericCaConnection": {
          "description": "Output only. The CA connection is a generic CA connection.",
          "$ref": "GoogleChromeManagementVersionsV1GenericCaConnection",
          "readOnly": true
        },
        "issuedCertificate": {
          "description": "Output only. The issued certificate for this `CertificateProvisioningProcess` in PEM format.",
          "readOnly": true,
          "type": "string"
        },
        "failureMessage": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. A message describing why this `CertificateProvisioningProcess` has failed. Presence of this field indicates that the `CertificateProvisioningProcess` has failed."
        },
        "signatureAlgorithm": {
          "enum": [
            "SIGNATURE_ALGORITHM_UNSPECIFIED",
            "SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256",
            "SIGNATURE_ALGORITHM_ECDSA_SHA256"
          ],
          "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."
          ]
        },
        "scepCaConnection": {
          "description": "Output only. The CA connection is a SCEP CA connection.",
          "$ref": "GoogleChromeManagementVersionsV1ScepCaConnection",
          "readOnly": true
        }
      },
      "description": "A certificate provisioning process."
    },
    "GoogleChromeManagementV1alpha1KioskAppStatusReport": {
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1KioskAppStatusReport",
      "properties": {
        "appId": {
          "description": "App id number of kiosk app for example \"mdmkkicfmmkgmpkmkdikhlbggogpicma\"",
          "type": "string"
        },
        "reportTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "Timestamp of when report was collected"
        },
        "appVersion": {
          "description": "App version number of kiosk app for example \"1.10.118\"",
          "type": "string"
        }
      },
      "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"
    },
    "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfileCommandCommandResult": {
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfileCommandCommandResult",
      "properties": {
        "clientExecutionTime": {
          "type": "string",
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. Timestamp of the client execution of the remote command."
        },
        "resultCode": {
          "description": "Output only. Result code that indicates the type of error or success of the command.",
          "type": "string",
          "readOnly": true
        },
        "resultType": {
          "description": "Output only. Result type of the remote command.",
          "enum": [
            "COMMAND_RESULT_TYPE_UNSPECIFIED",
            "IGNORED",
            "FAILURE",
            "SUCCESS"
          ],
          "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."
          ]
        }
      },
      "description": "Result of the execution of a command."
    },
    "GoogleChromeManagementVersionsV1alpha1MoveThirdPartyProfileUserResponse": {
      "properties": {
        "thirdPartyProfileUser": {
          "readOnly": true,
          "description": "Output only. The moved third party profile user.",
          "$ref": "GoogleChromeManagementVersionsV1alpha1ThirdPartyProfileUser"
        }
      },
      "description": "Response for MoveThirdPartyProfileUser method.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1alpha1MoveThirdPartyProfileUserResponse"
    },
    "GoogleChromeManagementV1alpha1TelemetryAppLaunchEvent": {
      "id": "GoogleChromeManagementV1alpha1TelemetryAppLaunchEvent",
      "type": "object",
      "description": "App launch data.",
      "properties": {
        "appLaunchSource": {
          "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"
          ],
          "description": "App launch source."
        },
        "appId": {
          "type": "string",
          "description": "App id. For PWAs this is the start URL, and for extensions this is the extension id."
        },
        "appType": {
          "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."
          ],
          "description": "Type of app.",
          "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"
          ]
        }
      }
    },
    "GoogleChromeManagementV1alpha1DeviceActivityReport": {
      "description": "Device activity report. * Granular permission needed: TELEMETRY_API_DEVICE_ACTIVITY_REPORT",
      "properties": {
        "deviceActivityState": {
          "type": "string",
          "enumDescriptions": [
            "Device activity state is unspecified.",
            "Device is currently being used.",
            "Device is currently idle.",
            "Device is currently locked."
          ],
          "readOnly": true,
          "enum": [
            "DEVICE_ACTIVITY_STATE_UNSPECIFIED",
            "ACTIVE",
            "IDLE",
            "LOCKED"
          ],
          "description": "Output only. Device activity state."
        },
        "reportTime": {
          "format": "google-datetime",
          "description": "Output only. Timestamp of when the report was collected.",
          "type": "string",
          "readOnly": true
        }
      },
      "id": "GoogleChromeManagementV1alpha1DeviceActivityReport",
      "type": "object"
    },
    "GoogleChromeManagementV1alpha1TelemetryNotificationFilter": {
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1TelemetryNotificationFilter",
      "properties": {
        "deviceOrgUnitId": {
          "type": "string",
          "description": "If set, only sends notifications for telemetry data coming from devices in this org unit."
        },
        "deviceId": {
          "type": "string",
          "description": "If set, only sends notifications for telemetry data coming from this device."
        },
        "userEmail": {
          "description": "If set, only sends notifications for telemetry data coming from devices owned by this user.",
          "type": "string"
        },
        "telemetryEventNotificationFilter": {
          "description": "Only sends notifications for the telemetry events matching this filter.",
          "$ref": "GoogleChromeManagementV1alpha1TelemetryEventNotificationFilter"
        },
        "userOrgUnitId": {
          "type": "string",
          "description": "If set, only sends notifications for telemetry data coming from devices owned by users in this org unit."
        }
      },
      "description": "Configures how the telemetry data should be filtered."
    },
    "GoogleChromeManagementV1alpha1StorageStatusReport": {
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1StorageStatusReport",
      "properties": {
        "reportTime": {
          "type": "string",
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. Timestamp of when the sample was collected on device"
        },
        "disk": {
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1DiskInfo"
          },
          "type": "array",
          "deprecated": true,
          "description": "Output only. Deprecated. Use disk_report instead. Reports on disk."
        },
        "diskReport": {
          "description": "Reports on all disks.",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1DiskReport"
          },
          "type": "array"
        }
      },
      "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"
    },
    "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",
      "properties": {},
      "id": "GoogleChromeManagementV1alpha1TelemetryAudioSevereUnderrunEvent",
      "type": "object"
    },
    "GoogleChromeManagementV1alpha1NetworkStatusReport": {
      "id": "GoogleChromeManagementV1alpha1NetworkStatusReport",
      "type": "object",
      "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",
      "properties": {
        "gatewayIpv6Address": {
          "description": "Output only. The gateway IPv6 for this interface, if detected",
          "readOnly": true,
          "type": "string"
        },
        "connectionType": {
          "description": "Output only. Network connection type.",
          "enum": [
            "NETWORK_TYPE_UNSPECIFIED",
            "CELLULAR",
            "ETHERNET",
            "TETHER",
            "VPN",
            "WIFI"
          ],
          "type": "string",
          "enumDescriptions": [
            "Network connection type unspecified",
            "Cellular network connection.",
            "Ethernet network connection.",
            "Tether network connection.",
            "VPN network connection.",
            "Wifi network connection."
          ],
          "readOnly": true
        },
        "lanIpAddress": {
          "description": "Output only. LAN IP address.",
          "type": "string",
          "readOnly": true
        },
        "guid": {
          "description": "Output only. Network connection guid.",
          "type": "string",
          "readOnly": true
        },
        "transmissionPowerDbm": {
          "type": "integer",
          "readOnly": true,
          "format": "int32",
          "description": "Output only. Transmission power measured in decibels."
        },
        "wifiLinkQuality": {
          "type": "string",
          "readOnly": true,
          "format": "int64",
          "description": "Output only. Wifi link quality. Value ranges from [0, 70]. 0 indicates no signal and 70 indicates a strong signal."
        },
        "reportTime": {
          "format": "google-datetime",
          "description": "Output only. Time at which the network state was reported.",
          "type": "string",
          "readOnly": true
        },
        "encryptionOn": {
          "type": "boolean",
          "readOnly": true,
          "description": "Output only. Whether the wifi encryption key is turned off."
        },
        "linkDownSpeedKbps": {
          "description": "Output only. The maximum downstream bandwidth in Kilobits per second (Kbps), if reported by the network interface or connection.",
          "format": "int64",
          "readOnly": true,
          "type": "string"
        },
        "metered": {
          "description": "Output only. Whether the network was detected as metered.",
          "type": "boolean",
          "readOnly": true
        },
        "receivingBitRateMbps": {
          "format": "int64",
          "description": "Output only. Receiving bit rate measured in Megabits per second.",
          "type": "string",
          "readOnly": true
        },
        "connectionState": {
          "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."
          ],
          "readOnly": true,
          "enum": [
            "NETWORK_CONNECTION_STATE_UNSPECIFIED",
            "ONLINE",
            "CONNECTED",
            "PORTAL",
            "CONNECTING",
            "NOT_CONNECTED"
          ],
          "description": "Output only. Current connection state of the network."
        },
        "sampleFrequency": {
          "description": "Output only. Frequency the report is sampled.",
          "format": "google-duration",
          "readOnly": true,
          "type": "string"
        },
        "signalStrengthDbm": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Signal strength for wireless networks measured in decibels.",
          "format": "int32"
        },
        "transmissionBitRateMbps": {
          "format": "int64",
          "description": "Output only. Transmission bit rate measured in Megabits per second.",
          "type": "string",
          "readOnly": true
        },
        "wifiPowerManagementEnabled": {
          "description": "Output only. Wifi power management enabled",
          "readOnly": true,
          "type": "boolean"
        },
        "gatewayIpAddress": {
          "description": "Output only. Gateway IP address.",
          "type": "string",
          "readOnly": true
        },
        "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\").",
          "type": "array",
          "readOnly": true,
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleChromeManagementVersionsV1GenericCaConnection": {
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1GenericCaConnection",
      "properties": {
        "caConnectionAdapterConfigReference": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. A string that references the administrator-provided configuration for the certification authority service."
        }
      },
      "description": "Describes a generic Certificate Authority Connection."
    },
    "GoogleChromeManagementV1alpha1TelemetryDevice": {
      "properties": {
        "networkInfo": {
          "readOnly": true,
          "description": "Output only. Network devices information.",
          "$ref": "GoogleChromeManagementV1alpha1NetworkInfo"
        },
        "heartbeatStatusReport": {
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1HeartbeatStatusReport"
          },
          "description": "Output only. Heartbeat status report containing timestamps periodically sorted in decreasing order of report_time"
        },
        "storageInfo": {
          "readOnly": true,
          "description": "Output only. Information of storage specs for the device.",
          "$ref": "GoogleChromeManagementV1alpha1StorageInfo"
        },
        "batteryInfo": {
          "description": "Output only. Information on battery specs for the device.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1BatteryInfo"
          },
          "type": "array"
        },
        "orgUnitId": {
          "description": "Output only. Organization unit ID of the device.",
          "type": "string",
          "readOnly": true
        },
        "memoryStatusReport": {
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1MemoryStatusReport"
          },
          "type": "array",
          "description": "Output only. Memory status reports collected periodically sorted decreasing by report_time."
        },
        "name": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Resource name of the device."
        },
        "memoryInfo": {
          "description": "Output only. Information regarding memory specs for the device.",
          "$ref": "GoogleChromeManagementV1alpha1MemoryInfo",
          "readOnly": true
        },
        "networkBandwidthReport": {
          "description": "Output only. Network bandwidth reports collected periodically sorted in a decreasing order of report_time.",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1NetworkBandwidthReport"
          }
        },
        "osUpdateStatus": {
          "description": "Output only. Contains relevant information regarding ChromeOS update status.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1OsUpdateStatus"
          },
          "type": "array"
        },
        "audioStatusReport": {
          "description": "Output only. Audio reports collected periodically sorted in a decreasing order of report_time.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1AudioStatusReport"
          },
          "type": "array"
        },
        "networkDiagnosticsReport": {
          "description": "Output only. Network diagnostics collected periodically.",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1NetworkDiagnosticsReport"
          }
        },
        "peripheralsReport": {
          "description": "Output only. Peripherals reports collected periodically sorted in a decreasing order of report_time.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1PeripheralsReport"
          },
          "type": "array"
        },
        "networkStatusReport": {
          "description": "Output only. Network specs collected periodically.",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1NetworkStatusReport"
          }
        },
        "graphicsStatusReport": {
          "description": "Output only. Graphics reports collected periodically.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1GraphicsStatusReport"
          },
          "type": "array"
        },
        "appReport": {
          "description": "Output only. App reports collected periodically sorted in a decreasing order of report_time.",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1AppReport"
          }
        },
        "serialNumber": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Device serial number. This value is the same as the Admin Console's Serial Number in the ChromeOS Devices tab."
        },
        "storageStatusReport": {
          "description": "Output only. Storage reports collected periodically.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1StorageStatusReport"
          },
          "type": "array"
        },
        "customer": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Google Workspace Customer whose enterprise enrolled the device."
        },
        "deviceId": {
          "type": "string",
          "readOnly": true,
          "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"
        },
        "cpuStatusReport": {
          "description": "Output only. CPU status reports collected periodically sorted in a decreasing order of report_time.",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1CpuStatusReport"
          },
          "type": "array"
        },
        "batteryStatusReport": {
          "description": "Output only. Battery reports collected periodically.",
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1BatteryStatusReport"
          }
        },
        "kioskAppStatusReport": {
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1KioskAppStatusReport"
          },
          "description": "Output only. Kiosk App status report for the kiosk device"
        },
        "thunderboltInfo": {
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1ThunderboltInfo"
          },
          "description": "Output only. Information on the Thunderbolt bus."
        },
        "cpuInfo": {
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1CpuInfo"
          },
          "description": "Output only. Information regarding CPU specs for the device."
        },
        "graphicsInfo": {
          "readOnly": true,
          "description": "Output only. Contains information regarding Graphic peripherals for the device.",
          "$ref": "GoogleChromeManagementV1alpha1GraphicsInfo"
        },
        "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,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1RuntimeCountersReport"
          },
          "type": "array"
        },
        "userSessionActivityReport": {
          "type": "array",
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1UserSessionActivityReport"
          },
          "description": "Output only. User session activity reports collected periodically sorted in a decreasing order of report_time."
        },
        "bootPerformanceReport": {
          "readOnly": true,
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1BootPerformanceReport"
          },
          "type": "array",
          "description": "Output only. Boot performance reports of the device."
        }
      },
      "description": "Telemetry data collected from a managed device. Granular permission needed: TELEMETRY_API_DEVICE",
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1TelemetryDevice"
    },
    "GoogleChromeManagementV1alpha1TelemetryEventNotificationFilter": {
      "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"
            ]
          }
        }
      },
      "description": "Configures how the telemetry events should be filtered.",
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1TelemetryEventNotificationFilter"
    },
    "GoogleChromeManagementV1alpha1DisplayInfo": {
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1DisplayInfo",
      "properties": {
        "serialNumber": {
          "format": "int32",
          "description": "Output only. Serial number.",
          "type": "integer",
          "readOnly": true
        },
        "edidVersion": {
          "description": "Output only. EDID version.",
          "type": "string",
          "readOnly": true
        },
        "displayName": {
          "description": "Output only. Display device name.",
          "readOnly": true,
          "type": "string"
        },
        "deviceId": {
          "description": "Output only. Represents the graphics card device id.",
          "format": "int64",
          "readOnly": true,
          "type": "string"
        },
        "resolutionHeight": {
          "description": "Output only. Resolution height in pixels.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "resolutionWidth": {
          "type": "integer",
          "readOnly": true,
          "format": "int32",
          "description": "Output only. Resolution width in pixels."
        },
        "refreshRate": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Refresh rate in Hz.",
          "format": "int32"
        },
        "isInternal": {
          "type": "boolean",
          "readOnly": true,
          "description": "Output only. Indicates if display is internal or not."
        }
      },
      "description": "Information for a display."
    },
    "GoogleChromeManagementVersionsV1alpha1QueryUrlVisitsBreakdownsResponse": {
      "description": "Response message for QueryUrlVisitsBreakdowns.",
      "properties": {
        "urlVisitsBreakdowns": {
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1alpha1UrlVisitsBreakdown"
          },
          "type": "array",
          "description": "The URL visit breakdowns from the specified insight."
        },
        "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"
        }
      },
      "id": "GoogleChromeManagementVersionsV1alpha1QueryUrlVisitsBreakdownsResponse",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfile": {
      "id": "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfile",
      "type": "object",
      "description": "A representation of a Chrome browser profile.",
      "properties": {
        "affiliationState": {
          "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."
          ],
          "readOnly": true,
          "description": "Output only. The specific affiliation state of the profile.",
          "enum": [
            "AFFILIATION_STATE_UNSPECIFIED",
            "UNAFFILIATED_GENERIC",
            "PROFILE_ONLY",
            "UNAFFILIATED_LOCAL_MACHINE",
            "UNAFFILIATED_CLOUD_MACHINE",
            "AFFILIATED_CLOUD_MANAGED"
          ]
        },
        "lastPolicyFetchTime": {
          "format": "google-datetime",
          "description": "Output only. Timestamp of the latest policy fetch by the profile.",
          "type": "string",
          "readOnly": true
        },
        "lastStatusReportTime": {
          "format": "google-datetime",
          "description": "Output only. Timestamp of the latest status report by the profile.",
          "type": "string",
          "readOnly": true
        },
        "extensionCount": {
          "description": "Output only. Number of extensions installed on the profile.",
          "format": "int64",
          "readOnly": true,
          "type": "string"
        },
        "osPlatformVersion": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Major OS platform version of the device on which the profile exists, from profile reporting."
        },
        "userEmail": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Email address of the user to which the profile belongs."
        },
        "displayName": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Profile display name set by client."
        },
        "profilePermanentId": {
          "description": "Output only. Profile permanent ID is the unique identifier of a profile within one customer.",
          "type": "string",
          "readOnly": true
        },
        "browserVersion": {
          "description": "Output only. Version of the browser on which the profile exists.",
          "type": "string",
          "readOnly": true
        },
        "annotatedLocation": {
          "description": "Optional. Location of the profile annotated by the admin.",
          "type": "string"
        },
        "supportsFcmNotifications": {
          "type": "boolean",
          "readOnly": true,
          "description": "Output only. Whether the profile supports FCM notifications."
        },
        "attestationCredential": {
          "readOnly": true,
          "description": "Output only. Attestation credential information of the profile.",
          "$ref": "GoogleChromeManagementVersionsV1alpha1AttestationCredential"
        },
        "reportingData": {
          "description": "Output only. Detailed reporting data of the profile. This information is only available when the profile reporting policy is enabled.",
          "$ref": "GoogleChromeManagementVersionsV1alpha1ReportingData",
          "readOnly": true
        },
        "browserChannel": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Channel of the browser on which the profile exists."
        },
        "annotatedUser": {
          "description": "Optional. User of the profile annotated by the admin.",
          "type": "string"
        },
        "identityProvider": {
          "type": "string",
          "enumDescriptions": [
            "Represents an unspecified identity provider.",
            "Represents a Google identity provider.",
            "Represents an external identity provider."
          ],
          "readOnly": true,
          "description": "Output only. Identify provider of the profile.",
          "enum": [
            "IDENTITY_PROVIDER_UNSPECIFIED",
            "GOOGLE_IDENTITY_PROVIDER",
            "EXTERNAL_IDENTITY_PROVIDER"
          ]
        },
        "profileId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Chrome client side profile ID."
        },
        "deviceInfo": {
          "description": "Output only. Basic information of the device on which the profile exists. This information is only available for the affiliated profiles.",
          "$ref": "GoogleChromeManagementVersionsV1alpha1DeviceInfo",
          "readOnly": true
        },
        "osPlatformType": {
          "description": "Output only. OS platform of the device on which the profile exists.",
          "type": "string",
          "readOnly": true
        },
        "name": {
          "type": "string",
          "description": "Identifier. Format: customers/{customer_id}/profiles/{profile_permanent_id}"
        },
        "lastActivityTime": {
          "format": "google-datetime",
          "description": "Output only. Timestamp of the latest activity by the profile.",
          "type": "string",
          "readOnly": true
        },
        "lastPolicySyncTime": {
          "type": "string",
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. Timestamp of the latest policy sync by the profile."
        },
        "userId": {
          "description": "Output only. Unique Directory API ID of the user that can be used in Admin SDK Users API.",
          "readOnly": true,
          "type": "string"
        },
        "osVersion": {
          "description": "Output only. OS version of the device on which the profile exists.",
          "readOnly": true,
          "type": "string"
        },
        "firstEnrollmentTime": {
          "type": "string",
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. Timestamp of the first enrollment of the profile."
        },
        "policyCount": {
          "format": "int64",
          "description": "Output only. Number of policies applied on the profile.",
          "type": "string",
          "readOnly": true
        },
        "etag": {
          "description": "Output only. Etag of this ChromeBrowserProfile resource. This etag can be used with UPDATE operation to ensure consistency.",
          "type": "string",
          "readOnly": true
        }
      }
    },
    "GoogleChromeManagementV1alpha1TelemetryUsbPeripheralsEvent": {
      "id": "GoogleChromeManagementV1alpha1TelemetryUsbPeripheralsEvent",
      "type": "object",
      "description": "`TelemetryUsbPeripheralsEvent` is triggered USB devices are either added or removed. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT",
      "properties": {
        "usbPeripheralReport": {
          "description": "List of usb devices that were either added or removed.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1UsbPeripheralReport"
          }
        }
      }
    },
    "GoogleChromeManagementVersionsV1ChromeOsUserSession": {
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1ChromeOsUserSession",
      "properties": {
        "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.",
          "$ref": "GoogleChromeManagementVersionsV1ChromeOsDevice",
          "readOnly": true
        },
        "userDirectoryApiId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The unique Directory API ID of the user."
        },
        "userPrimaryEmail": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The primary e-mail address of the user."
        }
      },
      "description": "Describes the ChromeOS user session that a `CertificateProvisioningProcess` belongs to."
    },
    "GoogleChromeManagementV1alpha1TelemetryAppInstallEvent": {
      "id": "GoogleChromeManagementV1alpha1TelemetryAppInstallEvent",
      "type": "object",
      "description": "App installation data.",
      "properties": {
        "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"
          ]
        },
        "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"
          ]
        },
        "appId": {
          "type": "string",
          "description": "App id. For PWAs this is the start URL, and for extensions this is the extension id."
        },
        "appType": {
          "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."
          ],
          "description": "Type of app.",
          "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"
          ]
        }
      }
    },
    "GoogleChromeManagementV1alpha1DiskInfo": {
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1DiskInfo",
      "deprecated": true,
      "properties": {
        "model": {
          "description": "Output only. Disk model.",
          "type": "string",
          "readOnly": true
        },
        "readTimeThisSession": {
          "format": "google-duration",
          "description": "Output only. Time spent reading from disk since last boot.",
          "type": "string",
          "readOnly": true
        },
        "manufacturer": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Disk manufacturer."
        },
        "sizeBytes": {
          "type": "string",
          "readOnly": true,
          "format": "int64",
          "description": "Output only. Disk size."
        },
        "discardTimeThisSession": {
          "type": "string",
          "readOnly": true,
          "format": "google-duration",
          "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+."
        },
        "serialNumber": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Disk serial number."
        },
        "health": {
          "description": "Output only. Disk health.",
          "type": "string",
          "readOnly": true
        },
        "volumeIds": {
          "description": "Output only. Disk volumes.",
          "type": "array",
          "readOnly": true,
          "items": {
            "type": "string"
          }
        },
        "writeTimeThisSession": {
          "description": "Output only. Time spent writing to disk since last boot.",
          "format": "google-duration",
          "readOnly": true,
          "type": "string"
        },
        "bytesReadThisSession": {
          "description": "Output only. Number of bytes read since last boot.",
          "format": "int64",
          "readOnly": true,
          "type": "string"
        },
        "bytesWrittenThisSession": {
          "description": "Output only. Number of bytes written since last boot.",
          "format": "int64",
          "readOnly": true,
          "type": "string"
        },
        "type": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Disk type: eMMC / NVMe / ATA / SCSI."
        },
        "ioTimeThisSession": {
          "format": "google-duration",
          "description": "Output only. Counts the time the disk and queue were busy, so unlike the fields above, parallel requests are not counted multiple times.",
          "type": "string",
          "readOnly": true
        }
      },
      "description": "Deprecated. Use StorageDiskInfo instead. Status of the single storage device."
    },
    "GoogleChromeManagementV1alpha1DiskReport": {
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1DiskReport",
      "properties": {
        "ioTimeThisSession": {
          "format": "google-duration",
          "description": "Output only. Counts the time the disk and queue were busy, so unlike the fields above, parallel requests are not counted multiple times.",
          "type": "string",
          "readOnly": true
        },
        "discardTimeThisSession": {
          "readOnly": true,
          "type": "string",
          "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+.",
          "format": "google-duration"
        },
        "bytesWrittenThisSession": {
          "format": "int64",
          "description": "Output only. Number of bytes written since last boot.",
          "type": "string",
          "readOnly": true
        },
        "writeTimeThisSession": {
          "type": "string",
          "readOnly": true,
          "format": "google-duration",
          "description": "Output only. Time spent writing to disk since last boot."
        },
        "readTimeThisSession": {
          "description": "Output only. Time spent reading from disk since last boot.",
          "format": "google-duration",
          "readOnly": true,
          "type": "string"
        },
        "serialNumber": {
          "description": "Output only. Disk serial number.",
          "type": "string",
          "readOnly": true
        },
        "bytesReadThisSession": {
          "type": "string",
          "readOnly": true,
          "format": "int64",
          "description": "Output only. Number of bytes read since last boot."
        }
      },
      "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"
    },
    "GoogleChromeManagementV1alpha1ListTelemetryNotificationConfigsResponse": {
      "id": "GoogleChromeManagementV1alpha1ListTelemetryNotificationConfigsResponse",
      "type": "object",
      "description": "Response message for listing notification configs for a customer.",
      "properties": {
        "telemetryNotificationConfigs": {
          "description": "The telemetry notification configs from the specified customer.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1TelemetryNotificationConfig"
          }
        },
        "nextPageToken": {
          "type": "string",
          "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."
        }
      }
    },
    "GoogleChromeManagementV1alpha1StorageInfoDiskVolume": {
      "id": "GoogleChromeManagementV1alpha1StorageInfoDiskVolume",
      "type": "object",
      "description": "Information for disk volumes",
      "properties": {
        "storageFreeBytes": {
          "description": "Free storage space in bytes.",
          "format": "int64",
          "type": "string"
        },
        "volumeId": {
          "type": "string",
          "description": "Disk volume id."
        },
        "storageTotalBytes": {
          "type": "string",
          "description": "Total storage space in bytes.",
          "format": "int64"
        }
      }
    },
    "GoogleChromeManagementV1alpha1ListTelemetryUsersResponse": {
      "properties": {
        "telemetryUsers": {
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1TelemetryUser"
          },
          "type": "array",
          "description": "Telemetry users returned in the response."
        },
        "nextPageToken": {
          "description": "Token to specify next page in the list.",
          "type": "string"
        }
      },
      "description": "Response message for listing telemetry users for a customer.",
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1ListTelemetryUsersResponse"
    },
    "GoogleChromeManagementV1alpha1TelemetryUserInfo": {
      "id": "GoogleChromeManagementV1alpha1TelemetryUserInfo",
      "type": "object",
      "description": "Information about a user associated with telemetry data. * Granular permission needed: TELEMETRY_API_USER",
      "properties": {
        "email": {
          "description": "Output only. User's email.",
          "readOnly": true,
          "type": "string"
        },
        "orgUnitId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Organization unit ID of the user."
        }
      }
    },
    "GoogleChromeManagementV1alpha1StorageInfo": {
      "id": "GoogleChromeManagementV1alpha1StorageInfo",
      "type": "object",
      "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",
      "properties": {
        "volume": {
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1StorageInfoDiskVolume"
          },
          "description": "Information for disk volumes"
        },
        "disk": {
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1alpha1StorageDiskInfo"
          },
          "description": "Information for all disks."
        },
        "availableDiskBytes": {
          "format": "int64",
          "description": "The available space for user data storage in the device in bytes.",
          "type": "string"
        },
        "totalDiskBytes": {
          "description": "The total space for user data storage in the device in bytes.",
          "format": "int64",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1alpha1BatteryInfo": {
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1BatteryInfo",
      "properties": {
        "serialNumber": {
          "description": "Output only. Battery serial number.",
          "readOnly": true,
          "type": "string"
        },
        "manufacturer": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Battery manufacturer."
        },
        "technology": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Technology of the battery. Example: Li-ion"
        },
        "designCapacity": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Design capacity (mAmpere-hours).",
          "format": "int64"
        },
        "designMinVoltage": {
          "format": "int32",
          "description": "Output only. Designed minimum output voltage (mV)",
          "type": "integer",
          "readOnly": true
        },
        "manufactureDate": {
          "readOnly": true,
          "description": "Output only. The date the battery was manufactured.",
          "$ref": "GoogleTypeDate"
        }
      },
      "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"
    },
    "GoogleChromeManagementV1alpha1TouchScreenDevice": {
      "type": "object",
      "id": "GoogleChromeManagementV1alpha1TouchScreenDevice",
      "properties": {
        "displayName": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Touch screen device display name."
        },
        "stylusCapable": {
          "description": "Output only. Touch screen device is stylus capable or not.",
          "readOnly": true,
          "type": "boolean"
        },
        "touchPointCount": {
          "type": "integer",
          "readOnly": true,
          "format": "int32",
          "description": "Output only. Number of touch points supported on the device."
        }
      },
      "description": "Information of an internal touch screen device."
    },
    "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"
        }
      }
    }
  },
  "revision": "20260812",
  "batchPath": "batch",
  "basePath": "",
  "parameters": {
    "alt": {
      "type": "string",
      "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",
      "description": "Data format for response.",
      "default": "json",
      "enum": [
        "json",
        "media",
        "proto"
      ]
    },
    "oauth_token": {
      "description": "OAuth 2.0 token for the current user.",
      "type": "string",
      "location": "query"
    },
    "prettyPrint": {
      "type": "boolean",
      "default": "true",
      "location": "query",
      "description": "Returns response with indentations and line breaks."
    },
    "callback": {
      "type": "string",
      "location": "query",
      "description": "JSONP"
    },
    "fields": {
      "type": "string",
      "location": "query",
      "description": "Selector specifying which fields to include in a partial response."
    },
    "quotaUser": {
      "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.",
      "type": "string",
      "location": "query"
    },
    "uploadType": {
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
      "type": "string",
      "location": "query"
    },
    "$.xgafv": {
      "description": "V1 error format.",
      "enum": [
        "1",
        "2"
      ],
      "type": "string",
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ],
      "location": "query"
    },
    "key": {
      "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.",
      "type": "string",
      "location": "query"
    },
    "access_token": {
      "type": "string",
      "location": "query",
      "description": "OAuth access token."
    },
    "upload_protocol": {
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
      "type": "string",
      "location": "query"
    }
  },
  "rootUrl": "https://chromemanagement.googleapis.com/",
  "protocol": "rest",
  "icons": {
    "x16": "http://www.google.com/images/icons/product/search-16.gif",
    "x32": "http://www.google.com/images/icons/product/search-32.gif"
  },
  "resources": {
    "customers": {
      "resources": {
        "profiles": {
          "methods": {
            "get": {
              "flatPath": "v1alpha1/customers/{customersId}/profiles/{profilesId}",
              "description": "Gets a Chrome browser profile with customer ID and profile permanent ID.",
              "id": "chromemanagement.customers.profiles.get",
              "parameters": {
                "name": {
                  "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}",
                  "pattern": "^customers/[^/]+/profiles/[^/]+$",
                  "required": true,
                  "location": "path",
                  "type": "string"
                }
              },
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "GET",
              "path": "v1alpha1/{+name}",
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfile"
              },
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.profiles",
                "https://www.googleapis.com/auth/chrome.management.profiles.readonly"
              ]
            },
            "list": {
              "id": "chromemanagement.customers.profiles.list",
              "flatPath": "v1alpha1/customers/{customersId}/profiles",
              "description": "Lists Chrome browser profiles of a customer based on the given search and sorting criteria.",
              "httpMethod": "GET",
              "path": "v1alpha1/{+parent}/profiles",
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1alpha1ListChromeBrowserProfilesResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.profiles",
                "https://www.googleapis.com/auth/chrome.management.profiles.readonly"
              ],
              "parameters": {
                "pageToken": {
                  "location": "query",
                  "type": "string",
                  "description": "Optional. The page token used to retrieve a specific page of the listing request."
                },
                "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"
                },
                "parent": {
                  "location": "path",
                  "type": "string",
                  "pattern": "^customers/[^/]+$",
                  "required": true,
                  "description": "Required. Format: customers/{customer_id}"
                },
                "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.",
                  "format": "int32",
                  "location": "query",
                  "type": "integer"
                }
              },
              "parameterOrder": [
                "parent"
              ]
            },
            "delete": {
              "httpMethod": "DELETE",
              "path": "v1alpha1/{+name}",
              "response": {
                "$ref": "GoogleProtobufEmpty"
              },
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.profiles"
              ],
              "parameters": {
                "name": {
                  "location": "path",
                  "type": "string",
                  "pattern": "^customers/[^/]+/profiles/[^/]+$",
                  "required": true,
                  "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}"
                }
              },
              "parameterOrder": [
                "name"
              ],
              "id": "chromemanagement.customers.profiles.delete",
              "flatPath": "v1alpha1/customers/{customersId}/profiles/{profilesId}",
              "description": "Deletes the data collected from a Chrome browser profile."
            }
          },
          "resources": {
            "commands": {
              "methods": {
                "get": {
                  "id": "chromemanagement.customers.profiles.commands.get",
                  "flatPath": "v1alpha1/customers/{customersId}/profiles/{profilesId}/commands/{commandsId}",
                  "description": "Gets a Chrome browser profile remote command.",
                  "parameters": {
                    "name": {
                      "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}/commands/{command_id}",
                      "required": true,
                      "pattern": "^customers/[^/]+/profiles/[^/]+/commands/[^/]+$",
                      "location": "path",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "httpMethod": "GET",
                  "path": "v1alpha1/{+name}",
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfileCommand"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.profiles",
                    "https://www.googleapis.com/auth/chrome.management.profiles.readonly"
                  ]
                },
                "list": {
                  "parameters": {
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "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.",
                      "format": "int32"
                    },
                    "pageToken": {
                      "description": "Optional. The page token used to retrieve a specific page of the listing request.",
                      "location": "query",
                      "type": "string"
                    },
                    "parent": {
                      "required": true,
                      "pattern": "^customers/[^/]+/profiles/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1alpha1/{+parent}/commands",
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1ListChromeBrowserProfileCommandsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.profiles",
                    "https://www.googleapis.com/auth/chrome.management.profiles.readonly"
                  ],
                  "httpMethod": "GET",
                  "id": "chromemanagement.customers.profiles.commands.list",
                  "flatPath": "v1alpha1/customers/{customersId}/profiles/{profilesId}/commands",
                  "description": "Lists remote commands of a Chrome browser profile."
                },
                "create": {
                  "parameters": {
                    "parent": {
                      "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}",
                      "location": "path",
                      "type": "string",
                      "required": true,
                      "pattern": "^customers/[^/]+/profiles/[^/]+$"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "httpMethod": "POST",
                  "path": "v1alpha1/{+parent}/commands",
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfileCommand"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.profiles"
                  ],
                  "request": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1ChromeBrowserProfileCommand"
                  },
                  "flatPath": "v1alpha1/customers/{customersId}/profiles/{profilesId}/commands",
                  "description": "Creates a Chrome browser profile remote command.",
                  "id": "chromemanagement.customers.profiles.commands.create"
                }
              }
            }
          }
        },
        "enterprise": {
          "resources": {
            "securityInsights": {
              "methods": {
                "checkEnablementStatus": {
                  "flatPath": "v1alpha1/customers/{customersId}/enterprise/securityInsights:checkEnablementStatus",
                  "description": "Gets the setting state of the insights feature for the customer.",
                  "id": "chromemanagement.customers.enterprise.securityInsights.checkEnablementStatus",
                  "httpMethod": "GET",
                  "path": "v1alpha1/{+customer}/enterprise/securityInsights:checkEnablementStatus",
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1CheckEnablementStatusResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.securityinsights",
                    "https://www.googleapis.com/auth/chrome.management.securityinsights.readonly"
                  ],
                  "parameters": {
                    "customer": {
                      "description": "Required. The customer to check the enablement status for. Format: customers/{customer_id}",
                      "location": "path",
                      "type": "string",
                      "pattern": "^customers/[^/]+$",
                      "required": true
                    }
                  },
                  "parameterOrder": [
                    "customer"
                  ]
                },
                "enable": {
                  "httpMethod": "POST",
                  "path": "v1alpha1/{+customer}/enterprise/securityInsights:enable",
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1EnableInsightsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.securityinsights"
                  ],
                  "parameters": {
                    "customer": {
                      "description": "Required. The customer to enable insights for. Format: customers/{customer}",
                      "required": true,
                      "pattern": "^customers/[^/]+$",
                      "location": "path",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "customer"
                  ],
                  "request": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1EnableInsightsRequest"
                  },
                  "flatPath": "v1alpha1/customers/{customersId}/enterprise/securityInsights:enable",
                  "description": "Enables insights for the customer and sets up required chrome connectors.",
                  "id": "chromemanagement.customers.enterprise.securityInsights.enable"
                },
                "disable": {
                  "parameters": {
                    "customer": {
                      "required": true,
                      "pattern": "^customers/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "description": "Required. The customer to disable insights for. Format: customers/{customer}"
                    }
                  },
                  "parameterOrder": [
                    "customer"
                  ],
                  "httpMethod": "POST",
                  "path": "v1alpha1/{+customer}/enterprise/securityInsights:disable",
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1DisableInsightsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.securityinsights"
                  ],
                  "request": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1DisableInsightsRequest"
                  },
                  "flatPath": "v1alpha1/customers/{customersId}/enterprise/securityInsights:disable",
                  "description": "Disables insights for the customer.",
                  "id": "chromemanagement.customers.enterprise.securityInsights.disable"
                },
                "queryUrlVisits": {
                  "parameters": {
                    "customer": {
                      "required": true,
                      "pattern": "^customers/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "description": "Required. The customer ID in the format \"customers/{customer_id}\"."
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "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\"`"
                    }
                  },
                  "parameterOrder": [
                    "customer"
                  ],
                  "path": "v1alpha1/{+customer}/enterprise/securityInsights:queryUrlVisits",
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1QueryUrlVisitsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.securityinsights",
                    "https://www.googleapis.com/auth/chrome.management.securityinsights.readonly"
                  ],
                  "httpMethod": "GET",
                  "flatPath": "v1alpha1/customers/{customersId}/enterprise/securityInsights:queryUrlVisits",
                  "description": "Returns a high-level summary of URL visits for a given customer. Requires a Chrome Enterprise Premium subscription. If the customer does not have this subscription, query results will be empty.",
                  "id": "chromemanagement.customers.enterprise.securityInsights.queryUrlVisits"
                },
                "queryContentTransfers": {
                  "httpMethod": "GET",
                  "path": "v1alpha1/{+customer}/enterprise/securityInsights:queryContentTransfers",
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1QueryContentTransfersResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.securityinsights",
                    "https://www.googleapis.com/auth/chrome.management.securityinsights.readonly"
                  ],
                  "parameters": {
                    "customer": {
                      "pattern": "^customers/[^/]+$",
                      "required": true,
                      "location": "path",
                      "type": "string",
                      "description": "Required. The customer ID in the format \"customers/{customer_id}\"."
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "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\"`"
                    }
                  },
                  "parameterOrder": [
                    "customer"
                  ],
                  "flatPath": "v1alpha1/customers/{customersId}/enterprise/securityInsights:queryContentTransfers",
                  "description": "Returns a high-level summary of content transfers for a given customer.",
                  "id": "chromemanagement.customers.enterprise.securityInsights.queryContentTransfers"
                },
                "queryContentTransfersBreakdowns": {
                  "flatPath": "v1alpha1/customers/{customersId}/enterprise/securityInsights:queryContentTransfersBreakdowns",
                  "description": "Returns summaries of content transfers for a given metric and breakdown dimension.",
                  "id": "chromemanagement.customers.enterprise.securityInsights.queryContentTransfersBreakdowns",
                  "parameters": {
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "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.",
                      "format": "int32"
                    },
                    "breakdown": {
                      "enum": [
                        "CONTENT_TRANSFERS_BREAKDOWN_DIMENSION_UNSPECIFIED",
                        "USER",
                        "EVENT_DOMAIN",
                        "CONTENT_CATEGORY"
                      ],
                      "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."
                      ]
                    },
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "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."
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "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\"`"
                    },
                    "metric": {
                      "description": "Optional. The metric to return the breakdowns for. Defaults to CONTENT_TRANSFERS_METRIC_TOTAL_TRANSFERS.",
                      "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"
                      ],
                      "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."
                      ]
                    },
                    "fixedTimeRange": {
                      "location": "query",
                      "type": "string",
                      "enumDescriptions": [
                        "Unspecified fixed time range. Defaults to FIXED_TIME_RANGE_FOUR_WEEKS.",
                        "Four hours.",
                        "One day.",
                        "One week.",
                        "Four weeks."
                      ],
                      "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.",
                      "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"
                      ]
                    },
                    "customer": {
                      "required": true,
                      "pattern": "^customers/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "description": "Required. The customer ID in the format \"customers/{customer_id}\"."
                    }
                  },
                  "parameterOrder": [
                    "customer"
                  ],
                  "httpMethod": "GET",
                  "path": "v1alpha1/{+customer}/enterprise/securityInsights:queryContentTransfersBreakdowns",
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1QueryContentTransfersBreakdownsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.securityinsights",
                    "https://www.googleapis.com/auth/chrome.management.securityinsights.readonly"
                  ]
                },
                "queryUrlVisitsBreakdowns": {
                  "id": "chromemanagement.customers.enterprise.securityInsights.queryUrlVisitsBreakdowns",
                  "flatPath": "v1alpha1/customers/{customersId}/enterprise/securityInsights:queryUrlVisitsBreakdowns",
                  "description": "Returns summaries of URL visits for a given metric and breakdown dimension. Requires a Chrome Enterprise Premium subscription. If the customer does not have this subscription, query results will be empty.",
                  "path": "v1alpha1/{+customer}/enterprise/securityInsights:queryUrlVisitsBreakdowns",
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1alpha1QueryUrlVisitsBreakdownsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.securityinsights",
                    "https://www.googleapis.com/auth/chrome.management.securityinsights.readonly"
                  ],
                  "httpMethod": "GET",
                  "parameters": {
                    "customer": {
                      "pattern": "^customers/[^/]+$",
                      "required": true,
                      "location": "path",
                      "type": "string",
                      "description": "Required. The customer ID in the format \"customers/{customer_id}\"."
                    },
                    "fixedTimeRange": {
                      "location": "query",
                      "type": "string",
                      "enumDescriptions": [
                        "Unspecified fixed time range. Defaults to FIXED_TIME_RANGE_FOUR_WEEKS.",
                        "Four hours.",
                        "One day.",
                        "One week.",
                        "Four weeks."
                      ],
                      "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.",
                      "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"
                      ]
                    },
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "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."
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "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\"`"
                    },
                    "metric": {
                      "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"
                      ],
                      "description": "Optional. The metric to return the breakdowns for. Defaults to URL_VISITS_METRIC_TOTAL_SUSPICIOUS_URL_VISITS."
                    },
                    "pageSize": {
                      "format": "int32",
                      "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"
                    },
                    "breakdown": {
                      "enum": [
                        "URL_VISITS_BREAKDOWN_DIMENSION_UNSPECIFIED",
                        "USER",
                        "EVENT_DOMAIN"
                      ],
                      "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."
                      ]
                    }
                  },
                  "parameterOrder": [
                    "customer"
                  ]
                }
              }
            }
          }
        },
        "thirdPartyProfileUsers": {
          "methods": {
            "move": {
              "id": "chromemanagement.customers.thirdPartyProfileUsers.move",
              "flatPath": "v1alpha1/customers/{customersId}/thirdPartyProfileUsers/{thirdPartyProfileUsersId}:move",
              "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.",
              "request": {
                "$ref": "GoogleChromeManagementVersionsV1alpha1MoveThirdPartyProfileUserRequest"
              },
              "httpMethod": "POST",
              "path": "v1alpha1/{+name}:move",
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1alpha1MoveThirdPartyProfileUserResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.profiles"
              ],
              "parameters": {
                "name": {
                  "description": "Required. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}",
                  "pattern": "^customers/[^/]+/thirdPartyProfileUsers/[^/]+$",
                  "required": true,
                  "location": "path",
                  "type": "string"
                }
              },
              "parameterOrder": [
                "name"
              ]
            }
          }
        },
        "telemetry": {
          "resources": {
            "devices": {
              "methods": {
                "list": {
                  "parameters": {
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "format": "int32",
                      "description": "Maximum number of results to return. Default value is 100. Maximum value is 1000."
                    },
                    "parent": {
                      "location": "path",
                      "type": "string",
                      "required": true,
                      "pattern": "^customers/[^/]+$",
                      "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request."
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "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\"."
                    },
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "Token to specify next page in the list."
                    },
                    "readMask": {
                      "location": "query",
                      "type": "string",
                      "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 ",
                      "format": "google-fieldmask"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1alpha1/{+parent}/telemetry/devices",
                  "response": {
                    "$ref": "GoogleChromeManagementV1alpha1ListTelemetryDevicesResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.reports.readonly",
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "httpMethod": "GET",
                  "flatPath": "v1alpha1/customers/{customersId}/telemetry/devices",
                  "description": "List all telemetry devices.",
                  "id": "chromemanagement.customers.telemetry.devices.list"
                },
                "get": {
                  "parameters": {
                    "name": {
                      "description": "Required. Name of the `TelemetryDevice` to return.",
                      "location": "path",
                      "type": "string",
                      "pattern": "^customers/[^/]+/telemetry/devices/[^/]+$",
                      "required": true
                    },
                    "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 ",
                      "format": "google-fieldmask",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1alpha1/{+name}",
                  "response": {
                    "$ref": "GoogleChromeManagementV1alpha1TelemetryDevice"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.reports.readonly",
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "httpMethod": "GET",
                  "id": "chromemanagement.customers.telemetry.devices.get",
                  "flatPath": "v1alpha1/customers/{customersId}/telemetry/devices/{devicesId}",
                  "description": "Get telemetry device."
                }
              }
            },
            "users": {
              "methods": {
                "list": {
                  "parameters": {
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "description": "Maximum number of results to return. Default value is 100. Maximum value is 1000.",
                      "format": "int32"
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "description": "Only include resources that match the filter. Supported filter fields: - user_id - user_org_unit_id "
                    },
                    "pageToken": {
                      "description": "Token to specify next page in the list.",
                      "location": "query",
                      "type": "string"
                    },
                    "parent": {
                      "pattern": "^customers/[^/]+$",
                      "required": true,
                      "location": "path",
                      "type": "string",
                      "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request."
                    },
                    "readMask": {
                      "location": "query",
                      "type": "string",
                      "format": "google-fieldmask",
                      "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 "
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "httpMethod": "GET",
                  "path": "v1alpha1/{+parent}/telemetry/users",
                  "response": {
                    "$ref": "GoogleChromeManagementV1alpha1ListTelemetryUsersResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.reports.readonly",
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "flatPath": "v1alpha1/customers/{customersId}/telemetry/users",
                  "description": "List all telemetry users.",
                  "id": "chromemanagement.customers.telemetry.users.list"
                },
                "get": {
                  "parameters": {
                    "name": {
                      "location": "path",
                      "type": "string",
                      "required": true,
                      "pattern": "^customers/[^/]+/telemetry/users/[^/]+$",
                      "description": "Required. Name of the `TelemetryUser` to return."
                    },
                    "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 ",
                      "format": "google-fieldmask",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "httpMethod": "GET",
                  "path": "v1alpha1/{+name}",
                  "response": {
                    "$ref": "GoogleChromeManagementV1alpha1TelemetryUser"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.reports.readonly",
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "id": "chromemanagement.customers.telemetry.users.get",
                  "flatPath": "v1alpha1/customers/{customersId}/telemetry/users/{usersId}",
                  "description": "Get telemetry user."
                }
              }
            },
            "events": {
              "methods": {
                "list": {
                  "flatPath": "v1alpha1/customers/{customersId}/telemetry/events",
                  "description": "List telemetry events.",
                  "id": "chromemanagement.customers.telemetry.events.list",
                  "parameters": {
                    "readMask": {
                      "format": "google-fieldmask",
                      "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"
                    },
                    "pageSize": {
                      "format": "int32",
                      "description": "Optional. Maximum number of results to return. Default value is 100. Maximum value is 1000.",
                      "location": "query",
                      "type": "integer"
                    },
                    "parent": {
                      "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request.",
                      "location": "path",
                      "type": "string",
                      "required": true,
                      "pattern": "^customers/[^/]+$"
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "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\"."
                    },
                    "pageToken": {
                      "description": "Optional. Token to specify next page in the list.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "httpMethod": "GET",
                  "path": "v1alpha1/{+parent}/telemetry/events",
                  "response": {
                    "$ref": "GoogleChromeManagementV1alpha1ListTelemetryEventsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.reports.readonly",
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ]
                }
              }
            },
            "notificationConfigs": {
              "methods": {
                "list": {
                  "httpMethod": "GET",
                  "path": "v1alpha1/{+parent}/telemetry/notificationConfigs",
                  "response": {
                    "$ref": "GoogleChromeManagementV1alpha1ListTelemetryNotificationConfigsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.reports.readonly",
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "parameters": {
                    "parent": {
                      "description": "Required. The parent which owns the notification configs.",
                      "location": "path",
                      "type": "string",
                      "required": true,
                      "pattern": "^customers/[^/]+$"
                    },
                    "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"
                    },
                    "pageSize": {
                      "format": "int32",
                      "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"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "id": "chromemanagement.customers.telemetry.notificationConfigs.list",
                  "flatPath": "v1alpha1/customers/{customersId}/telemetry/notificationConfigs",
                  "description": "List all telemetry notification configs."
                },
                "create": {
                  "parameters": {
                    "parent": {
                      "description": "Required. The parent resource where this notification config will be created. Format: `customers/{customer}`",
                      "location": "path",
                      "type": "string",
                      "pattern": "^customers/[^/]+$",
                      "required": true
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1alpha1/{+parent}/telemetry/notificationConfigs",
                  "response": {
                    "$ref": "GoogleChromeManagementV1alpha1TelemetryNotificationConfig"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.reports.readonly",
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "GoogleChromeManagementV1alpha1TelemetryNotificationConfig"
                  },
                  "flatPath": "v1alpha1/customers/{customersId}/telemetry/notificationConfigs",
                  "description": "Create a telemetry notification config.",
                  "id": "chromemanagement.customers.telemetry.notificationConfigs.create"
                },
                "patch": {
                  "flatPath": "v1alpha1/customers/{customersId}/telemetry/notificationConfigs/{notificationConfigsId}",
                  "description": "Update a telemetry notification config.",
                  "id": "chromemanagement.customers.telemetry.notificationConfigs.patch",
                  "httpMethod": "PATCH",
                  "path": "v1alpha1/{+name}",
                  "response": {
                    "$ref": "GoogleChromeManagementV1alpha1TelemetryNotificationConfig"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.reports.readonly",
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "parameters": {
                    "updateMask": {
                      "location": "query",
                      "type": "string",
                      "description": "The list of fields to update.",
                      "format": "google-fieldmask"
                    },
                    "name": {
                      "required": true,
                      "pattern": "^customers/[^/]+/telemetry/notificationConfigs/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "description": "Output only. Resource name of the notification configuration."
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "request": {
                    "$ref": "GoogleChromeManagementV1alpha1TelemetryNotificationConfig"
                  }
                },
                "delete": {
                  "httpMethod": "DELETE",
                  "path": "v1alpha1/{+name}",
                  "response": {
                    "$ref": "GoogleProtobufEmpty"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.reports.readonly",
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the notification config to delete. Format: `customers/{customer}/telemetry/notificationConfigs/{notification_config}`",
                      "location": "path",
                      "type": "string",
                      "required": true,
                      "pattern": "^customers/[^/]+/telemetry/notificationConfigs/[^/]+$"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "id": "chromemanagement.customers.telemetry.notificationConfigs.delete",
                  "flatPath": "v1alpha1/customers/{customersId}/telemetry/notificationConfigs/{notificationConfigsId}",
                  "description": "Delete a telemetry notification config."
                }
              }
            }
          }
        }
      }
    }
  },
  "canonicalName": "Chrome Management",
  "servicePath": ""
}
