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