{
  "servicePath": "",
  "batchPath": "batch",
  "name": "chromemanagement",
  "canonicalName": "Chrome Management",
  "discoveryVersion": "v1",
  "id": "chromemanagement:v1",
  "fullyEncodeReservedExpansion": true,
  "version": "v1",
  "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.",
  "baseUrl": "https://chromemanagement.googleapis.com/",
  "rootUrl": "https://chromemanagement.googleapis.com/",
  "protocol": "rest",
  "resources": {
    "customers": {
      "resources": {
        "thirdPartyProfileUsers": {
          "methods": {
            "move": {
              "id": "chromemanagement.customers.thirdPartyProfileUsers.move",
              "httpMethod": "POST",
              "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.",
              "parameterOrder": [
                "name"
              ],
              "flatPath": "v1/customers/{customersId}/thirdPartyProfileUsers/{thirdPartyProfileUsersId}:move",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.profiles"
              ],
              "path": "v1/{+name}:move",
              "request": {
                "$ref": "GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest"
              },
              "parameters": {
                "name": {
                  "description": "Required. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}",
                  "type": "string",
                  "pattern": "^customers/[^/]+/thirdPartyProfileUsers/[^/]+$",
                  "location": "path",
                  "required": true
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse"
              }
            }
          }
        },
        "telemetry": {
          "resources": {
            "events": {
              "methods": {
                "list": {
                  "path": "v1/{+parent}/telemetry/events",
                  "parameters": {
                    "pageSize": {
                      "description": "Optional. Maximum number of results to return. Default value is 100. Maximum value is 1000.",
                      "format": "int32",
                      "type": "integer",
                      "location": "query"
                    },
                    "pageToken": {
                      "type": "string",
                      "description": "Optional. Token to specify next page in the list.",
                      "location": "query"
                    },
                    "parent": {
                      "location": "path",
                      "pattern": "^customers/[^/]+$",
                      "type": "string",
                      "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request.",
                      "required": true
                    },
                    "filter": {
                      "description": "Optional. Only include resources that match the filter. Although this parameter is currently optional, this parameter will be required- please specify at least 1 event type. Supported filter fields: - device_id - user_id - device_org_unit_id - user_org_unit_id - timestamp - event_type The \"timestamp\" filter accepts either the Unix Epoch milliseconds format or the RFC3339 UTC \"Zulu\" format with nanosecond resolution and up to nine fractional digits. Both formats should be surrounded by simple double quotes. Examples: \"2014-10-02T15:01:23Z\", \"2014-10-02T15:01:23.045123456Z\", \"1679283943823\".",
                      "type": "string",
                      "location": "query"
                    },
                    "readMask": {
                      "location": "query",
                      "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 ",
                      "format": "google-fieldmask",
                      "type": "string"
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementV1ListTelemetryEventsResponse"
                  },
                  "httpMethod": "GET",
                  "description": "List telemetry events.",
                  "id": "chromemanagement.customers.telemetry.events.list",
                  "flatPath": "v1/customers/{customersId}/telemetry/events",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "parameterOrder": [
                    "parent"
                  ]
                }
              }
            },
            "users": {
              "methods": {
                "list": {
                  "path": "v1/{+parent}/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 ",
                      "format": "google-fieldmask",
                      "type": "string",
                      "location": "query"
                    },
                    "pageSize": {
                      "type": "integer",
                      "description": "Maximum number of results to return. Default value is 100. Maximum value is 1000.",
                      "format": "int32",
                      "location": "query"
                    },
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "Token to specify next page in the list."
                    },
                    "parent": {
                      "type": "string",
                      "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request.",
                      "location": "path",
                      "pattern": "^customers/[^/]+$",
                      "required": true
                    },
                    "filter": {
                      "location": "query",
                      "description": "Only include resources that match the filter. Supported filter fields: - user_id - user_org_unit_id ",
                      "type": "string"
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementV1ListTelemetryUsersResponse"
                  },
                  "httpMethod": "GET",
                  "description": "List all telemetry users.",
                  "id": "chromemanagement.customers.telemetry.users.list",
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1/customers/{customersId}/telemetry/users",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ]
                },
                "get": {
                  "path": "v1/{+name}",
                  "parameters": {
                    "name": {
                      "required": true,
                      "location": "path",
                      "pattern": "^customers/[^/]+/telemetry/users/[^/]+$",
                      "type": "string",
                      "description": "Required. Name of the `TelemetryUser` to return."
                    },
                    "readMask": {
                      "type": "string",
                      "description": "Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - user_id - user_email - user_device.device_id - user_device.audio_status_report - user_device.device_activity_report - user_device.network_bandwidth_report - user_device.peripherals_report - user_device.app_report ",
                      "format": "google-fieldmask",
                      "location": "query"
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementV1TelemetryUser"
                  },
                  "httpMethod": "GET",
                  "description": "Get telemetry user.",
                  "id": "chromemanagement.customers.telemetry.users.get",
                  "flatPath": "v1/customers/{customersId}/telemetry/users/{usersId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "parameterOrder": [
                    "name"
                  ]
                }
              }
            },
            "notificationConfigs": {
              "methods": {
                "list": {
                  "parameters": {
                    "pageSize": {
                      "location": "query",
                      "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.",
                      "format": "int32",
                      "type": "integer"
                    },
                    "pageToken": {
                      "location": "query",
                      "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."
                    },
                    "parent": {
                      "required": true,
                      "location": "path",
                      "pattern": "^customers/[^/]+$",
                      "type": "string",
                      "description": "Required. The parent which owns the notification configs."
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse"
                  },
                  "path": "v1/{+parent}/telemetry/notificationConfigs",
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1/customers/{customersId}/telemetry/notificationConfigs",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "httpMethod": "GET",
                  "description": "List all telemetry notification configs.",
                  "id": "chromemanagement.customers.telemetry.notificationConfigs.list"
                },
                "create": {
                  "id": "chromemanagement.customers.telemetry.notificationConfigs.create",
                  "httpMethod": "POST",
                  "description": "Create a telemetry notification config.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1/customers/{customersId}/telemetry/notificationConfigs",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "path": "v1/{+parent}/telemetry/notificationConfigs",
                  "request": {
                    "$ref": "GoogleChromeManagementV1TelemetryNotificationConfig"
                  },
                  "parameters": {
                    "parent": {
                      "location": "path",
                      "pattern": "^customers/[^/]+$",
                      "type": "string",
                      "description": "Required. The parent resource where this notification config will be created. Format: `customers/{customer}`",
                      "required": true
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementV1TelemetryNotificationConfig"
                  }
                },
                "delete": {
                  "httpMethod": "DELETE",
                  "description": "Delete a telemetry notification config.",
                  "id": "chromemanagement.customers.telemetry.notificationConfigs.delete",
                  "parameterOrder": [
                    "name"
                  ],
                  "flatPath": "v1/customers/{customersId}/telemetry/notificationConfigs/{notificationConfigsId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "path": "v1/{+name}",
                  "parameters": {
                    "name": {
                      "required": true,
                      "pattern": "^customers/[^/]+/telemetry/notificationConfigs/[^/]+$",
                      "location": "path",
                      "description": "Required. The name of the notification config to delete. Format: `customers/{customer}/telemetry/notificationConfigs/{notification_config}`",
                      "type": "string"
                    }
                  },
                  "response": {
                    "$ref": "GoogleProtobufEmpty"
                  }
                }
              }
            },
            "devices": {
              "methods": {
                "list": {
                  "parameters": {
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "description": "Maximum number of results to return. Default value is 100. Maximum value is 1000.",
                      "format": "int32"
                    },
                    "pageToken": {
                      "description": "Token to specify next page in the list.",
                      "type": "string",
                      "location": "query"
                    },
                    "parent": {
                      "required": true,
                      "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request.",
                      "type": "string",
                      "pattern": "^customers/[^/]+$",
                      "location": "path"
                    },
                    "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"
                    },
                    "readMask": {
                      "location": "query",
                      "description": "Required. Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - device_id - serial_number - cpu_info - cpu_status_report - memory_info - memory_status_report - network_info - network_diagnostics_report - network_status_report - os_update_status - graphics_info - graphics_status_report - battery_info - battery_status_report - storage_info - storage_status_report - thunderbolt_info - audio_status_report - boot_performance_report - heartbeat_status_report - network_bandwidth_report - peripherals_report - kiosk_app_status_report - app_report - runtime_counters_report ",
                      "format": "google-fieldmask",
                      "type": "string"
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementV1ListTelemetryDevicesResponse"
                  },
                  "path": "v1/{+parent}/telemetry/devices",
                  "flatPath": "v1/customers/{customersId}/telemetry/devices",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "parameterOrder": [
                    "parent"
                  ],
                  "httpMethod": "GET",
                  "description": "List all telemetry devices.",
                  "id": "chromemanagement.customers.telemetry.devices.list"
                },
                "get": {
                  "id": "chromemanagement.customers.telemetry.devices.get",
                  "httpMethod": "GET",
                  "description": "Get telemetry device.",
                  "flatPath": "v1/customers/{customersId}/telemetry/devices/{devicesId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.telemetry.readonly"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}",
                  "parameters": {
                    "name": {
                      "required": true,
                      "type": "string",
                      "description": "Required. Name of the `TelemetryDevice` to return.",
                      "location": "path",
                      "pattern": "^customers/[^/]+/telemetry/devices/[^/]+$"
                    },
                    "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 ",
                      "format": "google-fieldmask",
                      "location": "query"
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementV1TelemetryDevice"
                  }
                }
              }
            }
          }
        },
        "profiles": {
          "methods": {
            "get": {
              "parameters": {
                "name": {
                  "required": true,
                  "type": "string",
                  "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}",
                  "location": "path",
                  "pattern": "^customers/[^/]+/profiles/[^/]+$"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfile"
              },
              "path": "v1/{+name}",
              "flatPath": "v1/customers/{customersId}/profiles/{profilesId}",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.profiles",
                "https://www.googleapis.com/auth/chrome.management.profiles.readonly"
              ],
              "parameterOrder": [
                "name"
              ],
              "id": "chromemanagement.customers.profiles.get",
              "httpMethod": "GET",
              "description": "Gets a Chrome browser profile with customer ID and profile permanent ID."
            },
            "list": {
              "httpMethod": "GET",
              "description": "Lists Chrome browser profiles of a customer based on the given search and sorting criteria.",
              "id": "chromemanagement.customers.profiles.list",
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/customers/{customersId}/profiles",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.profiles",
                "https://www.googleapis.com/auth/chrome.management.profiles.readonly"
              ],
              "path": "v1/{+parent}/profiles",
              "parameters": {
                "parent": {
                  "location": "path",
                  "pattern": "^customers/[^/]+$",
                  "type": "string",
                  "description": "Required. Format: customers/{customer_id}",
                  "required": true
                },
                "filter": {
                  "location": "query",
                  "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."
                },
                "pageSize": {
                  "location": "query",
                  "description": "Optional. The maximum number of profiles to return. The default page size is 100 if page_size is unspecified, and the maximum page size allowed is 200.",
                  "format": "int32",
                  "type": "integer"
                },
                "pageToken": {
                  "location": "query",
                  "type": "string",
                  "description": "Optional. The page token used to retrieve a specific page of the listing request."
                },
                "orderBy": {
                  "location": "query",
                  "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."
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse"
              }
            },
            "delete": {
              "path": "v1/{+name}",
              "parameters": {
                "name": {
                  "required": true,
                  "pattern": "^customers/[^/]+/profiles/[^/]+$",
                  "location": "path",
                  "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}",
                  "type": "string"
                }
              },
              "response": {
                "$ref": "GoogleProtobufEmpty"
              },
              "httpMethod": "DELETE",
              "description": "Deletes the data collected from a Chrome browser profile.",
              "id": "chromemanagement.customers.profiles.delete",
              "flatPath": "v1/customers/{customersId}/profiles/{profilesId}",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.profiles"
              ],
              "parameterOrder": [
                "name"
              ]
            }
          },
          "resources": {
            "commands": {
              "methods": {
                "create": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1/customers/{customersId}/profiles/{profilesId}/commands",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.profiles"
                  ],
                  "id": "chromemanagement.customers.profiles.commands.create",
                  "httpMethod": "POST",
                  "description": "Creates a Chrome browser profile remote command.",
                  "request": {
                    "$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand"
                  },
                  "parameters": {
                    "parent": {
                      "pattern": "^customers/[^/]+/profiles/[^/]+$",
                      "location": "path",
                      "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}",
                      "type": "string",
                      "required": true
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand"
                  },
                  "path": "v1/{+parent}/commands"
                },
                "get": {
                  "parameterOrder": [
                    "name"
                  ],
                  "flatPath": "v1/customers/{customersId}/profiles/{profilesId}/commands/{commandsId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.profiles",
                    "https://www.googleapis.com/auth/chrome.management.profiles.readonly"
                  ],
                  "id": "chromemanagement.customers.profiles.commands.get",
                  "httpMethod": "GET",
                  "description": "Gets a Chrome browser profile remote command.",
                  "parameters": {
                    "name": {
                      "required": true,
                      "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}/commands/{command_id}",
                      "type": "string",
                      "pattern": "^customers/[^/]+/profiles/[^/]+/commands/[^/]+$",
                      "location": "path"
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand"
                  },
                  "path": "v1/{+name}"
                },
                "list": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1/customers/{customersId}/profiles/{profilesId}/commands",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.profiles",
                    "https://www.googleapis.com/auth/chrome.management.profiles.readonly"
                  ],
                  "id": "chromemanagement.customers.profiles.commands.list",
                  "httpMethod": "GET",
                  "description": "Lists remote commands of a Chrome browser profile.",
                  "parameters": {
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "description": "Optional. The maximum number of commands to return. The default page size is 100 if page_size is unspecified, and the maximum page size allowed is 100.",
                      "format": "int32"
                    },
                    "pageToken": {
                      "type": "string",
                      "description": "Optional. The page token used to retrieve a specific page of the listing request.",
                      "location": "query"
                    },
                    "parent": {
                      "required": true,
                      "location": "path",
                      "pattern": "^customers/[^/]+/profiles/[^/]+$",
                      "type": "string",
                      "description": "Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}"
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse"
                  },
                  "path": "v1/{+parent}/commands"
                }
              }
            }
          }
        },
        "certificateProvisioningProcesses": {
          "methods": {
            "signData": {
              "flatPath": "v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}:signData",
              "parameterOrder": [
                "name"
              ],
              "httpMethod": "POST",
              "description": "Requests the client that initiated a certificate provisioning process to sign data. This should only be called after `ClaimCertificateProvisioningProcess` has been successfully executed.",
              "id": "chromemanagement.customers.certificateProvisioningProcesses.signData",
              "parameters": {
                "name": {
                  "pattern": "^customers/[^/]+/certificateProvisioningProcesses/[^/]+$",
                  "location": "path",
                  "description": "Required. Resource name of the `CertificateProvisioningProcess` to return. 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",
                  "required": true
                }
              },
              "response": {
                "$ref": "GoogleLongrunningOperation"
              },
              "request": {
                "$ref": "GoogleChromeManagementVersionsV1SignDataRequest"
              },
              "path": "v1/{+name}:signData"
            },
            "setFailure": {
              "path": "v1/{+name}:setFailure",
              "parameters": {
                "name": {
                  "required": true,
                  "description": "Required. Resource name of the `CertificateProvisioningProcess` to return. 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",
                  "pattern": "^customers/[^/]+/certificateProvisioningProcesses/[^/]+$",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1SetFailureResponse"
              },
              "request": {
                "$ref": "GoogleChromeManagementVersionsV1SetFailureRequest"
              },
              "httpMethod": "POST",
              "description": "Marks a certificate provisioning process as failed.",
              "id": "chromemanagement.customers.certificateProvisioningProcesses.setFailure",
              "flatPath": "v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}:setFailure",
              "parameterOrder": [
                "name"
              ]
            },
            "get": {
              "httpMethod": "GET",
              "description": "Retrieves a certificate provisioning process.",
              "path": "v1/{+name}",
              "id": "chromemanagement.customers.certificateProvisioningProcesses.get",
              "parameters": {
                "name": {
                  "location": "path",
                  "pattern": "^customers/[^/]+/certificateProvisioningProcesses/[^/]+$",
                  "type": "string",
                  "description": "Required. Resource name of the `CertificateProvisioningProcess` to return. 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.",
                  "required": true
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1CertificateProvisioningProcess"
              },
              "parameterOrder": [
                "name"
              ],
              "flatPath": "v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}"
            },
            "claim": {
              "id": "chromemanagement.customers.certificateProvisioningProcesses.claim",
              "httpMethod": "POST",
              "description": "Claims a certificate provisioning process. For each certificate provisioning process, this operation can succeed only for one `caller_instance_id`.",
              "parameterOrder": [
                "name"
              ],
              "flatPath": "v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}:claim",
              "path": "v1/{+name}:claim",
              "request": {
                "$ref": "GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest"
              },
              "parameters": {
                "name": {
                  "required": true,
                  "description": "Required. Resource name of the `CertificateProvisioningProcess` to claim. 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",
                  "pattern": "^customers/[^/]+/certificateProvisioningProcesses/[^/]+$",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessResponse"
              }
            },
            "uploadCertificate": {
              "httpMethod": "POST",
              "description": "Uploads a successfully issued certificate for a certificate provisioning process.",
              "id": "chromemanagement.customers.certificateProvisioningProcesses.uploadCertificate",
              "flatPath": "v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}:uploadCertificate",
              "parameterOrder": [
                "name"
              ],
              "path": "v1/{+name}:uploadCertificate",
              "parameters": {
                "name": {
                  "pattern": "^customers/[^/]+/certificateProvisioningProcesses/[^/]+$",
                  "location": "path",
                  "description": "Required. Resource name of the `CertificateProvisioningProcess` to return. 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",
                  "required": true
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1UploadCertificateResponse"
              },
              "request": {
                "$ref": "GoogleChromeManagementVersionsV1UploadCertificateRequest"
              }
            }
          },
          "resources": {
            "operations": {
              "methods": {
                "get": {
                  "path": "v1/{+name}",
                  "httpMethod": "GET",
                  "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
                  "id": "chromemanagement.customers.certificateProvisioningProcesses.operations.get",
                  "parameters": {
                    "name": {
                      "required": true,
                      "type": "string",
                      "description": "The name of the operation resource.",
                      "location": "path",
                      "pattern": "^customers/[^/]+/certificateProvisioningProcesses/[^/]+/operations/[^/]+$"
                    }
                  },
                  "response": {
                    "$ref": "GoogleLongrunningOperation"
                  },
                  "flatPath": "v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}/operations/{operationsId}",
                  "parameterOrder": [
                    "name"
                  ]
                }
              }
            }
          }
        },
        "connectorConfigs": {
          "methods": {
            "create": {
              "id": "chromemanagement.customers.connectorConfigs.create",
              "httpMethod": "POST",
              "description": "Creates a connector config.",
              "flatPath": "v1/customers/{customersId}/connectorConfigs",
              "parameterOrder": [
                "parent"
              ],
              "path": "v1/{+parent}/connectorConfigs",
              "request": {
                "$ref": "GoogleChromeManagementVersionsV1ConnectorConfig"
              },
              "parameters": {
                "parent": {
                  "pattern": "^customers/[^/]+$",
                  "location": "path",
                  "description": "Required. Format: customers/{customer}",
                  "type": "string",
                  "required": true
                },
                "connectorConfigId": {
                  "location": "query",
                  "type": "string",
                  "description": "Optional. ID to use for the connector config, which becomes the final component of the connector config's resource name. If provided, the ID must be 1-36 characters long, and contain only lowercase letters, digits, and hyphens. It must start with a letter, and end with a letter or number. If not provided, the connector config will be assigned a random UUID."
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1ConnectorConfig"
              }
            },
            "get": {
              "httpMethod": "GET",
              "description": "Gets a connector config with customer ID and config ID.",
              "path": "v1/{+name}",
              "id": "chromemanagement.customers.connectorConfigs.get",
              "parameters": {
                "name": {
                  "type": "string",
                  "description": "Required. Format: customers/{customer}/connectorConfigs/{connector_config}",
                  "location": "path",
                  "pattern": "^customers/[^/]+/connectorConfigs/[^/]+$",
                  "required": true
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1ConnectorConfig"
              },
              "parameterOrder": [
                "name"
              ],
              "flatPath": "v1/customers/{customersId}/connectorConfigs/{connectorConfigsId}"
            },
            "list": {
              "parameterOrder": [
                "parent"
              ],
              "flatPath": "v1/customers/{customersId}/connectorConfigs",
              "parameters": {
                "parent": {
                  "description": "Required. Format: customers/{customer}",
                  "type": "string",
                  "pattern": "^customers/[^/]+$",
                  "location": "path",
                  "required": true
                },
                "pageSize": {
                  "description": "Optional. The maximum number of connector configs to return. The default page size is 50 if page_size is unspecified, and the maximum page size allowed is 100. Values above 100 will be capped at 100.",
                  "format": "int32",
                  "type": "integer",
                  "location": "query"
                },
                "pageToken": {
                  "location": "query",
                  "type": "string",
                  "description": "Optional. A page token, received from a previous `ListConnectorConfigs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListConnectorConfigs` must match the call that provided the page token."
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1ListConnectorConfigsResponse"
              },
              "id": "chromemanagement.customers.connectorConfigs.list",
              "httpMethod": "GET",
              "description": "Lists connector configs of a customer.",
              "path": "v1/{+parent}/connectorConfigs"
            },
            "patch": {
              "parameterOrder": [
                "name"
              ],
              "flatPath": "v1/customers/{customersId}/connectorConfigs/{connectorConfigsId}",
              "httpMethod": "PATCH",
              "description": "Updates a connector config.",
              "id": "chromemanagement.customers.connectorConfigs.patch",
              "parameters": {
                "name": {
                  "location": "path",
                  "pattern": "^customers/[^/]+/connectorConfigs/[^/]+$",
                  "type": "string",
                  "description": "Identifier. Format: customers/{customer}/connectorConfigs/{connector_config}",
                  "required": true
                },
                "updateMask": {
                  "type": "string",
                  "description": "Optional. The update mask that can be used to specify which fields to update.",
                  "format": "google-fieldmask",
                  "location": "query"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementVersionsV1ConnectorConfig"
              },
              "request": {
                "$ref": "GoogleChromeManagementVersionsV1ConnectorConfig"
              },
              "path": "v1/{+name}"
            },
            "delete": {
              "id": "chromemanagement.customers.connectorConfigs.delete",
              "httpMethod": "DELETE",
              "description": "Deletes a connector config.",
              "path": "v1/{+name}",
              "parameterOrder": [
                "name"
              ],
              "flatPath": "v1/customers/{customersId}/connectorConfigs/{connectorConfigsId}",
              "parameters": {
                "name": {
                  "required": true,
                  "location": "path",
                  "pattern": "^customers/[^/]+/connectorConfigs/[^/]+$",
                  "type": "string",
                  "description": "Required. Format: customers/{customer}/connectorConfigs/{connector_config}"
                }
              },
              "response": {
                "$ref": "GoogleProtobufEmpty"
              }
            }
          }
        },
        "enterprise": {
          "resources": {
            "securityInsights": {
              "methods": {
                "checkEnablementStatus": {
                  "path": "v1/{+customer}/enterprise/securityInsights:checkEnablementStatus",
                  "parameters": {
                    "customer": {
                      "description": "Required. The customer to check the enablement status for. Format: customers/{customer_id}",
                      "type": "string",
                      "pattern": "^customers/[^/]+$",
                      "location": "path",
                      "required": true
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1CheckEnablementStatusResponse"
                  },
                  "id": "chromemanagement.customers.enterprise.securityInsights.checkEnablementStatus",
                  "httpMethod": "GET",
                  "description": "Gets the setting state of the insights feature for the customer.",
                  "flatPath": "v1/customers/{customersId}/enterprise/securityInsights:checkEnablementStatus",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.securityinsights",
                    "https://www.googleapis.com/auth/chrome.management.securityinsights.readonly"
                  ],
                  "parameterOrder": [
                    "customer"
                  ]
                },
                "queryContentTransfersBreakdowns": {
                  "id": "chromemanagement.customers.enterprise.securityInsights.queryContentTransfersBreakdowns",
                  "httpMethod": "GET",
                  "description": "Returns summaries of content transfers for a given metric and breakdown dimension.",
                  "flatPath": "v1/customers/{customersId}/enterprise/securityInsights:queryContentTransfersBreakdowns",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.securityinsights",
                    "https://www.googleapis.com/auth/chrome.management.securityinsights.readonly"
                  ],
                  "parameterOrder": [
                    "customer"
                  ],
                  "path": "v1/{+customer}/enterprise/securityInsights:queryContentTransfersBreakdowns",
                  "parameters": {
                    "customer": {
                      "required": true,
                      "type": "string",
                      "description": "Required. The customer ID in the format \"customers/{customer_id}\".",
                      "location": "path",
                      "pattern": "^customers/[^/]+$"
                    },
                    "breakdown": {
                      "enumDescriptions": [
                        "Unspecified breakdown dimension. Defaults to USER.",
                        "Breakdown by user.",
                        "Breakdown by event domain.",
                        "Breakdown by content category."
                      ],
                      "description": "Optional. The dimension to break down the content transfers by. Defaults to USER.",
                      "type": "string",
                      "enum": [
                        "CONTENT_TRANSFERS_BREAKDOWN_DIMENSION_UNSPECIFIED",
                        "USER",
                        "EVENT_DOMAIN",
                        "CONTENT_CATEGORY"
                      ],
                      "location": "query"
                    },
                    "filter": {
                      "description": "Optional. The filter to apply to the request. For syntax, see AIP-160. Data is not available for events older than 180 days or more recent than 48 hours ago. If `event_time` is not specified, results will end 48 hours ago. Supported fields for filtering: - `user` - `event_domain` - `content_category` - `event_time` Filtering by `user` or `event_domain` requires the `breakdown` dimension to be set to the corresponding value (e.g., you must set `breakdown = USER` to filter by `user`). Supported operators: - `=` for `user`, `event_domain`, and `content_category`. - `\u003c=` for `event_time`. Supported conjunctions: - `AND` Example: `user = \"testuser\" AND event_time \u003c= \"2024-01-02T00:00:00Z\"`",
                      "type": "string",
                      "location": "query"
                    },
                    "metric": {
                      "enumDescriptions": [
                        "Unspecified content transfers metric. Defaults to CONTENT_TRANSFERS_METRIC_TOTAL_TRANSFERS.",
                        "The total number of content transfers (sensitive and non-sensitive). This is the sum of the total_uploads, total_downloads, and total_prints.",
                        "The total number of content uploads (sensitive and non-sensitive).",
                        "The total number of content downloads (sensitive and non-sensitive).",
                        "The total number of content prints (sensitive and non-sensitive).",
                        "The total number of sensitive content transfers. This is the sum of the sensitive_uploads, sensitive_downloads, and sensitive_prints.",
                        "The number of sensitive content uploads.",
                        "The number of sensitive content downloads.",
                        "The number of sensitive content prints."
                      ],
                      "type": "string",
                      "enum": [
                        "CONTENT_TRANSFERS_METRIC_UNSPECIFIED",
                        "CONTENT_TRANSFERS_METRIC_TOTAL_TRANSFERS",
                        "CONTENT_TRANSFERS_METRIC_TOTAL_UPLOADS",
                        "CONTENT_TRANSFERS_METRIC_TOTAL_DOWNLOADS",
                        "CONTENT_TRANSFERS_METRIC_TOTAL_PRINTS",
                        "CONTENT_TRANSFERS_METRIC_TOTAL_SENSITIVE_TRANSFERS",
                        "CONTENT_TRANSFERS_METRIC_SENSITIVE_UPLOADS",
                        "CONTENT_TRANSFERS_METRIC_SENSITIVE_DOWNLOADS",
                        "CONTENT_TRANSFERS_METRIC_SENSITIVE_PRINTS"
                      ],
                      "description": "Optional. The metric to return the breakdowns for. Defaults to CONTENT_TRANSFERS_METRIC_TOTAL_TRANSFERS.",
                      "location": "query"
                    },
                    "pageSize": {
                      "type": "integer",
                      "description": "Optional. The maximum number of breakdowns to return. The service may return fewer than this value. If unspecified, at most 50 breakdowns will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "format": "int32",
                      "location": "query"
                    },
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. A page token, received from a previous `QueryContentTransfersBreakdowns` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryContentTransfersBreakdowns` must match the call that provided the page token."
                    },
                    "fixedTimeRange": {
                      "enumDescriptions": [
                        "Unspecified fixed time range. Defaults to FIXED_TIME_RANGE_FOUR_WEEKS.",
                        "Four hours.",
                        "One day.",
                        "One week.",
                        "Four weeks."
                      ],
                      "type": "string",
                      "enum": [
                        "FIXED_TIME_RANGE_UNSPECIFIED",
                        "FIXED_TIME_RANGE_FOUR_HOURS",
                        "FIXED_TIME_RANGE_ONE_DAY",
                        "FIXED_TIME_RANGE_ONE_WEEK",
                        "FIXED_TIME_RANGE_FOUR_WEEKS"
                      ],
                      "description": "Optional. The fixed time range to return the breakdowns for. Defaults to FIXED_TIME_RANGE_FOUR_WEEKS. Fixed time ranges are used to allow for precomputation and optimize response times.",
                      "location": "query"
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1QueryContentTransfersBreakdownsResponse"
                  }
                },
                "disable": {
                  "flatPath": "v1/customers/{customersId}/enterprise/securityInsights:disable",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.securityinsights"
                  ],
                  "parameterOrder": [
                    "customer"
                  ],
                  "id": "chromemanagement.customers.enterprise.securityInsights.disable",
                  "httpMethod": "POST",
                  "description": "Disables insights for the customer.",
                  "request": {
                    "$ref": "GoogleChromeManagementVersionsV1DisableInsightsRequest"
                  },
                  "parameters": {
                    "customer": {
                      "required": true,
                      "location": "path",
                      "pattern": "^customers/[^/]+$",
                      "type": "string",
                      "description": "Required. The customer to disable insights for. Format: customers/{customer}"
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1DisableInsightsResponse"
                  },
                  "path": "v1/{+customer}/enterprise/securityInsights:disable"
                },
                "queryUrlVisits": {
                  "id": "chromemanagement.customers.enterprise.securityInsights.queryUrlVisits",
                  "httpMethod": "GET",
                  "description": "Returns a high-level summary of URL visits for a given customer. Requires a Chrome Enterprise Premium subscription. If the customer does not have this subscription, query results will be empty.",
                  "parameterOrder": [
                    "customer"
                  ],
                  "flatPath": "v1/customers/{customersId}/enterprise/securityInsights:queryUrlVisits",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.securityinsights",
                    "https://www.googleapis.com/auth/chrome.management.securityinsights.readonly"
                  ],
                  "path": "v1/{+customer}/enterprise/securityInsights:queryUrlVisits",
                  "parameters": {
                    "customer": {
                      "type": "string",
                      "description": "Required. The customer ID in the format \"customers/{customer_id}\".",
                      "location": "path",
                      "pattern": "^customers/[^/]+$",
                      "required": true
                    },
                    "filter": {
                      "type": "string",
                      "description": "Optional. The filter to apply to the request. For syntax, see AIP-160. Data is not available for events older than 180 days, and may be unavailable or inaccurate for time ranges less than 4 hours. If `event_time` is not specified, results will be returned for the last 30 days. Supported fields for filtering: - `event_time` Supported operators: - `\u003e=` and `\u003c=` for `event_time` Supported conjunctions: - `AND` Example: `event_time \u003e= \"2024-01-01T00:00:00Z\" AND event_time \u003c= \"2024-01-02T00:00:00Z\"`",
                      "location": "query"
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1QueryUrlVisitsResponse"
                  }
                },
                "queryUrlVisitsBreakdowns": {
                  "parameters": {
                    "customer": {
                      "required": true,
                      "type": "string",
                      "description": "Required. The customer ID in the format \"customers/{customer_id}\".",
                      "location": "path",
                      "pattern": "^customers/[^/]+$"
                    },
                    "breakdown": {
                      "location": "query",
                      "type": "string",
                      "enum": [
                        "URL_VISITS_BREAKDOWN_DIMENSION_UNSPECIFIED",
                        "USER",
                        "EVENT_DOMAIN"
                      ],
                      "description": "Optional. The dimension to break down the URL visits by. Defaults to USER.",
                      "enumDescriptions": [
                        "Unspecified breakdown dimension. Defaults to USER.",
                        "Breakdown by user.",
                        "Breakdown by event domain."
                      ]
                    },
                    "filter": {
                      "type": "string",
                      "description": "Optional. The filter to apply to the request. For syntax, see AIP-160. Data is not available for events older than 180 days or more recent than 48 hours ago. If `event_time` is not specified, results will end 48 hours ago. Supported fields for filtering: - `user` - `event_domain` - `event_time` Filtering by `user` or `event_domain` requires the `breakdown` dimension to be set to the corresponding value (e.g., you must set `breakdown = USER` to filter by `user`). Supported operators: - `=` for `user` and `event_domain`. - `\u003c=` for `event_time`. Supported conjunctions: - `AND` Example: `user = \"testuser\" AND event_time \u003c= \"2024-01-02T00:00:00Z\"`",
                      "location": "query"
                    },
                    "metric": {
                      "location": "query",
                      "description": "Optional. The metric to return the breakdowns for. Defaults to URL_VISITS_METRIC_TOTAL_SUSPICIOUS_URL_VISITS.",
                      "type": "string",
                      "enum": [
                        "URL_VISITS_METRIC_UNSPECIFIED",
                        "URL_VISITS_METRIC_TOTAL_SUSPICIOUS_URL_VISITS",
                        "URL_VISITS_METRIC_HIGH_RISK_URL_VISITS",
                        "URL_VISITS_METRIC_MEDIUM_RISK_URL_VISITS",
                        "URL_VISITS_METRIC_LOW_RISK_URL_VISITS"
                      ],
                      "enumDescriptions": [
                        "Unspecified URL visits metric. Defaults to URL_VISITS_METRIC_TOTAL_SUSPICIOUS_URL_VISITS.",
                        "The total number of suspicious URL visits. This is the sum of the high_risk_url_visits, medium_risk_url_visits, and low_risk_url_visits.",
                        "The number of suspicious URL visits with high risk.",
                        "The number of suspicious URL visits with medium risk.",
                        "The number of suspicious URL visits with low risk."
                      ]
                    },
                    "pageSize": {
                      "type": "integer",
                      "description": "Optional. The maximum number of breakdowns to return. The service may return fewer than this value. If unspecified, at most 50 breakdowns will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "format": "int32",
                      "location": "query"
                    },
                    "pageToken": {
                      "location": "query",
                      "description": "Optional. A page token, received from a previous `QueryUrlVisitsBreakdowns` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryUrlVisitsBreakdowns` must match the call that provided the page token.",
                      "type": "string"
                    },
                    "fixedTimeRange": {
                      "enumDescriptions": [
                        "Unspecified fixed time range. Defaults to FIXED_TIME_RANGE_FOUR_WEEKS.",
                        "Four hours.",
                        "One day.",
                        "One week.",
                        "Four weeks."
                      ],
                      "location": "query",
                      "type": "string",
                      "enum": [
                        "FIXED_TIME_RANGE_UNSPECIFIED",
                        "FIXED_TIME_RANGE_FOUR_HOURS",
                        "FIXED_TIME_RANGE_ONE_DAY",
                        "FIXED_TIME_RANGE_ONE_WEEK",
                        "FIXED_TIME_RANGE_FOUR_WEEKS"
                      ],
                      "description": "Optional. The fixed time range to return the breakdowns for. Defaults to FIXED_TIME_RANGE_FOUR_WEEKS. Fixed time ranges are used to allow for precomputation and optimize response times."
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1QueryUrlVisitsBreakdownsResponse"
                  },
                  "path": "v1/{+customer}/enterprise/securityInsights:queryUrlVisitsBreakdowns",
                  "flatPath": "v1/customers/{customersId}/enterprise/securityInsights:queryUrlVisitsBreakdowns",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.securityinsights",
                    "https://www.googleapis.com/auth/chrome.management.securityinsights.readonly"
                  ],
                  "parameterOrder": [
                    "customer"
                  ],
                  "id": "chromemanagement.customers.enterprise.securityInsights.queryUrlVisitsBreakdowns",
                  "httpMethod": "GET",
                  "description": "Returns summaries of URL visits for a given metric and breakdown dimension. Requires a Chrome Enterprise Premium subscription. If the customer does not have this subscription, query results will be empty."
                },
                "queryContentTransfers": {
                  "parameters": {
                    "customer": {
                      "required": true,
                      "description": "Required. The customer ID in the format \"customers/{customer_id}\".",
                      "type": "string",
                      "pattern": "^customers/[^/]+$",
                      "location": "path"
                    },
                    "filter": {
                      "type": "string",
                      "description": "Optional. The filter to apply to the request. For syntax, see AIP-160. Data is not available for events older than 180 days, and may be unavailable or inaccurate for time ranges less than 4 hours. If `event_time` is not specified, results will be returned for the last 30 days. Supported fields for filtering: - `event_time` Supported operators: - `\u003e=` and `\u003c=` for `event_time` Supported conjunctions: - `AND` Example: `event_time \u003e= \"2024-01-01T00:00:00Z\" AND event_time \u003c= \"2024-01-02T00:00:00Z\"`",
                      "location": "query"
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1QueryContentTransfersResponse"
                  },
                  "path": "v1/{+customer}/enterprise/securityInsights:queryContentTransfers",
                  "parameterOrder": [
                    "customer"
                  ],
                  "flatPath": "v1/customers/{customersId}/enterprise/securityInsights:queryContentTransfers",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.securityinsights",
                    "https://www.googleapis.com/auth/chrome.management.securityinsights.readonly"
                  ],
                  "httpMethod": "GET",
                  "description": "Returns a high-level summary of content transfers for a given customer.",
                  "id": "chromemanagement.customers.enterprise.securityInsights.queryContentTransfers"
                },
                "enable": {
                  "parameterOrder": [
                    "customer"
                  ],
                  "flatPath": "v1/customers/{customersId}/enterprise/securityInsights:enable",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.securityinsights"
                  ],
                  "httpMethod": "POST",
                  "description": "Enables insights for the customer and sets up required chrome connectors.",
                  "id": "chromemanagement.customers.enterprise.securityInsights.enable",
                  "parameters": {
                    "customer": {
                      "type": "string",
                      "description": "Required. The customer to enable insights for. Format: customers/{customer}",
                      "location": "path",
                      "pattern": "^customers/[^/]+$",
                      "required": true
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementVersionsV1EnableInsightsResponse"
                  },
                  "request": {
                    "$ref": "GoogleChromeManagementVersionsV1EnableInsightsRequest"
                  },
                  "path": "v1/{+customer}/enterprise/securityInsights:enable"
                }
              }
            }
          }
        },
        "apps": {
          "methods": {
            "fetchUsersRequestingExtension": {
              "flatPath": "v1/customers/{customersId}/apps:fetchUsersRequestingExtension",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.appdetails.readonly"
              ],
              "parameterOrder": [
                "customer"
              ],
              "httpMethod": "GET",
              "description": "Get a list of users that have requested to install an extension.",
              "id": "chromemanagement.customers.apps.fetchUsersRequestingExtension",
              "parameters": {
                "customer": {
                  "required": true,
                  "type": "string",
                  "description": "Required. The customer ID or \"my_customer\" prefixed with \"customers/\".",
                  "location": "path",
                  "pattern": "^customers/[^/]+$"
                },
                "extensionId": {
                  "location": "query",
                  "type": "string",
                  "description": "Required. The extension for which we want to find the requesting users."
                },
                "pageSize": {
                  "location": "query",
                  "description": "Optional. Maximum number of results to return. Maximum and default are 50. Any page size larger than 50 will be coerced to 50.",
                  "format": "int32",
                  "type": "integer"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. Token to specify the page of the request to be returned. Token expires after 1 day.",
                  "location": "query"
                },
                "orgUnitId": {
                  "description": "The ID of the organizational unit. Only consider devices that directly belong to this org unit, i.e. sub-orgunits are not counted. If omitted, all data will be returned.",
                  "type": "string",
                  "location": "query"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1FetchUsersRequestingExtensionResponse"
              },
              "path": "v1/{+customer}/apps:fetchUsersRequestingExtension"
            },
            "countChromeAppRequests": {
              "httpMethod": "GET",
              "description": "Generate summary of app installation requests.",
              "id": "chromemanagement.customers.apps.countChromeAppRequests",
              "flatPath": "v1/customers/{customersId}/apps:countChromeAppRequests",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.appdetails.readonly"
              ],
              "parameterOrder": [
                "customer"
              ],
              "path": "v1/{+customer}/apps:countChromeAppRequests",
              "parameters": {
                "pageSize": {
                  "location": "query",
                  "type": "integer",
                  "description": "Maximum number of results to return. Maximum and default are 50, anything above will be coerced to 50.",
                  "format": "int32"
                },
                "pageToken": {
                  "location": "query",
                  "type": "string",
                  "description": "Token to specify the page of the request to be returned."
                },
                "orderBy": {
                  "type": "string",
                  "description": "Field used to order results. Supported fields: * request_count * latest_request_time",
                  "location": "query"
                },
                "orgUnitId": {
                  "location": "query",
                  "description": "The ID of the organizational unit.",
                  "type": "string"
                },
                "customer": {
                  "required": true,
                  "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request.",
                  "type": "string",
                  "pattern": "^customers/[^/]+$",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountChromeAppRequestsResponse"
              }
            },
            "fetchDevicesRequestingExtension": {
              "flatPath": "v1/customers/{customersId}/apps:fetchDevicesRequestingExtension",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.appdetails.readonly"
              ],
              "parameterOrder": [
                "customer"
              ],
              "id": "chromemanagement.customers.apps.fetchDevicesRequestingExtension",
              "httpMethod": "GET",
              "description": "Get a list of devices that have requested to install an extension.",
              "parameters": {
                "customer": {
                  "location": "path",
                  "pattern": "^customers/[^/]+$",
                  "type": "string",
                  "description": "Required. The customer ID or \"my_customer\" prefixed with \"customers/\".",
                  "required": true
                },
                "extensionId": {
                  "type": "string",
                  "description": "Required. The extension for which we want to find requesting devices.",
                  "location": "query"
                },
                "pageSize": {
                  "type": "integer",
                  "description": "Optional. Maximum number of results to return. Maximum and default are 50. Any page size larger than 50 will be coerced to 50.",
                  "format": "int32",
                  "location": "query"
                },
                "pageToken": {
                  "location": "query",
                  "type": "string",
                  "description": "Optional. Token to specify the page of the request to be returned. Token expires after 1 day."
                },
                "orgUnitId": {
                  "type": "string",
                  "description": "The ID of the organizational unit. Only consider devices that directly belong to this org unit, i.e. sub-orgunits are not counted. If omitted, all data will be returned.",
                  "location": "query"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1FetchDevicesRequestingExtensionResponse"
              },
              "path": "v1/{+customer}/apps:fetchDevicesRequestingExtension"
            }
          },
          "resources": {
            "chrome": {
              "methods": {
                "get": {
                  "httpMethod": "GET",
                  "description": "Get a specific app for a customer by its resource name.",
                  "id": "chromemanagement.customers.apps.chrome.get",
                  "flatPath": "v1/customers/{customersId}/apps/chrome/{chromeId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.appdetails.readonly"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}",
                  "parameters": {
                    "name": {
                      "description": "Required. The app for which details are being queried. Examples: \"customers/my_customer/apps/chrome/gmbmikajjgmnabiglmofipeabaddhgne@2.1.2\" for the Save to Google Drive Chrome extension version 2.1.2, \"customers/my_customer/apps/android/com.google.android.apps.docs\" for the Google Drive Android app's latest version.",
                      "type": "string",
                      "pattern": "^customers/[^/]+/apps/chrome/[^/]+$",
                      "location": "path",
                      "required": true
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementV1AppDetails"
                  }
                }
              }
            },
            "android": {
              "methods": {
                "get": {
                  "flatPath": "v1/customers/{customersId}/apps/android/{androidId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.appdetails.readonly"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "id": "chromemanagement.customers.apps.android.get",
                  "httpMethod": "GET",
                  "description": "Get a specific app for a customer by its resource name.",
                  "parameters": {
                    "name": {
                      "required": true,
                      "type": "string",
                      "description": "Required. The app for which details are being queried. Examples: \"customers/my_customer/apps/chrome/gmbmikajjgmnabiglmofipeabaddhgne@2.1.2\" for the Save to Google Drive Chrome extension version 2.1.2, \"customers/my_customer/apps/android/com.google.android.apps.docs\" for the Google Drive Android app's latest version.",
                      "location": "path",
                      "pattern": "^customers/[^/]+/apps/android/[^/]+$"
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementV1AppDetails"
                  },
                  "path": "v1/{+name}"
                }
              }
            },
            "web": {
              "methods": {
                "get": {
                  "httpMethod": "GET",
                  "description": "Get a specific app for a customer by its resource name.",
                  "id": "chromemanagement.customers.apps.web.get",
                  "flatPath": "v1/customers/{customersId}/apps/web/{webId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/chrome.management.appdetails.readonly"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}",
                  "parameters": {
                    "name": {
                      "pattern": "^customers/[^/]+/apps/web/[^/]+$",
                      "location": "path",
                      "description": "Required. The app for which details are being queried. Examples: \"customers/my_customer/apps/chrome/gmbmikajjgmnabiglmofipeabaddhgne@2.1.2\" for the Save to Google Drive Chrome extension version 2.1.2, \"customers/my_customer/apps/android/com.google.android.apps.docs\" for the Google Drive Android app's latest version.",
                      "type": "string",
                      "required": true
                    }
                  },
                  "response": {
                    "$ref": "GoogleChromeManagementV1AppDetails"
                  }
                }
              }
            }
          }
        },
        "reports": {
          "methods": {
            "countChromeHardwareFleetDevices": {
              "path": "v1/{+customer}/reports:countChromeHardwareFleetDevices",
              "parameters": {
                "orgUnitId": {
                  "location": "query",
                  "type": "string",
                  "description": "Optional. The ID of the organizational unit. If omitted, all data will be returned."
                },
                "customer": {
                  "pattern": "^customers/[^/]+$",
                  "location": "path",
                  "description": "Required. The customer ID or \"my_customer\".",
                  "type": "string",
                  "required": true
                },
                "readMask": {
                  "location": "query",
                  "type": "string",
                  "description": "Required. Mask of the fields that should be populated in the returned report.",
                  "format": "google-fieldmask"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse"
              },
              "id": "chromemanagement.customers.reports.countChromeHardwareFleetDevices",
              "httpMethod": "GET",
              "description": "Counts of devices with a specific hardware specification from the requested hardware type (for example model name, processor type). Further information can be found here https://support.google.com/chrome/a/answer/10564947",
              "flatPath": "v1/customers/{customersId}/reports:countChromeHardwareFleetDevices",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "parameterOrder": [
                "customer"
              ]
            },
            "findInstalledAppDevices": {
              "parameters": {
                "appId": {
                  "location": "query",
                  "type": "string",
                  "description": "Unique identifier of the app. For Chrome apps and extensions, the 32-character id (e.g. ehoadneljpdggcbbknedodolkkjodefl). For Android apps, the package name (e.g. com.evernote)."
                },
                "customer": {
                  "location": "path",
                  "pattern": "^customers/[^/]+$",
                  "type": "string",
                  "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request.",
                  "required": true
                },
                "appType": {
                  "enumDescriptions": [
                    "App type not specified.",
                    "Chrome extension.",
                    "Chrome app.",
                    "Chrome theme.",
                    "Chrome hosted app.",
                    "ARC++ app."
                  ],
                  "location": "query",
                  "type": "string",
                  "enum": [
                    "APP_TYPE_UNSPECIFIED",
                    "EXTENSION",
                    "APP",
                    "THEME",
                    "HOSTED_APP",
                    "ANDROID_APP"
                  ],
                  "description": "Type of the app. Optional. If not provided, an app type will be inferred from the format of the app ID."
                },
                "orgUnitId": {
                  "type": "string",
                  "description": "The ID of the organizational unit.",
                  "location": "query"
                },
                "filter": {
                  "location": "query",
                  "type": "string",
                  "description": "Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * last_active_date"
                },
                "pageSize": {
                  "location": "query",
                  "description": "Maximum number of results to return. Maximum and default are 100.",
                  "format": "int32",
                  "type": "integer"
                },
                "pageToken": {
                  "location": "query",
                  "description": "Token to specify the page of the request to be returned.",
                  "type": "string"
                },
                "orderBy": {
                  "location": "query",
                  "type": "string",
                  "description": "Field used to order results. Supported order by fields: * machine * device_id"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1FindInstalledAppDevicesResponse"
              },
              "path": "v1/{+customer}/reports:findInstalledAppDevices",
              "flatPath": "v1/customers/{customersId}/reports:findInstalledAppDevices",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "parameterOrder": [
                "customer"
              ],
              "httpMethod": "GET",
              "description": "Generate report of managed Chrome browser devices that have a specified app installed.",
              "id": "chromemanagement.customers.reports.findInstalledAppDevices"
            },
            "countPrintJobsByUser": {
              "flatPath": "v1/customers/{customersId}/reports:countPrintJobsByUser",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "parameterOrder": [
                "customer"
              ],
              "httpMethod": "GET",
              "description": "Get a summary of printing done by each user.",
              "id": "chromemanagement.customers.reports.countPrintJobsByUser",
              "parameters": {
                "customer": {
                  "description": "Required. Customer ID prefixed with \"customers/\" or \"customers/my_customer\" to use the customer associated to the account making the request.",
                  "type": "string",
                  "pattern": "^customers/[^/]+$",
                  "location": "path",
                  "required": true
                },
                "filter": {
                  "description": "Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Note: Only \u003e= and \u003c= comparators are supported in this filter. Supported filter fields: * complete_time",
                  "type": "string",
                  "location": "query"
                },
                "pageSize": {
                  "type": "integer",
                  "description": "Maximum number of results to return. Maximum and default are 100.",
                  "format": "int32",
                  "location": "query"
                },
                "pageToken": {
                  "location": "query",
                  "description": "Token to specify the page of the response to be returned.",
                  "type": "string"
                },
                "orderBy": {
                  "type": "string",
                  "description": "Field used to order results. If omitted, results will be ordered in ascending order of the 'user_email' field. Supported order_by fields: * user_email * job_count * printer_count * device_count",
                  "location": "query"
                },
                "printerOrgUnitId": {
                  "description": "The ID of the organizational unit for printers. If specified, only print jobs initiated with printers from the specified organizational unit will be counted. If omitted, all print jobs will be counted.",
                  "type": "string",
                  "location": "query"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountPrintJobsByUserResponse"
              },
              "path": "v1/{+customer}/reports:countPrintJobsByUser"
            },
            "countChromeProfileVersions": {
              "path": "v1/{+customer}/reports:countChromeProfileVersions",
              "parameters": {
                "filter": {
                  "location": "query",
                  "description": "Optional. Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * last_active_date",
                  "type": "string"
                },
                "pageSize": {
                  "location": "query",
                  "description": "Optional. Maximum number of results to return. Maximum and default are 100.",
                  "format": "int32",
                  "type": "integer"
                },
                "pageToken": {
                  "type": "string",
                  "description": "Optional. Token to specify the page of the request to be returned.",
                  "location": "query"
                },
                "orgUnitId": {
                  "description": "The ID of the organizational unit. If omitted, all data will be returned.",
                  "type": "string",
                  "location": "query"
                },
                "customer": {
                  "location": "path",
                  "pattern": "^customers/[^/]+$",
                  "type": "string",
                  "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request.",
                  "required": true
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountChromeProfileVersionsResponse"
              },
              "id": "chromemanagement.customers.reports.countChromeProfileVersions",
              "httpMethod": "GET",
              "description": "Generate report of installed Chrome versions on managed profiles.",
              "parameterOrder": [
                "customer"
              ],
              "flatPath": "v1/customers/{customersId}/reports:countChromeProfileVersions",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ]
            },
            "countChromeDevicesThatNeedAttention": {
              "httpMethod": "GET",
              "description": "Counts of ChromeOS devices that have not synced policies or have lacked user activity in the past 28 days, are out of date, or are not complaint. Further information can be found here https://support.google.com/chrome/a/answer/10564947",
              "id": "chromemanagement.customers.reports.countChromeDevicesThatNeedAttention",
              "parameterOrder": [
                "customer"
              ],
              "flatPath": "v1/customers/{customersId}/reports:countChromeDevicesThatNeedAttention",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "path": "v1/{+customer}/reports:countChromeDevicesThatNeedAttention",
              "parameters": {
                "orgUnitId": {
                  "location": "query",
                  "type": "string",
                  "description": "Optional. The ID of the organizational unit. If omitted, all data will be returned."
                },
                "customer": {
                  "location": "path",
                  "pattern": "^customers/[^/]+$",
                  "type": "string",
                  "description": "Required. The customer ID or \"my_customer\" prefixed with \"customers/\".",
                  "required": true
                },
                "readMask": {
                  "description": "Required. Mask of the fields that should be populated in the returned report.",
                  "format": "google-fieldmask",
                  "type": "string",
                  "location": "query"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse"
              }
            },
            "countDevicesPerReleaseChannel": {
              "id": "chromemanagement.customers.reports.countDevicesPerReleaseChannel",
              "httpMethod": "GET",
              "description": "Get a count of devices per channel.",
              "parameterOrder": [
                "customer"
              ],
              "flatPath": "v1/customers/{customersId}/reports:countDevicesPerReleaseChannel",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "path": "v1/{+customer}/reports:countDevicesPerReleaseChannel",
              "parameters": {
                "customer": {
                  "pattern": "^customers/[^/]+$",
                  "location": "path",
                  "description": "Required. Obfuscated customer ID prefixed with \"customers/C\" or \"customers/my_customer\".",
                  "type": "string",
                  "required": true
                },
                "date.day": {
                  "location": "query",
                  "type": "integer",
                  "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
                  "format": "int32"
                },
                "date.year": {
                  "type": "integer",
                  "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
                  "format": "int32",
                  "location": "query"
                },
                "date.month": {
                  "location": "query",
                  "type": "integer",
                  "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
                  "format": "int32"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse"
              }
            },
            "countChromeBrowsersNeedingAttention": {
              "id": "chromemanagement.customers.reports.countChromeBrowsersNeedingAttention",
              "httpMethod": "GET",
              "description": "Count of Chrome Browsers that have been recently enrolled, have new policy to be synced, or have no recent activity.",
              "flatPath": "v1/customers/{customersId}/reports:countChromeBrowsersNeedingAttention",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "parameterOrder": [
                "customer"
              ],
              "path": "v1/{+customer}/reports:countChromeBrowsersNeedingAttention",
              "parameters": {
                "customer": {
                  "location": "path",
                  "pattern": "^customers/[^/]+$",
                  "type": "string",
                  "description": "Required. The customer ID or \"my_customer\" prefixed with \"customers/\".",
                  "required": true
                },
                "orgUnitId": {
                  "location": "query",
                  "description": "Optional. The ID of the organizational unit. If omitted, all data will be returned.",
                  "type": "string"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse"
              }
            },
            "findInstalledAppProfiles": {
              "path": "v1/{+customer}/reports:findInstalledAppProfiles",
              "parameters": {
                "orgUnitId": {
                  "type": "string",
                  "description": "Optional. The ID of the organizational unit.",
                  "location": "query"
                },
                "appType": {
                  "type": "string",
                  "enum": [
                    "APP_TYPE_UNSPECIFIED",
                    "EXTENSION",
                    "APP",
                    "THEME",
                    "HOSTED_APP",
                    "ANDROID_APP"
                  ],
                  "description": "Type of the app. Optional. If not provided, an app type will be inferred from the format of the app ID.",
                  "location": "query",
                  "enumDescriptions": [
                    "App type not specified.",
                    "Chrome extension.",
                    "Chrome app.",
                    "Chrome theme.",
                    "Chrome hosted app.",
                    "ARC++ app."
                  ]
                },
                "pageSize": {
                  "description": "Optional. Maximum number of results to return. Maximum and default are 100.",
                  "format": "int32",
                  "type": "integer",
                  "location": "query"
                },
                "pageToken": {
                  "location": "query",
                  "type": "string",
                  "description": "Optional. Token to specify the page of the request to be returned."
                },
                "orderBy": {
                  "location": "query",
                  "description": "Optional. Field used to order results. Supported order by fields: * email * profile_id * profile_permanent_id",
                  "type": "string"
                },
                "filter": {
                  "type": "string",
                  "description": "Optional. Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * last_active_date",
                  "location": "query"
                },
                "appId": {
                  "description": "Required. Unique identifier of the app. For Chrome apps and extensions, the 32-character id (e.g. ehoadneljpdggcbbknedodolkkjodefl). For Android apps, the package name (e.g. com.evernote).",
                  "type": "string",
                  "location": "query"
                },
                "customer": {
                  "required": true,
                  "location": "path",
                  "pattern": "^customers/[^/]+$",
                  "type": "string",
                  "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request."
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1FindInstalledAppProfilesResponse"
              },
              "httpMethod": "GET",
              "description": "Generate report of managed Chrome profiles that have a specified app installed.",
              "id": "chromemanagement.customers.reports.findInstalledAppProfiles",
              "flatPath": "v1/customers/{customersId}/reports:findInstalledAppProfiles",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "parameterOrder": [
                "customer"
              ]
            },
            "countChromeVersions": {
              "parameters": {
                "customer": {
                  "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"
                },
                "orgUnitId": {
                  "location": "query",
                  "type": "string",
                  "description": "The ID of the organizational unit."
                },
                "filter": {
                  "location": "query",
                  "description": "Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * last_active_date",
                  "type": "string"
                },
                "pageSize": {
                  "description": "Maximum number of results to return. Maximum and default are 100.",
                  "format": "int32",
                  "type": "integer",
                  "location": "query"
                },
                "pageToken": {
                  "location": "query",
                  "description": "Token to specify the page of the request to be returned.",
                  "type": "string"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountChromeVersionsResponse"
              },
              "path": "v1/{+customer}/reports:countChromeVersions",
              "flatPath": "v1/customers/{customersId}/reports:countChromeVersions",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "parameterOrder": [
                "customer"
              ],
              "httpMethod": "GET",
              "description": "Generate report of installed Chrome versions.",
              "id": "chromemanagement.customers.reports.countChromeVersions"
            },
            "countChromeCrashEvents": {
              "id": "chromemanagement.customers.reports.countChromeCrashEvents",
              "httpMethod": "GET",
              "description": "Get a count of Chrome crash events.",
              "flatPath": "v1/customers/{customersId}/reports:countChromeCrashEvents",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "parameterOrder": [
                "customer"
              ],
              "path": "v1/{+customer}/reports:countChromeCrashEvents",
              "parameters": {
                "orgUnitId": {
                  "type": "string",
                  "description": "If specified, only count the number of crash events of the devices in this organizational unit.",
                  "location": "query"
                },
                "customer": {
                  "required": true,
                  "type": "string",
                  "description": "Customer ID.",
                  "location": "path",
                  "pattern": "^customers/[^/]+$"
                },
                "filter": {
                  "location": "query",
                  "type": "string",
                  "description": "Query string to filter results, AND-separated fields in EBNF syntax. Supported filter fields: * major_browser_version * minor_browser_version * browser_channel * device_platform * past_number_days Example: `major_browser_version = 'M115' AND past_number_days = '28'`."
                },
                "orderBy": {
                  "type": "string",
                  "description": "Field used to order results. Supported order by fields: * browser_version * count * date",
                  "location": "query"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountChromeCrashEventsResponse"
              }
            },
            "countDevicesPerBootType": {
              "flatPath": "v1/customers/{customersId}/reports:countDevicesPerBootType",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "parameterOrder": [
                "customer"
              ],
              "id": "chromemanagement.customers.reports.countDevicesPerBootType",
              "httpMethod": "GET",
              "description": "Get a count of devices per boot type.",
              "parameters": {
                "date.year": {
                  "location": "query",
                  "type": "integer",
                  "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
                  "format": "int32"
                },
                "date.month": {
                  "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
                  "format": "int32",
                  "type": "integer",
                  "location": "query"
                },
                "customer": {
                  "pattern": "^customers/[^/]+$",
                  "location": "path",
                  "description": "Required. Obfuscated customer ID prefixed with \"customers/C\" or \"customers/my_customer\".",
                  "type": "string",
                  "required": true
                },
                "date.day": {
                  "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
                  "format": "int32",
                  "type": "integer",
                  "location": "query"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountDevicesPerBootTypeResponse"
              },
              "path": "v1/{+customer}/reports:countDevicesPerBootType"
            },
            "countActiveDevices": {
              "path": "v1/{+customer}/reports:countActiveDevices",
              "parameters": {
                "customer": {
                  "required": true,
                  "pattern": "^customers/[^/]+$",
                  "location": "path",
                  "description": "Required. Obfuscated customer ID prefixed with \"customers/C\" or \"customers/my_customer\".",
                  "type": "string"
                },
                "date.day": {
                  "location": "query",
                  "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
                  "format": "int32",
                  "type": "integer"
                },
                "date.year": {
                  "location": "query",
                  "type": "integer",
                  "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
                  "format": "int32"
                },
                "date.month": {
                  "type": "integer",
                  "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
                  "format": "int32",
                  "location": "query"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountActiveDevicesResponse"
              },
              "httpMethod": "GET",
              "description": "Get a count of active devices per set time frames.",
              "id": "chromemanagement.customers.reports.countActiveDevices",
              "flatPath": "v1/customers/{customersId}/reports:countActiveDevices",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "parameterOrder": [
                "customer"
              ]
            },
            "countInstalledApps": {
              "flatPath": "v1/customers/{customersId}/reports:countInstalledApps",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "parameterOrder": [
                "customer"
              ],
              "id": "chromemanagement.customers.reports.countInstalledApps",
              "httpMethod": "GET",
              "description": "Generate report of app installations.",
              "parameters": {
                "orgUnitId": {
                  "location": "query",
                  "type": "string",
                  "description": "The ID of the organizational unit."
                },
                "filter": {
                  "description": "Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * app_name * app_type * install_type * number_of_permissions * total_install_count * latest_profile_active_date * permission_name * app_id * manifest_versions * risk_score",
                  "type": "string",
                  "location": "query"
                },
                "pageSize": {
                  "description": "Maximum number of results to return. Maximum and default are 100.",
                  "format": "int32",
                  "type": "integer",
                  "location": "query"
                },
                "pageToken": {
                  "description": "Token to specify the page of the request to be returned.",
                  "type": "string",
                  "location": "query"
                },
                "orderBy": {
                  "location": "query",
                  "description": "Field used to order results. Supported order by fields: * app_name * app_type * install_type * number_of_permissions * total_install_count * app_id * manifest_versions * risk_score",
                  "type": "string"
                },
                "customer": {
                  "description": "Required. Customer id or \"my_customer\" to use the customer associated to the account making the request.",
                  "type": "string",
                  "pattern": "^customers/[^/]+$",
                  "location": "path",
                  "required": true
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountInstalledAppsResponse"
              },
              "path": "v1/{+customer}/reports:countInstalledApps"
            },
            "countChromeDevicesReachingAutoExpirationDate": {
              "parameters": {
                "minAueDate": {
                  "location": "query",
                  "type": "string",
                  "description": "Optional. Maximum expiration date in format yyyy-mm-dd in UTC timezone. If included returns all devices that have already expired and devices with auto expiration date equal to or later than the minimum date."
                },
                "orgUnitId": {
                  "type": "string",
                  "description": "Optional. The organizational unit ID, if omitted, will return data for all organizational units.",
                  "location": "query"
                },
                "customer": {
                  "required": true,
                  "pattern": "^customers/[^/]+$",
                  "location": "path",
                  "description": "Required. The customer ID or \"my_customer\" prefixed with \"customers/\".",
                  "type": "string"
                },
                "maxAueDate": {
                  "location": "query",
                  "description": "Optional. Maximum expiration date in format yyyy-mm-dd in UTC timezone. If included returns all devices that have already expired and devices with auto expiration date equal to or earlier than the maximum date.",
                  "type": "string"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse"
              },
              "path": "v1/{+customer}/reports:countChromeDevicesReachingAutoExpirationDate",
              "parameterOrder": [
                "customer"
              ],
              "flatPath": "v1/customers/{customersId}/reports:countChromeDevicesReachingAutoExpirationDate",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "httpMethod": "GET",
              "description": "Generate report of the number of devices expiring in each month of the selected time frame. Devices are grouped by auto update expiration date and model. Further information can be found [here](https://support.google.com/chrome/a/answer/10564947).",
              "id": "chromemanagement.customers.reports.countChromeDevicesReachingAutoExpirationDate"
            },
            "enumeratePrintJobs": {
              "parameters": {
                "filter": {
                  "location": "query",
                  "type": "string",
                  "description": "Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Note: Only \u003e= and \u003c= comparators are supported for `complete_time`. Note: Only = comparator supported for `user_id` and `printer_id`. Supported filter fields: * complete_time * printer_id * user_id"
                },
                "pageSize": {
                  "location": "query",
                  "description": "The number of print jobs in the page from 0 to 100 inclusive, if page_size is not specified or zero, the size will be 50.",
                  "format": "int32",
                  "type": "integer"
                },
                "pageToken": {
                  "description": "A page token received from a previous `EnumeratePrintJobs` call. Provide this to retrieve the subsequent page. If omitted, the first page of results will be returned. When paginating, all other parameters provided to `EnumeratePrintJobs` must match the call that provided the page token.",
                  "type": "string",
                  "location": "query"
                },
                "orderBy": {
                  "location": "query",
                  "description": "Field used to order results. If not specified, results will be ordered in descending order of the `complete_time` field. Supported order by fields: * title * state * create_time * complete_time * document_page_count * color_mode * duplex_mode * printer * user_email",
                  "type": "string"
                },
                "printerOrgUnitId": {
                  "location": "query",
                  "description": "The ID of the organizational unit for printers. If specified, only print jobs submitted to printers from the specified organizational unit will be returned.",
                  "type": "string"
                },
                "customer": {
                  "required": true,
                  "description": "Required. Customer ID prefixed with \"customers/\" or \"customers/my_customer\" to use the customer associated to the account making the request.",
                  "type": "string",
                  "pattern": "^customers/[^/]+$",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1EnumeratePrintJobsResponse"
              },
              "path": "v1/{+customer}/reports:enumeratePrintJobs",
              "flatPath": "v1/customers/{customersId}/reports:enumeratePrintJobs",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "parameterOrder": [
                "customer"
              ],
              "id": "chromemanagement.customers.reports.enumeratePrintJobs",
              "httpMethod": "GET",
              "description": "Get a list of print jobs."
            },
            "countPrintJobsByPrinter": {
              "parameters": {
                "printerOrgUnitId": {
                  "type": "string",
                  "description": "The ID of the organizational unit for printers. If specified, only data for printers from the specified organizational unit will be returned. If omitted, data for printers from all organizational units will be returned.",
                  "location": "query"
                },
                "pageSize": {
                  "location": "query",
                  "description": "Maximum number of results to return. Maximum and default are 100.",
                  "format": "int32",
                  "type": "integer"
                },
                "pageToken": {
                  "location": "query",
                  "type": "string",
                  "description": "Token to specify the page of the response to be returned."
                },
                "orderBy": {
                  "description": "Field used to order results. If omitted, results will be ordered in ascending order of the 'printer' field. Supported order_by fields: * printer * job_count * device_count * user_count",
                  "type": "string",
                  "location": "query"
                },
                "filter": {
                  "location": "query",
                  "description": "Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Note: Only \u003e= and \u003c= comparators are supported in this filter. Supported filter fields: * complete_time",
                  "type": "string"
                },
                "customer": {
                  "type": "string",
                  "description": "Required. Customer ID prefixed with \"customers/\" or \"customers/my_customer\" to use the customer associated to the account making the request.",
                  "location": "path",
                  "pattern": "^customers/[^/]+$",
                  "required": true
                }
              },
              "response": {
                "$ref": "GoogleChromeManagementV1CountPrintJobsByPrinterResponse"
              },
              "path": "v1/{+customer}/reports:countPrintJobsByPrinter",
              "flatPath": "v1/customers/{customersId}/reports:countPrintJobsByPrinter",
              "scopes": [
                "https://www.googleapis.com/auth/chrome.management.reports.readonly"
              ],
              "parameterOrder": [
                "customer"
              ],
              "id": "chromemanagement.customers.reports.countPrintJobsByPrinter",
              "httpMethod": "GET",
              "description": "Get a summary of printing done by each printer."
            }
          }
        }
      }
    },
    "operations": {
      "methods": {
        "delete": {
          "parameters": {
            "name": {
              "location": "path",
              "pattern": "^operations/.*$",
              "type": "string",
              "description": "The name of the operation resource to be deleted.",
              "required": true
            }
          },
          "response": {
            "$ref": "GoogleProtobufEmpty"
          },
          "flatPath": "v1/operations/{operationsId}",
          "parameterOrder": [
            "name"
          ],
          "path": "v1/{+name}",
          "httpMethod": "DELETE",
          "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.",
          "id": "chromemanagement.operations.delete"
        },
        "cancel": {
          "request": {
            "$ref": "GoogleLongrunningCancelOperationRequest"
          },
          "parameters": {
            "name": {
              "required": true,
              "description": "The name of the operation resource to be cancelled.",
              "type": "string",
              "pattern": "^operations/.*$",
              "location": "path"
            }
          },
          "response": {
            "$ref": "GoogleProtobufEmpty"
          },
          "path": "v1/{+name}:cancel",
          "parameterOrder": [
            "name"
          ],
          "flatPath": "v1/operations/{operationsId}:cancel",
          "id": "chromemanagement.operations.cancel",
          "httpMethod": "POST",
          "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`."
        },
        "list": {
          "path": "v1/{+name}",
          "httpMethod": "GET",
          "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
          "id": "chromemanagement.operations.list",
          "parameters": {
            "filter": {
              "description": "The standard list filter.",
              "type": "string",
              "location": "query"
            },
            "name": {
              "required": true,
              "pattern": "^operations$",
              "location": "path",
              "description": "The name of the operation's parent resource.",
              "type": "string"
            },
            "pageSize": {
              "type": "integer",
              "description": "The standard list page size.",
              "format": "int32",
              "location": "query"
            },
            "pageToken": {
              "location": "query",
              "type": "string",
              "description": "The standard list page token."
            },
            "returnPartialSuccess": {
              "type": "boolean",
              "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
              "location": "query"
            }
          },
          "response": {
            "$ref": "GoogleLongrunningListOperationsResponse"
          },
          "flatPath": "v1/operations",
          "parameterOrder": [
            "name"
          ]
        }
      }
    }
  },
  "auth": {
    "oauth2": {
      "scopes": {
        "https://www.googleapis.com/auth/chrome.management.profiles": {
          "description": "See, edit, delete, and take other necessary actions on Chrome browser profiles managed by your organization"
        },
        "https://www.googleapis.com/auth/chrome.management.securityinsights": {
          "description": "Turn Chrome Security Insights on and off and view the data it generates"
        },
        "https://www.googleapis.com/auth/chrome.management.appdetails.readonly": {
          "description": "See detailed information about apps installed on Chrome browsers and devices managed by your organization"
        },
        "https://www.googleapis.com/auth/chrome.management.securityinsights.readonly": {
          "description": "See Chrome Security Insights reports"
        },
        "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.readonly": {
          "description": "See Chrome browser profiles managed by your organization"
        },
        "https://www.googleapis.com/auth/chrome.management.telemetry.readonly": {
          "description": "See basic device and telemetry information collected from ChromeOS devices or users managed within your organization"
        }
      }
    }
  },
  "basePath": "",
  "parameters": {
    "alt": {
      "location": "query",
      "description": "Data format for response.",
      "type": "string",
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "default": "json",
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ]
    },
    "fields": {
      "location": "query",
      "description": "Selector specifying which fields to include in a partial response.",
      "type": "string"
    },
    "quotaUser": {
      "type": "string",
      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
      "location": "query"
    },
    "upload_protocol": {
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
      "type": "string",
      "location": "query"
    },
    "uploadType": {
      "type": "string",
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
      "location": "query"
    },
    "$.xgafv": {
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ],
      "type": "string",
      "enum": [
        "1",
        "2"
      ],
      "description": "V1 error format.",
      "location": "query"
    },
    "oauth_token": {
      "type": "string",
      "description": "OAuth 2.0 token for the current user.",
      "location": "query"
    },
    "access_token": {
      "type": "string",
      "description": "OAuth access token.",
      "location": "query"
    },
    "prettyPrint": {
      "location": "query",
      "default": "true",
      "type": "boolean",
      "description": "Returns response with indentations and line breaks."
    },
    "callback": {
      "type": "string",
      "description": "JSONP",
      "location": "query"
    },
    "key": {
      "type": "string",
      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
      "location": "query"
    }
  },
  "ownerName": "Google",
  "documentationLink": "https://developers.google.com/chrome/management/",
  "version_module": true,
  "kind": "discovery#restDescription",
  "ownerDomain": "google.com",
  "title": "Chrome Management API",
  "mtlsRootUrl": "https://chromemanagement.mtls.googleapis.com/",
  "icons": {
    "x16": "http://www.google.com/images/icons/product/search-16.gif",
    "x32": "http://www.google.com/images/icons/product/search-32.gif"
  },
  "revision": "20260812",
  "schemas": {
    "GoogleChromeManagementV1NetworkDiagnosticsReport": {
      "type": "object",
      "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",
      "id": "GoogleChromeManagementV1NetworkDiagnosticsReport",
      "properties": {
        "reportTime": {
          "description": "Output only. Timestamp of when the diagnostics were collected.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "httpsLatencyData": {
          "description": "Output only. HTTPS latency test data.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1HttpsLatencyRoutineData"
        }
      }
    },
    "GoogleChromeManagementV1TelemetryAppLaunchEvent": {
      "id": "GoogleChromeManagementV1TelemetryAppLaunchEvent",
      "properties": {
        "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.",
          "type": "string",
          "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."
          ],
          "enumDeprecated": [
            false,
            false,
            true,
            false,
            false,
            false,
            false,
            false,
            true,
            false,
            false,
            false,
            true,
            false,
            true,
            false
          ]
        },
        "appLaunchSource": {
          "type": "string",
          "enum": [
            "APPLICATION_LAUNCH_SOURCE_UNSPECIFIED",
            "APPLICATION_LAUNCH_SOURCE_APP_LIST_GRID",
            "APPLICATION_LAUNCH_SOURCE_APP_LIST_GRID_CONTEXT_MENU",
            "APPLICATION_LAUNCH_SOURCE_APP_LIST_QUERY",
            "APPLICATION_LAUNCH_SOURCE_APP_LIST_QUERY_CONTEXT_MENU",
            "APPLICATION_LAUNCH_SOURCE_APP_LIST_RECOMMENDATION",
            "APPLICATION_LAUNCH_SOURCE_PARENTAL_CONTROLS",
            "APPLICATION_LAUNCH_SOURCE_SHELF",
            "APPLICATION_LAUNCH_SOURCE_FILE_MANAGER",
            "APPLICATION_LAUNCH_SOURCE_LINK",
            "APPLICATION_LAUNCH_SOURCE_OMNIBOX",
            "APPLICATION_LAUNCH_SOURCE_CHROME_INTERNAL",
            "APPLICATION_LAUNCH_SOURCE_KEYBOARD",
            "APPLICATION_LAUNCH_SOURCE_OTHER_APP",
            "APPLICATION_LAUNCH_SOURCE_MENU",
            "APPLICATION_LAUNCH_SOURCE_INSTALLED_NOTIFICATION",
            "APPLICATION_LAUNCH_SOURCE_TEST",
            "APPLICATION_LAUNCH_SOURCE_ARC",
            "APPLICATION_LAUNCH_SOURCE_SHARESHEET",
            "APPLICATION_LAUNCH_SOURCE_RELEASE_NOTES_NOTIFICATION",
            "APPLICATION_LAUNCH_SOURCE_FULL_RESTORE",
            "APPLICATION_LAUNCH_SOURCE_SMART_TEXT_CONTEXT_MENU",
            "APPLICATION_LAUNCH_SOURCE_DISCOVER_TAB_NOTIFICATION",
            "APPLICATION_LAUNCH_SOURCE_MANAGEMENT_API",
            "APPLICATION_LAUNCH_SOURCE_KIOSK",
            "APPLICATION_LAUNCH_SOURCE_COMMAND_LINE",
            "APPLICATION_LAUNCH_SOURCE_BACKGROUND_MODE",
            "APPLICATION_LAUNCH_SOURCE_NEW_TAB_PAGE",
            "APPLICATION_LAUNCH_SOURCE_INTENT_URL",
            "APPLICATION_LAUNCH_SOURCE_OS_LOGIN",
            "APPLICATION_LAUNCH_SOURCE_PROTOCOL_HANDLER",
            "APPLICATION_LAUNCH_SOURCE_URL_HANDLER",
            "APPLICATION_LAUNCH_SOURCE_LOCK_SCREEN",
            "APPLICATION_LAUNCH_SOURCE_APP_HOME_PAGE",
            "APPLICATION_LAUNCH_SOURCE_REPARENTING",
            "APPLICATION_LAUNCH_SOURCE_PROFILE_MENU",
            "APPLICATION_LAUNCH_SOURCE_SYSTEM_TRAY_CALENDAR",
            "APPLICATION_LAUNCH_SOURCE_INSTALLER",
            "APPLICATION_LAUNCH_SOURCE_FIRST_RUN",
            "APPLICATION_LAUNCH_SOURCE_WELCOME_TOUR",
            "APPLICATION_LAUNCH_SOURCE_FOCUS_MODE",
            "APPLICATION_LAUNCH_SOURCE_SPARKY",
            "APPLICATION_LAUNCH_SOURCE_NAVIGATION_CAPTURING",
            "APPLICATION_LAUNCH_SOURCE_WEB_INSTALL_API"
          ],
          "description": "App launch source.",
          "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": "object",
      "description": "App launch data."
    },
    "GoogleChromeManagementV1NetworkDevice": {
      "id": "GoogleChromeManagementV1NetworkDevice",
      "properties": {
        "type": {
          "type": "string",
          "enum": [
            "NETWORK_DEVICE_TYPE_UNSPECIFIED",
            "CELLULAR_DEVICE",
            "ETHERNET_DEVICE",
            "WIFI_DEVICE"
          ],
          "description": "Output only. Network device type.",
          "readOnly": true,
          "enumDescriptions": [
            "Network device type not specified.",
            "Cellular device.",
            "Ethernet device.",
            "Wifi device."
          ]
        },
        "imei": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. IMEI (if applicable) of the corresponding network device."
        },
        "iccid": {
          "description": "Output only. The integrated circuit card ID associated with the device's sim card.",
          "readOnly": true,
          "type": "string"
        },
        "macAddress": {
          "description": "Output only. MAC address (if applicable) of the corresponding network device.",
          "readOnly": true,
          "type": "string"
        },
        "mdn": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The mobile directory number associated with the device's sim card."
        },
        "meid": {
          "description": "Output only. MEID (if applicable) of the corresponding network device.",
          "readOnly": true,
          "type": "string"
        }
      },
      "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](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"
    },
    "GoogleChromeManagementVersionsV1ConnectorConfigStatus": {
      "id": "GoogleChromeManagementVersionsV1ConnectorConfigStatus",
      "properties": {
        "failureStartTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Field recording time of the earliest failure since the last success event. This field is only set when the state is `DISABLED_BY_FAILURES`.",
          "format": "google-datetime"
        },
        "state": {
          "readOnly": true,
          "enumDescriptions": [
            "Default value.",
            "The connector config is enabled.",
            "The connector config is transiently disabled due to failures."
          ],
          "type": "string",
          "enum": [
            "CONFIG_STATE_UNKNOWN",
            "ENABLED",
            "DISABLED_BY_FAILURES"
          ],
          "description": "Output only. The state of the connector config. The connector state is disabled if the connector has not successfully sent an event in the last 24 hours."
        },
        "updateTime": {
          "description": "Output only. Field recording time of most recent modification of the status. For `ENABLED`, this is the time the status was changed to `ENABLED`. For `DISABLED_BY_FAILURES`, this is the time of the most recent failed attempt to send an event to this config.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object",
      "description": "The status of the connector config."
    },
    "GoogleRpcStatus": {
      "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
      "type": "object",
      "id": "GoogleRpcStatus",
      "properties": {
        "code": {
          "type": "integer",
          "description": "The status code, which should be an enum value of google.rpc.Code.",
          "format": "int32"
        },
        "message": {
          "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.",
          "type": "string"
        },
        "details": {
          "items": {
            "type": "object",
            "additionalProperties": {
              "type": "any",
              "description": "Properties of the object. Contains field @type with type URL."
            }
          },
          "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.",
          "type": "array"
        }
      }
    },
    "GoogleChromeManagementVersionsV1ReportingDataExtensionData": {
      "id": "GoogleChromeManagementVersionsV1ReportingDataExtensionData",
      "properties": {
        "permissions": {
          "description": "Output only. Permissions requested by the extension.",
          "readOnly": true,
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "isWebstoreExtension": {
          "description": "Output only. Represents whether the extension is from the webstore.",
          "readOnly": true,
          "type": "boolean"
        },
        "manifestVersion": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Manifest version of the extension.",
          "format": "int32"
        },
        "name": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Name of the extension."
        },
        "homepageUri": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The URL of the homepage of the extension."
        },
        "installationType": {
          "description": "Output only. Installation type of the extension.",
          "type": "string",
          "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
        },
        "isDisabled": {
          "description": "Output only. Represents whether the user disabled the extension.",
          "readOnly": true,
          "type": "boolean"
        },
        "extensionId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. ID of the extension."
        },
        "extensionType": {
          "readOnly": true,
          "enumDescriptions": [
            "Represents an unspecified extension type.",
            "Represents an extension.",
            "Represents an app.",
            "Represents a theme.",
            "Represents a hosted app."
          ],
          "type": "string",
          "enum": [
            "EXTENSION_TYPE_UNSPECIFIED",
            "EXTENSION",
            "APP",
            "THEME",
            "HOSTED_APP"
          ],
          "description": "Output only. Type of the extension."
        },
        "description": {
          "description": "Output only. Description of the extension.",
          "readOnly": true,
          "type": "string"
        },
        "version": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Version of the extension."
        }
      },
      "description": "Information of an extension installed on a Chrome browser profile.",
      "type": "object"
    },
    "GoogleChromeManagementV1UserPrintReport": {
      "type": "object",
      "description": "Report for CountPrintJobsByUser, contains printing statistics for a user. Contains the number of printers, the number of devices used to initiate print jobs, and the number of print jobs initiated.",
      "id": "GoogleChromeManagementV1UserPrintReport",
      "properties": {
        "jobCount": {
          "description": "Number of print jobs initiated by the user.",
          "format": "int64",
          "type": "string"
        },
        "userEmail": {
          "description": "The primary e-mail address of the user.",
          "type": "string"
        },
        "printerCount": {
          "description": "Number of printers used by the user.",
          "format": "int64",
          "type": "string"
        },
        "userId": {
          "description": "The unique Directory API ID of the user.",
          "type": "string"
        },
        "deviceCount": {
          "type": "string",
          "description": "Number of chrome devices that have been used to initiate print jobs by the user.",
          "format": "int64"
        }
      }
    },
    "GoogleLongrunningListOperationsResponse": {
      "id": "GoogleLongrunningListOperationsResponse",
      "properties": {
        "operations": {
          "type": "array",
          "description": "A list of operations that matches the specified filter in the request.",
          "items": {
            "$ref": "GoogleLongrunningOperation"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "The standard List next-page token."
        },
        "unreachable": {
          "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "description": "The response message for Operations.ListOperations."
    },
    "GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest": {
      "id": "GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessRequest",
      "properties": {
        "callerInstanceId": {
          "description": "Required. The instance id of the caller.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Request message for claiming a certificate provisioning process."
    },
    "GoogleChromeManagementV1TelemetryNotificationConfig": {
      "type": "object",
      "description": "Configuration to receive notifications of telemetry data.",
      "id": "GoogleChromeManagementV1TelemetryNotificationConfig",
      "properties": {
        "googleCloudPubsubTopic": {
          "description": "The pubsub topic to which notifications are published to.",
          "type": "string"
        },
        "name": {
          "description": "Output only. Resource name of the notification configuration.",
          "readOnly": true,
          "type": "string"
        },
        "customer": {
          "description": "Output only. Google Workspace customer that owns the resource.",
          "readOnly": true,
          "type": "string"
        },
        "filter": {
          "description": "Only send notifications for telemetry data matching this filter.",
          "$ref": "GoogleChromeManagementV1TelemetryNotificationFilter"
        }
      }
    },
    "GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse": {
      "id": "GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse",
      "properties": {
        "telemetryNotificationConfigs": {
          "description": "The telemetry notification configs from the specified customer.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1TelemetryNotificationConfig"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        }
      },
      "description": "Response message for listing notification configs for a customer.",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1DisableInsightsResponse": {
      "type": "object",
      "description": "Response from disabling insights for the customer.",
      "id": "GoogleChromeManagementVersionsV1DisableInsightsResponse",
      "properties": {
        "insightsState": {
          "description": "The state of the insights feature.",
          "enumDescriptions": [
            "Default value. Should not be used.",
            "The insights feature is enabled for the customer.",
            "The insights feature is disabled for the customer."
          ],
          "type": "string",
          "enum": [
            "INSIGHTS_ENABLEMENT_STATE_UNSPECIFIED",
            "INSIGHTS_ENABLED",
            "INSIGHTS_DISABLED"
          ]
        }
      }
    },
    "GoogleChromeManagementV1ChromeAppInfo": {
      "description": "Chrome Web Store app information.",
      "type": "object",
      "id": "GoogleChromeManagementV1ChromeAppInfo",
      "properties": {
        "minUserCount": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. The minimum number of users using this app.",
          "format": "int32"
        },
        "permissions": {
          "items": {
            "$ref": "GoogleChromeManagementV1ChromeAppPermission"
          },
          "description": "Output only. Every custom permission requested by the app. Version-specific field that will only be set when the requested app version is found.",
          "readOnly": true,
          "type": "array"
        },
        "kioskEnabled": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Whether this app is enabled for Kiosk mode on ChromeOS devices"
        },
        "isTheme": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Whether the app or extension is a theme."
        },
        "isExtensionPolicySupported": {
          "description": "Output only. Whether an app supports policy for extensions.",
          "readOnly": true,
          "type": "boolean"
        },
        "isKioskOnly": {
          "description": "Output only. Whether the app is only for Kiosk mode on ChromeOS devices",
          "readOnly": true,
          "type": "boolean"
        },
        "manifestVersion": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The version of this extension's manifest.",
          "format": "int64"
        },
        "supportEnabled": {
          "description": "Output only. The app developer has enabled support for their app. Version-specific field that will only be set when the requested app version is found.",
          "readOnly": true,
          "type": "boolean"
        },
        "isCwsHosted": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Whether the app or extension is in a published state in the Chrome Web Store."
        },
        "siteAccess": {
          "items": {
            "$ref": "GoogleChromeManagementV1ChromeAppSiteAccess"
          },
          "readOnly": true,
          "type": "array",
          "description": "Output only. Every permission giving access to domains or broad host patterns. ( e.g. www.google.com). This includes the matches from content scripts as well as hosts in the permissions node of the manifest. Version-specific field that will only be set when the requested app version is found."
        },
        "type": {
          "description": "Output only. Types of an item in the Chrome Web Store",
          "type": "string",
          "enum": [
            "ITEM_TYPE_UNSPECIFIED",
            "EXTENSION",
            "OTHERS"
          ],
          "enumDescriptions": [
            "Unspecified ItemType.",
            "Chrome Extensions.",
            "Any other type than extension."
          ],
          "readOnly": true
        },
        "googleOwned": {
          "description": "Output only. Whether the app or extension is built and maintained by Google. Version-specific field that will only be set when the requested app version is found.",
          "readOnly": true,
          "type": "boolean"
        }
      }
    },
    "GoogleChromeManagementV1HeartbeatStatusReport": {
      "id": "GoogleChromeManagementV1HeartbeatStatusReport",
      "properties": {
        "state": {
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "UNKNOWN",
            "ONLINE",
            "OFFLINE",
            "DEVICE_OUTDATED"
          ],
          "description": "State the device changed to",
          "enumDescriptions": [
            "State not specified",
            "Device is not eligible for heartbeat monitoring",
            "Device is online",
            "Device is offline",
            "Device is outdated"
          ]
        },
        "reportTime": {
          "type": "string",
          "description": "Timestamp of when status changed was detected",
          "format": "google-datetime"
        }
      },
      "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 mins * Note: If a device goes offline, it can take up to 12 minutes for the online status of the device to be updated * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: N/A * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_DEVICE_ACTIVITY_REPORT",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData": {
      "type": "object",
      "description": "Information of the policies applied on an extension.",
      "id": "GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData",
      "properties": {
        "extensionId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. ID of the extension."
        },
        "extensionName": {
          "description": "Output only. Name of the extension.",
          "readOnly": true,
          "type": "string"
        },
        "policyData": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. Information of the policies applied on the extension.",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1ReportingDataPolicyData"
          }
        }
      }
    },
    "GoogleChromeManagementV1DisplayDevice": {
      "id": "GoogleChromeManagementV1DisplayDevice",
      "properties": {
        "displayHeightMm": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Display height in millimeters.",
          "format": "int32"
        },
        "manufacturerId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Three letter manufacturer ID."
        },
        "edidVersion": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. EDID version."
        },
        "displayWidthMm": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Display width in millimeters.",
          "format": "int32"
        },
        "manufactureYear": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Year of manufacture.",
          "format": "int32"
        },
        "modelId": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Manufacturer product code.",
          "format": "int32"
        },
        "internal": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Is display internal or not."
        },
        "displayName": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Display device name."
        },
        "serialNumber": {
          "description": "Output only. Serial number.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        }
      },
      "type": "object",
      "description": "Information of a display device."
    },
    "GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse": {
      "description": "Response containing the number of devices with the given channel.",
      "type": "object",
      "id": "GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse",
      "properties": {
        "stableChannelCount": {
          "description": "Number of devices with stable release channel.",
          "format": "int64",
          "type": "string"
        },
        "ltsChannelCount": {
          "type": "string",
          "description": "Number of devices with lts release channel.",
          "format": "int64"
        },
        "canaryChannelCount": {
          "type": "string",
          "description": "Number of devices with canary release channel.",
          "format": "int64"
        },
        "unsupportedChannelCount": {
          "description": "Number of devices with unsupported release channel.",
          "format": "int64",
          "type": "string"
        },
        "unreportedChannelCount": {
          "type": "string",
          "description": "Number of devices with an unreported release channel.",
          "format": "int64"
        },
        "ltcChannelCount": {
          "type": "string",
          "description": "Number of devices with ltc release channel.",
          "format": "int64"
        },
        "devChannelCount": {
          "description": "Number of devices with dev release channel.",
          "format": "int64",
          "type": "string"
        },
        "betaChannelCount": {
          "description": "Number of devices with beta release channel.",
          "format": "int64",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1ListTelemetryEventsResponse": {
      "description": "Response message for listing telemetry events for a customer.",
      "type": "object",
      "id": "GoogleChromeManagementV1ListTelemetryEventsResponse",
      "properties": {
        "telemetryEvents": {
          "items": {
            "$ref": "GoogleChromeManagementV1TelemetryEvent"
          },
          "description": "Telemetry events returned in the response.",
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "Token to specify next page in the list."
        }
      }
    },
    "GoogleChromeManagementV1TelemetryAppUninstallEvent": {
      "description": "App uninstall data.",
      "type": "object",
      "id": "GoogleChromeManagementV1TelemetryAppUninstallEvent",
      "properties": {
        "appUninstallSource": {
          "type": "string",
          "enum": [
            "APPLICATION_UNINSTALL_SOURCE_UNSPECIFIED",
            "APPLICATION_UNINSTALL_SOURCE_APP_LIST",
            "APPLICATION_UNINSTALL_SOURCE_APP_MANAGEMENT",
            "APPLICATION_UNINSTALL_SOURCE_SHELF",
            "APPLICATION_UNINSTALL_SOURCE_MIGRATION"
          ],
          "description": "App uninstall source.",
          "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."
          ]
        },
        "appId": {
          "description": "App id. For PWAs this is the start URL, and for extensions this is the extension id.",
          "type": "string"
        },
        "appType": {
          "enumDeprecated": [
            false,
            false,
            true,
            false,
            false,
            false,
            false,
            false,
            true,
            false,
            false,
            false,
            true,
            false,
            true,
            false
          ],
          "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",
          "enum": [
            "TELEMETRY_APPLICATION_TYPE_UNSPECIFIED",
            "APPLICATION_TYPE_ARC",
            "APPLICATION_TYPE_BUILT_IN",
            "APPLICATION_TYPE_CROSTINI",
            "APPLICATION_TYPE_CHROME_APP",
            "APPLICATION_TYPE_WEB",
            "APPLICATION_TYPE_MAC_OS",
            "APPLICATION_TYPE_PLUGIN_VM",
            "APPLICATION_TYPE_STANDALONE_BROWSER",
            "APPLICATION_TYPE_REMOTE",
            "APPLICATION_TYPE_BOREALIS",
            "APPLICATION_TYPE_SYSTEM_WEB",
            "APPLICATION_TYPE_STANDALONE_BROWSER_CHROME_APP",
            "APPLICATION_TYPE_EXTENSION",
            "APPLICATION_TYPE_STANDALONE_BROWSER_EXTENSION",
            "APPLICATION_TYPE_BRUSCHETTA"
          ],
          "description": "Type of app."
        }
      }
    },
    "GoogleTypeDate": {
      "id": "GoogleTypeDate",
      "properties": {
        "day": {
          "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
          "format": "int32",
          "type": "integer"
        },
        "year": {
          "type": "integer",
          "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
          "format": "int32"
        },
        "month": {
          "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
          "format": "int32",
          "type": "integer"
        }
      },
      "description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1ContentTransfersBreakdown": {
      "id": "GoogleChromeManagementVersionsV1ContentTransfersBreakdown",
      "properties": {
        "user": {
          "type": "string",
          "description": "The user that transferred the content."
        },
        "eventDomain": {
          "type": "string",
          "description": "The event domain of the content transfers."
        },
        "summary": {
          "$ref": "GoogleChromeManagementVersionsV1ContentTransfersSummary",
          "description": "The summary of content transfers for the breakdown dimension."
        },
        "contentCategory": {
          "type": "string",
          "description": "The content category of the content transfers."
        }
      },
      "type": "object",
      "description": "A content transfers summary for a given breakdown dimension."
    },
    "GoogleChromeManagementV1TelemetryAppInstallEvent": {
      "id": "GoogleChromeManagementV1TelemetryAppInstallEvent",
      "properties": {
        "appInstallSource": {
          "description": "App installation source.",
          "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."
          ],
          "type": "string",
          "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"
          ]
        },
        "appType": {
          "type": "string",
          "enum": [
            "TELEMETRY_APPLICATION_TYPE_UNSPECIFIED",
            "APPLICATION_TYPE_ARC",
            "APPLICATION_TYPE_BUILT_IN",
            "APPLICATION_TYPE_CROSTINI",
            "APPLICATION_TYPE_CHROME_APP",
            "APPLICATION_TYPE_WEB",
            "APPLICATION_TYPE_MAC_OS",
            "APPLICATION_TYPE_PLUGIN_VM",
            "APPLICATION_TYPE_STANDALONE_BROWSER",
            "APPLICATION_TYPE_REMOTE",
            "APPLICATION_TYPE_BOREALIS",
            "APPLICATION_TYPE_SYSTEM_WEB",
            "APPLICATION_TYPE_STANDALONE_BROWSER_CHROME_APP",
            "APPLICATION_TYPE_EXTENSION",
            "APPLICATION_TYPE_STANDALONE_BROWSER_EXTENSION",
            "APPLICATION_TYPE_BRUSCHETTA"
          ],
          "description": "Type of app.",
          "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."
          ]
        },
        "appInstallTime": {
          "description": "App installation time depending on the app lifecycle.",
          "enumDescriptions": [
            "Application install time unknown.",
            "Application install is initialized.",
            "Application install is currently running."
          ],
          "type": "string",
          "enum": [
            "APPLICATION_INSTALL_TIME_UNSPECIFIED",
            "APPLICATION_INSTALL_TIME_INIT",
            "APPLICATION_INSTALL_TIME_RUNNING"
          ]
        },
        "appId": {
          "description": "App id. For PWAs this is the start URL, and for extensions this is the extension id.",
          "type": "string"
        },
        "appInstallReason": {
          "type": "string",
          "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"
          ],
          "description": "App installation reason.",
          "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."
          ]
        }
      },
      "type": "object",
      "description": "App installation data."
    },
    "GoogleChromeManagementVersionsV1ConnectorConfigDetails": {
      "id": "GoogleChromeManagementVersionsV1ConnectorConfigDetails",
      "properties": {
        "crowdStrikeXdrConfig": {
          "description": "CrowdStrike XDR connector config.",
          "$ref": "GoogleChromeManagementVersionsV1CrowdStrikeXdrConfig"
        },
        "pubSubConfig": {
          "$ref": "GoogleChromeManagementVersionsV1PubSubConfig",
          "description": "Pub/Sub connector config."
        },
        "paloAltoNetworksConfig": {
          "description": "Palo Alto Networks connector config.",
          "$ref": "GoogleChromeManagementVersionsV1PaloAltoNetworksConfig"
        },
        "splunkConfig": {
          "description": "Splunk connector config.",
          "$ref": "GoogleChromeManagementVersionsV1SplunkConfig"
        },
        "pubSubXdrConfig": {
          "$ref": "GoogleChromeManagementVersionsV1PubSubXdrConfig",
          "description": "Pub/Sub XDR connector config."
        },
        "mipLabelConfig": {
          "$ref": "GoogleChromeManagementVersionsV1MipLabelConfig",
          "description": "MIP label connector config."
        },
        "deviceTrustConfig": {
          "description": "Device trust connector config.",
          "$ref": "GoogleChromeManagementVersionsV1DeviceTrustConfig"
        },
        "crowdStrikeConfig": {
          "description": "CrowdStrike connector config.",
          "$ref": "GoogleChromeManagementVersionsV1CrowdStrikeConfig"
        },
        "googleSecOpsConfig": {
          "description": "Google SecOps connector config.",
          "$ref": "GoogleChromeManagementVersionsV1GoogleSecOpsConfig"
        },
        "crowdStrikeFalconNextGenConfig": {
          "description": "CrowdStrike Falcon Next Gen connector config.",
          "$ref": "GoogleChromeManagementVersionsV1CrowdStrikeFalconNextGenConfig"
        }
      },
      "type": "object",
      "description": "The details of the connector config."
    },
    "GoogleChromeManagementVersionsV1PaloAltoNetworksConfig": {
      "id": "GoogleChromeManagementVersionsV1PaloAltoNetworksConfig",
      "properties": {
        "reportingSettings": {
          "$ref": "GoogleChromeManagementVersionsV1ReportingSettings",
          "description": "Required. The reporting settings for the Palo Alto Networks config."
        },
        "apiKey": {
          "description": "Required. Input only. API key to use on the ingestion API.",
          "type": "string"
        },
        "host": {
          "type": "string",
          "description": "Required. Host to identify the customer specific server to receive the events."
        }
      },
      "type": "object",
      "description": "Palo Alto Networks connector config."
    },
    "GoogleChromeManagementV1PrintJob": {
      "id": "GoogleChromeManagementV1PrintJob",
      "properties": {
        "documentPageCount": {
          "type": "integer",
          "description": "Number of pages in the document.",
          "format": "int32"
        },
        "id": {
          "description": "Unique ID of the print job.",
          "type": "string"
        },
        "completeTime": {
          "description": "Print job completion timestamp.",
          "format": "google-datetime",
          "type": "string"
        },
        "colorMode": {
          "type": "string",
          "enum": [
            "COLOR_MODE_UNSPECIFIED",
            "BLACK_AND_WHITE",
            "COLOR"
          ],
          "description": "Color mode.",
          "enumDescriptions": [
            "Unspecified.",
            "Black and white.",
            "Color."
          ]
        },
        "userEmail": {
          "type": "string",
          "description": "The primary e-mail address of the user who submitted the print job."
        },
        "copyCount": {
          "type": "integer",
          "description": "Number of copies.",
          "format": "int32"
        },
        "userId": {
          "type": "string",
          "description": "The unique Directory API ID of the user who submitted the print job."
        },
        "state": {
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "PRINTED",
            "CANCELLED",
            "FAILED"
          ],
          "description": "The final state of the job.",
          "enumDescriptions": [
            "Print job is in an unspecified state.",
            "The document was successfully printed.",
            "Print job was cancelled.",
            "Print job failed."
          ]
        },
        "printer": {
          "description": "Name of the printer used for printing.",
          "type": "string"
        },
        "duplexMode": {
          "type": "string",
          "enum": [
            "DUPLEX_MODE_UNSPECIFIED",
            "ONE_SIDED",
            "TWO_SIDED_LONG_EDGE",
            "TWO_SIDED_SHORT_EDGE"
          ],
          "description": "Duplex mode.",
          "enumDescriptions": [
            "Unspecified.",
            "One-sided.",
            "Two-sided flipping over long edge.",
            "Two-sided flipping over short edge."
          ]
        },
        "title": {
          "description": "The title of the document.",
          "type": "string"
        },
        "createTime": {
          "type": "string",
          "description": "Print job creation timestamp.",
          "format": "google-datetime"
        },
        "printerId": {
          "type": "string",
          "description": "API ID of the printer used for printing."
        }
      },
      "type": "object",
      "description": "Represents a request to print a document that has been submitted to a printer."
    },
    "GoogleProtobufEmpty": {
      "id": "GoogleProtobufEmpty",
      "properties": {},
      "type": "object",
      "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); }"
    },
    "GoogleChromeManagementV1StorageInfoDiskVolume": {
      "description": "Information for disk volumes",
      "type": "object",
      "id": "GoogleChromeManagementV1StorageInfoDiskVolume",
      "properties": {
        "volumeId": {
          "description": "Disk volume id.",
          "type": "string"
        },
        "storageFreeBytes": {
          "description": "Free storage space in bytes.",
          "format": "int64",
          "type": "string"
        },
        "storageTotalBytes": {
          "type": "string",
          "description": "Total storage space in bytes.",
          "format": "int64"
        }
      }
    },
    "GoogleChromeManagementVersionsV1PubSubXdrConfig": {
      "id": "GoogleChromeManagementVersionsV1PubSubXdrConfig",
      "properties": {
        "topicFullPath": {
          "type": "string",
          "description": "Required. The full path to the topic to send the event to."
        },
        "xdrSettings": {
          "$ref": "GoogleChromeManagementVersionsV1XdrSettings",
          "description": "Required. The XDR settings for the Pub/Sub XDR config."
        }
      },
      "type": "object",
      "description": "Pub/Sub XDR connector config."
    },
    "GoogleChromeManagementVersionsV1EnableInsightsRequest": {
      "description": "Request to enable insights for the customer.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1EnableInsightsRequest",
      "properties": {
        "targetOus": {
          "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 (as if it were set to [\"/\"]). Example: [\"/corp/sales\", \"/eng\"]",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleChromeManagementVersionsV1SignDataMetadata": {
      "id": "GoogleChromeManagementVersionsV1SignDataMetadata",
      "properties": {
        "startTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Start time of the SignData operation.",
          "format": "google-datetime"
        }
      },
      "type": "object",
      "description": "Metadata for the long-running operation returned by signData."
    },
    "GoogleChromeManagementV1HttpsLatencyRoutineData": {
      "type": "object",
      "description": "Data that describes the result of the HTTPS latency diagnostics routine, with the HTTPS requests issued to Google websites.",
      "id": "GoogleChromeManagementV1HttpsLatencyRoutineData",
      "properties": {
        "problem": {
          "enumDescriptions": [
            "HTTPS latency problem not specified.",
            "One or more DNS resolutions resulted in a failure.",
            "One or more HTTPS requests resulted in a failure.",
            "Average HTTPS request latency time between 500ms and 1000ms is high.",
            "Average HTTPS request latency time greater than 1000ms is very high."
          ],
          "readOnly": true,
          "description": "Output only. HTTPS latency routine problem if a problem occurred.",
          "type": "string",
          "enum": [
            "HTTPS_LATENCY_PROBLEM_UNSPECIFIED",
            "FAILED_DNS_RESOLUTIONS",
            "FAILED_HTTPS_REQUESTS",
            "HIGH_LATENCY",
            "VERY_HIGH_LATENCY"
          ]
        },
        "latency": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. HTTPS latency if routine succeeded or failed because of HIGH_LATENCY or VERY_HIGH_LATENCY.",
          "format": "google-duration"
        }
      }
    },
    "GoogleChromeManagementV1StorageStatusReport": {
      "description": "Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceStorageStatus](https://chromeenterprise.google/policies/#ReportDeviceStorageStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_STORAGE_REPORT",
      "type": "object",
      "id": "GoogleChromeManagementV1StorageStatusReport",
      "properties": {
        "disk": {
          "items": {
            "$ref": "GoogleChromeManagementV1DiskInfo"
          },
          "readOnly": true,
          "type": "array",
          "description": "Output only. Reports on disk."
        },
        "reportTime": {
          "description": "Output only. Timestamp of when the sample was collected on device",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1GraphicsStatusReport": {
      "id": "GoogleChromeManagementV1GraphicsStatusReport",
      "properties": {
        "reportTime": {
          "description": "Output only. Time at which the graphics data was reported.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "displays": {
          "description": "Output only. Information about the displays for the device.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1DisplayInfo"
          }
        }
      },
      "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: 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: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_GRAPHICS_REPORT",
      "type": "object"
    },
    "GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse": {
      "description": "Response containing a list of devices with a specific type of hardware specification from the requested hardware type.",
      "type": "object",
      "id": "GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse",
      "properties": {
        "modelReports": {
          "items": {
            "$ref": "GoogleChromeManagementV1DeviceHardwareCountReport"
          },
          "description": "The DeviceHardwareCountReport for device model type (for example Acer C7 Chromebook).",
          "type": "array"
        },
        "cpuReports": {
          "items": {
            "$ref": "GoogleChromeManagementV1DeviceHardwareCountReport"
          },
          "description": "The DeviceHardwareCountReport for device cpu type (for example Intel(R) Core(TM) i7-10610U CPU @ 1.80GHz).",
          "type": "array"
        },
        "storageReports": {
          "description": "The DeviceHardwareCountReport for device storage amount in gigabytes (for example 128).",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1DeviceHardwareCountReport"
          }
        },
        "memoryReports": {
          "items": {
            "$ref": "GoogleChromeManagementV1DeviceHardwareCountReport"
          },
          "description": "The DeviceHardwareCountReport for device memory amount in gigabytes (for example 16).",
          "type": "array"
        }
      }
    },
    "GoogleChromeManagementV1Device": {
      "id": "GoogleChromeManagementV1Device",
      "properties": {
        "deviceId": {
          "description": "Output only. The ID of the device that reported this Chrome browser information.",
          "readOnly": true,
          "type": "string"
        },
        "machine": {
          "description": "Output only. The name of the machine within its local network.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object",
      "description": "Describes a device reporting Chrome browser information."
    },
    "GoogleChromeManagementV1DeviceAueCountReport": {
      "description": "Report for CountChromeDevicesPerAueDateResponse, contains the count of devices of a specific model and auto update expiration range.",
      "type": "object",
      "id": "GoogleChromeManagementV1DeviceAueCountReport",
      "properties": {
        "count": {
          "description": "Count of devices of this model.",
          "format": "int64",
          "type": "string"
        },
        "aueMonth": {
          "description": "Enum value of month corresponding to the auto update expiration date in UTC time zone. If the device is already expired, this field is empty.",
          "enumDescriptions": [
            "The unspecified month.",
            "The month of January.",
            "The month of February.",
            "The month of March.",
            "The month of April.",
            "The month of May.",
            "The month of June.",
            "The month of July.",
            "The month of August.",
            "The month of September.",
            "The month of October.",
            "The month of November.",
            "The month of December."
          ],
          "type": "string",
          "enum": [
            "MONTH_UNSPECIFIED",
            "JANUARY",
            "FEBRUARY",
            "MARCH",
            "APRIL",
            "MAY",
            "JUNE",
            "JULY",
            "AUGUST",
            "SEPTEMBER",
            "OCTOBER",
            "NOVEMBER",
            "DECEMBER"
          ]
        },
        "aueYear": {
          "description": "Int value of year corresponding to the Auto Update Expiration date in UTC time zone. If the device is already expired, this field is empty.",
          "format": "int64",
          "type": "string"
        },
        "expired": {
          "description": "Boolean value for whether or not the device has already expired.",
          "type": "boolean"
        },
        "model": {
          "description": "Public model name of the devices.",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse": {
      "id": "GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse",
      "properties": {
        "nextPageToken": {
          "description": "The pagination token that can be used to list the next page.",
          "type": "string"
        },
        "chromeBrowserProfiles": {
          "type": "array",
          "description": "The list of profiles returned.",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfile"
          }
        },
        "totalSize": {
          "description": "Total size represents an estimated number of resources returned. Not guaranteed to be accurate above 10k profiles.",
          "format": "int64",
          "type": "string"
        }
      },
      "description": "Response to ListChromeBrowserProfiles method.",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1ChromeOsUserSession": {
      "id": "GoogleChromeManagementVersionsV1ChromeOsUserSession",
      "properties": {
        "userPrimaryEmail": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The primary e-mail address of the user."
        },
        "userDirectoryApiId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The unique Directory API ID of the user."
        },
        "chromeOsDevice": {
          "readOnly": true,
          "description": "Output only. This field contains information about the ChromeOS device that the user session is running on. It is only set if the user is affiliated, i.e., if the user is managed by the same organization that manages the ChromeOS device.",
          "$ref": "GoogleChromeManagementVersionsV1ChromeOsDevice"
        }
      },
      "type": "object",
      "description": "Describes the ChromeOS user session that a `CertificateProvisioningProcess` belongs to."
    },
    "GoogleChromeManagementV1RiskAssessment": {
      "type": "object",
      "description": "Risk assessment for a Chrome extension.",
      "id": "GoogleChromeManagementV1RiskAssessment",
      "properties": {
        "assessment": {
          "description": "Risk assessment for the extension. Currently, this is a numerical value, and its interpretation is specific to each risk assessment provider.",
          "type": "string"
        },
        "version": {
          "type": "string",
          "description": "The version of the extension that this assessment applies to."
        },
        "detailsUrl": {
          "description": "A URL that a user can navigate to for more information about the risk assessment.",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1ThunderboltInfo": {
      "id": "GoogleChromeManagementV1ThunderboltInfo",
      "properties": {
        "securityLevel": {
          "description": "Security level of the Thunderbolt bus.",
          "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",
          "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"
          ]
        }
      },
      "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](https://chromeenterprise.google/policies/#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"
    },
    "GoogleChromeManagementV1TelemetryUser": {
      "type": "object",
      "description": "Telemetry data collected from a managed user. * Granular permission needed: TELEMETRY_API_USER",
      "id": "GoogleChromeManagementV1TelemetryUser",
      "properties": {
        "userEmail": {
          "description": "Email address of the user.",
          "type": "string"
        },
        "userId": {
          "type": "string",
          "description": "Directory ID of the user."
        },
        "customer": {
          "description": "G Suite Customer whose enterprise enrolled the device.",
          "type": "string"
        },
        "orgUnitId": {
          "description": "Organization unit of the user.",
          "type": "string"
        },
        "userDevice": {
          "items": {
            "$ref": "GoogleChromeManagementV1TelemetryUserDevice"
          },
          "description": "Telemetry data collected from a managed user and device.",
          "type": "array"
        },
        "name": {
          "description": "Resource name of the user.",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1FindInstalledAppProfilesResponse": {
      "type": "object",
      "description": "Response containing a list of profiles with queried app installed.",
      "id": "GoogleChromeManagementV1FindInstalledAppProfilesResponse",
      "properties": {
        "totalSize": {
          "description": "Total number of profiles matching request.",
          "format": "int32",
          "type": "integer"
        },
        "profiles": {
          "items": {
            "$ref": "GoogleChromeManagementV1ProfileAppInstallInstance"
          },
          "type": "array",
          "description": "A list of profiles which have the app installed. Sorted in ascending alphabetical order on the profile.Email field."
        },
        "nextPageToken": {
          "type": "string",
          "description": "Token to specify the next page of the request."
        }
      }
    },
    "GoogleChromeManagementVersionsV1GoogleSecOpsConfig": {
      "id": "GoogleChromeManagementVersionsV1GoogleSecOpsConfig",
      "properties": {
        "reportingSettings": {
          "$ref": "GoogleChromeManagementVersionsV1ReportingSettings",
          "description": "Required. The reporting settings for the Google SecOps config."
        },
        "apiKey": {
          "type": "string",
          "description": "Required. Input only. API key to use on the ingestion API."
        },
        "host": {
          "description": "Required. Host of ingestion API endpoint. Allows customer to upload events to servers in specific geographical regions. Existing configs that don't have this setting default to US.",
          "type": "string"
        }
      },
      "description": "Google SecOps connector config.",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1ScepProfile": {
      "id": "GoogleChromeManagementVersionsV1ScepProfile",
      "properties": {
        "organization": {
          "description": "Output only. The name of the organization the subject belongs to.",
          "readOnly": true,
          "type": "string"
        },
        "certificateTemplateName": {
          "readOnly": true,
          "type": "string",
          "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."
        },
        "locality": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The locality of the subject."
        },
        "keyUsages": {
          "items": {
            "enumDescriptions": [
              "The key usage is unspecified.",
              "The key can be used for signing.",
              "The key can be used for key encipherment."
            ],
            "type": "string",
            "enum": [
              "KEY_USAGE_UNSPECIFIED",
              "KEY_USAGE_SIGNING",
              "KEY_USAGE_KEY_ENCIPHERMENT"
            ]
          },
          "description": "Output only. The allowed key usages for certificate's key.",
          "readOnly": true,
          "type": "array"
        },
        "state": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The state of the subject."
        },
        "country": {
          "description": "Output only. The country of the subject.",
          "readOnly": true,
          "type": "string"
        },
        "organizationalUnits": {
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "type": "array",
          "description": "Output only. The organizational units of the subject."
        },
        "subjectCommonName": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The common name of the subject."
        },
        "subjectAltNames": {
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1SubjectAltName"
          },
          "description": "Output only. The subject alternative names.",
          "readOnly": true,
          "type": "array"
        }
      },
      "type": "object",
      "description": "Describes a SCEP certificate provisioning profile."
    },
    "GoogleLongrunningOperation": {
      "description": "This resource represents a long-running operation that is the result of a network API call.",
      "type": "object",
      "id": "GoogleLongrunningOperation",
      "properties": {
        "metadata": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object. Contains field @type with type URL."
          },
          "type": "object",
          "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any."
        },
        "done": {
          "description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.",
          "type": "boolean"
        },
        "response": {
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object. Contains field @type with type URL."
          },
          "type": "object",
          "description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`."
        },
        "name": {
          "type": "string",
          "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`."
        },
        "error": {
          "description": "The error result of the operation in case of failure or cancellation.",
          "$ref": "GoogleRpcStatus"
        }
      }
    },
    "GoogleChromeManagementV1GraphicsInfo": {
      "id": "GoogleChromeManagementV1GraphicsInfo",
      "properties": {
        "displayDevices": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. Information about the display(s) of the device.",
          "items": {
            "$ref": "GoogleChromeManagementV1DisplayDevice"
          }
        },
        "touchScreenInfo": {
          "$ref": "GoogleChromeManagementV1TouchScreenInfo",
          "description": "Output only. Information about the internal touch screen(s) of the device.",
          "readOnly": true
        },
        "eprivacySupported": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Is ePrivacy screen supported or not."
        },
        "adapterInfo": {
          "description": "Output only. Information about the graphics adapter (GPU).",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1GraphicsAdapterInfo"
        }
      },
      "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: 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_INFO",
      "type": "object"
    },
    "GoogleChromeManagementV1TotalMemoryEncryptionInfo": {
      "type": "object",
      "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",
      "id": "GoogleChromeManagementV1TotalMemoryEncryptionInfo",
      "properties": {
        "encryptionAlgorithm": {
          "type": "string",
          "enum": [
            "MEMORY_ENCRYPTION_ALGORITHM_UNSPECIFIED",
            "MEMORY_ENCRYPTION_ALGORITHM_UNKNOWN",
            "MEMORY_ENCRYPTION_ALGORITHM_AES_XTS_128",
            "MEMORY_ENCRYPTION_ALGORITHM_AES_XTS_256"
          ],
          "description": "Memory encryption algorithm.",
          "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": {
          "description": "The state of memory encryption on the device.",
          "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",
          "enum": [
            "MEMORY_ENCRYPTION_STATE_UNSPECIFIED",
            "MEMORY_ENCRYPTION_STATE_UNKNOWN",
            "MEMORY_ENCRYPTION_STATE_DISABLED",
            "MEMORY_ENCRYPTION_STATE_TME",
            "MEMORY_ENCRYPTION_STATE_MKTME"
          ]
        },
        "maxKeys": {
          "description": "The maximum number of keys that can be used for encryption.",
          "format": "int64",
          "type": "string"
        },
        "keyLength": {
          "type": "string",
          "description": "The length of the encryption keys.",
          "format": "int64"
        }
      }
    },
    "GoogleChromeManagementV1NetworkStatusReport": {
      "id": "GoogleChromeManagementV1NetworkStatusReport",
      "properties": {
        "guid": {
          "description": "Output only. Network connection guid.",
          "readOnly": true,
          "type": "string"
        },
        "ipv6Address": {
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "type": "array",
          "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\")."
        },
        "gatewayIpAddress": {
          "description": "Output only. Gateway IP address.",
          "readOnly": true,
          "type": "string"
        },
        "lanIpAddress": {
          "description": "Output only. LAN IP address.",
          "readOnly": true,
          "type": "string"
        },
        "wifiLinkQuality": {
          "description": "Output only. Wifi link quality. Value ranges from [0, 70]. 0 indicates no signal and 70 indicates a strong signal.",
          "format": "int64",
          "readOnly": true,
          "type": "string"
        },
        "connectionState": {
          "description": "Output only. Current connection state of the network.",
          "type": "string",
          "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."
          ],
          "readOnly": true
        },
        "connectionType": {
          "description": "Output only. Network connection type.",
          "type": "string",
          "enum": [
            "NETWORK_TYPE_UNSPECIFIED",
            "CELLULAR",
            "ETHERNET",
            "TETHER",
            "VPN",
            "WIFI"
          ],
          "enumDescriptions": [
            "Network connection type unspecified",
            "Cellular network connection.",
            "Ethernet network connection.",
            "Tether network connection.",
            "VPN network connection.",
            "Wifi network connection."
          ],
          "readOnly": true
        },
        "signalStrengthDbm": {
          "description": "Output only. Signal strength for wireless networks measured in decibels.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "encryptionOn": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Whether the wifi encryption key is turned off."
        },
        "sampleFrequency": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Frequency the report is sampled.",
          "format": "google-duration"
        },
        "gatewayIpv6Address": {
          "description": "Output only. The gateway IPv6 for this interface, if detected",
          "readOnly": true,
          "type": "string"
        },
        "reportTime": {
          "description": "Output only. Time at which the network state was reported.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "transmissionBitRateMbps": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Transmission bit rate measured in Megabits per second.",
          "format": "int64"
        },
        "receivingBitRateMbps": {
          "description": "Output only. Receiving bit rate measured in Megabits per second.",
          "format": "int64",
          "readOnly": true,
          "type": "string"
        },
        "linkDownSpeedKbps": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The maximum downstream bandwidth in Kilobits per second (Kbps), if reported by the network interface or connection.",
          "format": "int64"
        },
        "wifiPowerManagementEnabled": {
          "description": "Output only. Wifi power management enabled",
          "readOnly": true,
          "type": "boolean"
        },
        "transmissionPowerDbm": {
          "description": "Output only. Transmission power measured in decibels.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "metered": {
          "description": "Output only. Whether the network was detected as metered.",
          "readOnly": true,
          "type": "boolean"
        }
      },
      "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"
    },
    "GoogleChromeManagementVersionsV1PubSubConfig": {
      "id": "GoogleChromeManagementVersionsV1PubSubConfig",
      "properties": {
        "topicFullPath": {
          "description": "Required. The full path to the topic to send the event to.",
          "type": "string"
        },
        "reportingSettings": {
          "$ref": "GoogleChromeManagementVersionsV1ReportingSettings",
          "description": "Required. The reporting settings for the Pub/Sub config."
        }
      },
      "description": "Pub/Sub connector config.",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1ConnectorConfig": {
      "description": "A representation of a connector config.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1ConnectorConfig",
      "properties": {
        "status": {
          "description": "Output only. The status of the connector config.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1ConnectorConfigStatus"
        },
        "name": {
          "type": "string",
          "description": "Identifier. Format: customers/{customer}/connectorConfigs/{connector_config}"
        },
        "displayName": {
          "type": "string",
          "description": "Required. The display name of the config."
        },
        "details": {
          "$ref": "GoogleChromeManagementVersionsV1ConnectorConfigDetails",
          "description": "Required. The details of the connector config."
        },
        "type": {
          "description": "Required. The type of the connector.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Reporting connector.",
            "Device trust connector.",
            "XDR connector.",
            "Authentication connector.",
            "Certificate authority connector. Not yet supported in the API.",
            "Root certificate connector.",
            "Content analysis connector."
          ],
          "type": "string",
          "enum": [
            "CONNECTOR_TYPE_UNSPECIFIED",
            "REPORTING",
            "DEVICE_TRUST",
            "XDR",
            "IDENTITY_BASED_ENROLLMENT",
            "CERTIFICATE_AUTHORITY",
            "ROOT_STORE",
            "CONTENT_ANALYSIS"
          ]
        }
      }
    },
    "GoogleChromeManagementVersionsV1CertificateProvisioningProcess": {
      "id": "GoogleChromeManagementVersionsV1CertificateProvisioningProcess",
      "properties": {
        "genericProfile": {
          "description": "Output only. The profile is a generic certificate provisioning profile.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1GenericProfile"
        },
        "name": {
          "type": "string",
          "description": "Identifier. Resource name of the `CertificateProvisioningProcess`. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id."
        },
        "subjectPublicKeyInfo": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The public key for which a certificate should be provisioned. Represented as a DER-encoded X.509 SubjectPublicKeyInfo.",
          "format": "byte"
        },
        "chromeOsDevice": {
          "$ref": "GoogleChromeManagementVersionsV1ChromeOsDevice",
          "description": "Output only. The client certificate is being provisioned for a ChromeOS device. This contains information about the device.",
          "readOnly": true
        },
        "provisioningProfileId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The ID of the certificate provisioning profile."
        },
        "startTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Server-generated timestamp of when the certificate provisioning process has been created.",
          "format": "google-datetime"
        },
        "signature": {
          "readOnly": true,
          "type": "string",
          "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.",
          "format": "byte"
        },
        "genericCaConnection": {
          "$ref": "GoogleChromeManagementVersionsV1GenericCaConnection",
          "description": "Output only. The CA connection is a generic CA connection.",
          "readOnly": true
        },
        "chromeOsUserSession": {
          "description": "Output only. The client certificate is being provisioned for a ChromeOS user. This contains information about the current user session.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1ChromeOsUserSession"
        },
        "signData": {
          "description": "Output only. The data that the client was asked to sign. This field is only present after the `SignData` operation has been initiated.",
          "format": "byte",
          "readOnly": true,
          "type": "string"
        },
        "scepProfile": {
          "$ref": "GoogleChromeManagementVersionsV1ScepProfile",
          "readOnly": true,
          "description": "Output only. The profile is a SCEP certificate provisioning profile."
        },
        "issuedCertificate": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The issued certificate for this `CertificateProvisioningProcess` in PEM format."
        },
        "scepCaConnection": {
          "$ref": "GoogleChromeManagementVersionsV1ScepCaConnection",
          "readOnly": true,
          "description": "Output only. The CA connection is a SCEP CA connection."
        },
        "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,
          "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.",
          "type": "string",
          "enum": [
            "SIGNATURE_ALGORITHM_UNSPECIFIED",
            "SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256",
            "SIGNATURE_ALGORITHM_ECDSA_SHA256"
          ]
        },
        "failureMessage": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. A message describing why this `CertificateProvisioningProcess` has failed. Presence of this field indicates that the `CertificateProvisioningProcess` has failed."
        }
      },
      "description": "A certificate provisioning process.",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1UploadCertificateResponse": {
      "description": "Response message for publishing an issued certificate for a certificate provisioning process.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1UploadCertificateResponse",
      "properties": {}
    },
    "GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse": {
      "description": "Response for MoveThirdPartyProfileUser method.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse",
      "properties": {
        "thirdPartyProfileUser": {
          "$ref": "GoogleChromeManagementVersionsV1ThirdPartyProfileUser",
          "description": "Output only. The moved third party profile user.",
          "readOnly": true
        }
      }
    },
    "GoogleChromeManagementV1BatteryInfo": {
      "type": "object",
      "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",
      "id": "GoogleChromeManagementV1BatteryInfo",
      "properties": {
        "designMinVoltage": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Designed minimum output voltage (mV)",
          "format": "int32"
        },
        "technology": {
          "description": "Output only. Technology of the battery. Example: Li-ion",
          "readOnly": true,
          "type": "string"
        },
        "serialNumber": {
          "description": "Output only. Battery serial number.",
          "readOnly": true,
          "type": "string"
        },
        "manufacturer": {
          "description": "Output only. Battery manufacturer.",
          "readOnly": true,
          "type": "string"
        },
        "designCapacity": {
          "description": "Output only. Design capacity (mAmpere-hours).",
          "format": "int64",
          "readOnly": true,
          "type": "string"
        },
        "manufactureDate": {
          "$ref": "GoogleTypeDate",
          "readOnly": true,
          "description": "Output only. The date the battery was manufactured."
        }
      }
    },
    "GoogleChromeManagementVersionsV1EnableInsightsResponse": {
      "id": "GoogleChromeManagementVersionsV1EnableInsightsResponse",
      "properties": {
        "insightsState": {
          "description": "The state of the insights feature.",
          "enumDescriptions": [
            "Default value. Should not be used.",
            "The insights feature is enabled for the customer.",
            "The insights feature is disabled for the customer."
          ],
          "type": "string",
          "enum": [
            "INSIGHTS_ENABLEMENT_STATE_UNSPECIFIED",
            "INSIGHTS_ENABLED",
            "INSIGHTS_DISABLED"
          ]
        }
      },
      "description": "Response from enabling insights for the customer.",
      "type": "object"
    },
    "GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse": {
      "type": "object",
      "description": "Response containing counts for devices that need attention.",
      "id": "GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse",
      "properties": {
        "noRecentUserActivityCount": {
          "type": "string",
          "description": "Number of ChromeOS devices that have not seen any user activity in the past 28 days.",
          "format": "int64"
        },
        "osVersionNotCompliantCount": {
          "type": "string",
          "description": "Number of devices whose OS version is not compliant.",
          "format": "int64"
        },
        "unsupportedPolicyCount": {
          "description": "Number of devices that are unable to apply a policy due to an OS version mismatch.",
          "format": "int64",
          "type": "string"
        },
        "pendingUpdate": {
          "type": "string",
          "description": "Number of devices that are pending an OS update.",
          "format": "int64"
        },
        "noRecentPolicySyncCount": {
          "description": "Number of ChromeOS devices have not synced policies in the past 28 days.",
          "format": "int64",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1FindInstalledAppDevicesResponse": {
      "id": "GoogleChromeManagementV1FindInstalledAppDevicesResponse",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "Token to specify the next page of the request."
        },
        "totalSize": {
          "type": "integer",
          "description": "Total number of devices matching request.",
          "format": "int32"
        },
        "devices": {
          "items": {
            "$ref": "GoogleChromeManagementV1Device"
          },
          "type": "array",
          "description": "A list of devices which have the app installed. Sorted in ascending alphabetical order on the Device.machine field."
        }
      },
      "type": "object",
      "description": "Response containing a list of devices with queried app installed."
    },
    "GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent": {
      "id": "GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent",
      "properties": {
        "httpsLatencyRoutineData": {
          "description": "HTTPS latency routine data that triggered the event.",
          "$ref": "GoogleChromeManagementV1HttpsLatencyRoutineData"
        },
        "httpsLatencyState": {
          "type": "string",
          "enum": [
            "HTTPS_LATENCY_STATE_UNSPECIFIED",
            "RECOVERY",
            "PROBLEM"
          ],
          "description": "Current HTTPS latency state.",
          "enumDescriptions": [
            "HTTPS latency state is unspecified.",
            "HTTPS latency recovered from a problem.",
            "HTTPS latency problem."
          ]
        }
      },
      "description": "Https latency routine is run periodically and `TelemetryHttpsLatencyChangeEvent` is triggered if a latency problem was detected or if the device has recovered from a latency problem. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT",
      "type": "object"
    },
    "GoogleChromeManagementV1AndroidAppPermission": {
      "description": "Permission requested by an Android app.",
      "type": "object",
      "id": "GoogleChromeManagementV1AndroidAppPermission",
      "properties": {
        "type": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The type of the permission."
        }
      }
    },
    "GoogleChromeManagementV1NetworkInfo": {
      "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",
      "id": "GoogleChromeManagementV1NetworkInfo",
      "properties": {
        "networkDevices": {
          "description": "Output only. List of network devices.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1NetworkDevice"
          }
        }
      }
    },
    "GoogleChromeManagementV1TelemetryUserDevice": {
      "id": "GoogleChromeManagementV1TelemetryUserDevice",
      "properties": {
        "audioStatusReport": {
          "items": {
            "$ref": "GoogleChromeManagementV1AudioStatusReport"
          },
          "readOnly": true,
          "type": "array",
          "description": "Output only. Audio reports collected periodically sorted in a decreasing order of report_time."
        },
        "peripheralsReport": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. Peripherals reports collected periodically sorted in a decreasing order of report_time.",
          "items": {
            "$ref": "GoogleChromeManagementV1PeripheralsReport"
          }
        },
        "appReport": {
          "items": {
            "$ref": "GoogleChromeManagementV1AppReport"
          },
          "readOnly": true,
          "type": "array",
          "description": "Output only. App reports collected periodically sorted in a decreasing order of report_time."
        },
        "deviceId": {
          "type": "string",
          "description": "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."
        },
        "networkBandwidthReport": {
          "description": "Output only. Network bandwidth reports collected periodically sorted in a decreasing order of report_time.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1NetworkBandwidthReport"
          }
        },
        "deviceActivityReport": {
          "items": {
            "$ref": "GoogleChromeManagementV1DeviceActivityReport"
          },
          "description": "Output only. Device activity reports collected periodically sorted in a decreasing order of report_time.",
          "readOnly": true,
          "type": "array"
        }
      },
      "description": "Telemetry data collected for a managed user and device. * Granular permission needed: TELEMETRY_API_DEVICE",
      "type": "object"
    },
    "GoogleChromeManagementV1CountDevicesPerBootTypeResponse": {
      "id": "GoogleChromeManagementV1CountDevicesPerBootTypeResponse",
      "properties": {
        "devBootTypeCount": {
          "type": "string",
          "description": "Number of devices with dev boot type.",
          "format": "int64"
        },
        "unreportedBootTypeCount": {
          "description": "Number of devices with unreported boot type.",
          "format": "int64",
          "type": "string"
        },
        "verifiedBootTypeCount": {
          "type": "string",
          "description": "Number of devices with verified boot type.",
          "format": "int64"
        }
      },
      "type": "object",
      "description": "Response containing the number of devices with the given boot type."
    },
    "GoogleChromeManagementV1AndroidAppInfo": {
      "type": "object",
      "description": "Android app information.",
      "id": "GoogleChromeManagementV1AndroidAppInfo",
      "properties": {
        "permissions": {
          "description": "Output only. Permissions requested by an Android app.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1AndroidAppPermission"
          }
        }
      }
    },
    "GoogleChromeManagementV1KioskAppStatusReport": {
      "type": "object",
      "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",
      "id": "GoogleChromeManagementV1KioskAppStatusReport",
      "properties": {
        "appId": {
          "type": "string",
          "description": "App id of kiosk app for example \"mdmkkicfmmkgmpkmkdikhlbggogpicma\""
        },
        "appVersion": {
          "description": "App version number of kiosk app for example \"1.10.118\"",
          "type": "string"
        },
        "reportTime": {
          "description": "Timestamp of when report was collected",
          "format": "google-datetime",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementVersionsV1ListConnectorConfigsResponse": {
      "description": "Response to ListConnectorConfigs method.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1ListConnectorConfigsResponse",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "The page token used to retrieve the next page of the listing request. If the token is empty, there are no more pages to retrieve."
        },
        "connectorConfigs": {
          "description": "The list of connector configs returned.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1ConnectorConfig"
          }
        }
      }
    },
    "GoogleChromeManagementV1ListTelemetryUsersResponse": {
      "type": "object",
      "description": "Response message for listing telemetry users for a customer.",
      "id": "GoogleChromeManagementV1ListTelemetryUsersResponse",
      "properties": {
        "telemetryUsers": {
          "description": "Telemetry users returned in the response.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1TelemetryUser"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "Token to specify next page in the list."
        }
      }
    },
    "GoogleChromeManagementV1FetchDevicesRequestingExtensionResponse": {
      "id": "GoogleChromeManagementV1FetchDevicesRequestingExtensionResponse",
      "properties": {
        "nextPageToken": {
          "description": "Optional. Token to specify the next page in the list. Token expires after 1 day.",
          "type": "string"
        },
        "deviceDetails": {
          "description": "Details of devices that have requested the queried extension.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1DeviceRequestingExtensionDetails"
          }
        },
        "totalSize": {
          "type": "integer",
          "description": "Optional. Total number of devices in response.",
          "format": "int32"
        }
      },
      "type": "object",
      "description": "Response containing a list of devices that have requested the queried extension."
    },
    "GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessResponse": {
      "description": "Response message for claiming a certificate provisioning process.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1ClaimCertificateProvisioningProcessResponse",
      "properties": {}
    },
    "GoogleChromeManagementV1DeviceHardwareCountReport": {
      "description": "Report for CountChromeDevicesPerHardwareSpecResponse, contains the count of devices with a unique hardware specification.",
      "type": "object",
      "id": "GoogleChromeManagementV1DeviceHardwareCountReport",
      "properties": {
        "bucket": {
          "type": "string",
          "description": "Public name of the hardware specification."
        },
        "count": {
          "type": "string",
          "description": "Count of devices with a unique hardware specification.",
          "format": "int64"
        }
      }
    },
    "GoogleChromeManagementV1CountInstalledAppsResponse": {
      "id": "GoogleChromeManagementV1CountInstalledAppsResponse",
      "properties": {
        "nextPageToken": {
          "description": "Token to specify the next page of the request.",
          "type": "string"
        },
        "totalSize": {
          "type": "integer",
          "description": "Total number of installed apps matching request.",
          "format": "int32"
        },
        "installedApps": {
          "items": {
            "$ref": "GoogleChromeManagementV1InstalledApp"
          },
          "description": "List of installed apps matching request.",
          "type": "array"
        }
      },
      "type": "object",
      "description": "Response containing details of queried installed apps."
    },
    "GoogleChromeManagementVersionsV1QueryUrlVisitsBreakdownsResponse": {
      "id": "GoogleChromeManagementVersionsV1QueryUrlVisitsBreakdownsResponse",
      "properties": {
        "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"
        },
        "urlVisitsBreakdowns": {
          "description": "The URL visit breakdowns from the specified insight.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1UrlVisitsBreakdown"
          }
        }
      },
      "type": "object",
      "description": "Response message for QueryUrlVisitsBreakdowns."
    },
    "GoogleChromeManagementV1ListTelemetryDevicesResponse": {
      "id": "GoogleChromeManagementV1ListTelemetryDevicesResponse",
      "properties": {
        "devices": {
          "items": {
            "$ref": "GoogleChromeManagementV1TelemetryDevice"
          },
          "type": "array",
          "description": "Telemetry devices returned in the response."
        },
        "nextPageToken": {
          "description": "Token to specify next page in the list.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoogleChromeManagementV1CpuStatusReport": {
      "id": "GoogleChromeManagementV1CpuStatusReport",
      "properties": {
        "sampleFrequency": {
          "description": "Output only. Frequency the report is sampled.",
          "format": "google-duration",
          "readOnly": true,
          "type": "string"
        },
        "reportTime": {
          "description": "Output only. The timestamp in milliseconds representing time at which this report was sampled.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "cpuUtilizationPct": {
          "description": "Output only. Sample of CPU utilization (0-100 percent).",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "cpuTemperatureInfo": {
          "items": {
            "$ref": "GoogleChromeManagementV1CpuTemperatureInfo"
          },
          "description": "Output only. CPU temperature sample info per CPU core in Celsius",
          "readOnly": true,
          "type": "array"
        }
      },
      "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"
    },
    "GoogleChromeManagementVersionsV1CrowdStrikeConfig": {
      "id": "GoogleChromeManagementVersionsV1CrowdStrikeConfig",
      "properties": {
        "apiKey": {
          "description": "Required. Input only. API key to use on the ingestion API.",
          "type": "string"
        },
        "host": {
          "type": "string",
          "description": "Required. Host to identify the customer specific server to receive the events."
        },
        "reportingSettings": {
          "$ref": "GoogleChromeManagementVersionsV1ReportingSettings",
          "description": "Required. The reporting settings for the CrowdStrike config."
        }
      },
      "type": "object",
      "description": "CrowdStrike connector config."
    },
    "GoogleChromeManagementV1CpuTemperatureInfo": {
      "type": "object",
      "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",
      "id": "GoogleChromeManagementV1CpuTemperatureInfo",
      "properties": {
        "label": {
          "description": "Output only. CPU label. Example: Core 0",
          "readOnly": true,
          "type": "string"
        },
        "temperatureCelsius": {
          "description": "Output only. CPU temperature in Celsius.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        }
      }
    },
    "GoogleChromeManagementV1DeviceRequestingExtensionDetails": {
      "description": "Details of a device requesting an extension, including the name of the device and the justification of the request.",
      "type": "object",
      "id": "GoogleChromeManagementV1DeviceRequestingExtensionDetails",
      "properties": {
        "deviceName": {
          "type": "string",
          "description": "The name of a device that has requested the extension."
        },
        "justification": {
          "type": "string",
          "description": "Request justification as entered by the user."
        }
      }
    },
    "GoogleChromeManagementV1UserRequestingExtensionDetails": {
      "id": "GoogleChromeManagementV1UserRequestingExtensionDetails",
      "properties": {
        "justification": {
          "type": "string",
          "description": "Request justification as entered by the user."
        },
        "email": {
          "description": "The e-mail address of a user that has requested the extension.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Details of a user requesting an extension, including the email and the justification."
    },
    "GoogleChromeManagementV1TelemetryAudioSevereUnderrunEvent": {
      "id": "GoogleChromeManagementV1TelemetryAudioSevereUnderrunEvent",
      "properties": {},
      "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"
    },
    "GoogleChromeManagementV1TelemetryUserInfo": {
      "type": "object",
      "description": "Information about a user associated with telemetry data. * Granular permission needed: TELEMETRY_API_USER",
      "id": "GoogleChromeManagementV1TelemetryUserInfo",
      "properties": {
        "orgUnitId": {
          "description": "Output only. Organization unit ID of the user.",
          "readOnly": true,
          "type": "string"
        },
        "email": {
          "description": "Output only. User's email.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleLongrunningCancelOperationRequest": {
      "id": "GoogleLongrunningCancelOperationRequest",
      "properties": {},
      "description": "The request message for Operations.CancelOperation.",
      "type": "object"
    },
    "GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse": {
      "type": "object",
      "description": "Response containing a list of devices expiring in each month of a selected time frame. Counts are grouped by model and Auto Update Expiration date.",
      "id": "GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse",
      "properties": {
        "deviceAueCountReports": {
          "items": {
            "$ref": "GoogleChromeManagementV1DeviceAueCountReport"
          },
          "description": "The list of reports sorted by auto update expiration date in ascending order.",
          "type": "array"
        }
      }
    },
    "GoogleChromeManagementV1UsbPeripheralReport": {
      "type": "object",
      "description": "USB connected peripheral report.",
      "id": "GoogleChromeManagementV1UsbPeripheralReport",
      "properties": {
        "categories": {
          "description": "Output only. Categories the device belongs to https://www.usb.org/defined-class-codes",
          "readOnly": true,
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "vid": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Vendor ID",
          "format": "int32"
        },
        "subclassId": {
          "description": "Output only. Subclass ID https://www.usb.org/defined-class-codes",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "vendor": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Vendor name"
        },
        "name": {
          "description": "Output only. Device name, model name, or product name",
          "readOnly": true,
          "type": "string"
        },
        "pid": {
          "description": "Output only. Product ID",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "classId": {
          "description": "Output only. Class ID https://www.usb.org/defined-class-codes",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "firmwareVersion": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Firmware version"
        }
      }
    },
    "GoogleChromeManagementVersionsV1ContentTransfersSummary": {
      "id": "GoogleChromeManagementVersionsV1ContentTransfersSummary",
      "properties": {
        "metric": {
          "type": "string",
          "enum": [
            "CONTENT_TRANSFERS_METRIC_UNSPECIFIED",
            "CONTENT_TRANSFERS_METRIC_TOTAL_TRANSFERS",
            "CONTENT_TRANSFERS_METRIC_TOTAL_UPLOADS",
            "CONTENT_TRANSFERS_METRIC_TOTAL_DOWNLOADS",
            "CONTENT_TRANSFERS_METRIC_TOTAL_PRINTS",
            "CONTENT_TRANSFERS_METRIC_TOTAL_SENSITIVE_TRANSFERS",
            "CONTENT_TRANSFERS_METRIC_SENSITIVE_UPLOADS",
            "CONTENT_TRANSFERS_METRIC_SENSITIVE_DOWNLOADS",
            "CONTENT_TRANSFERS_METRIC_SENSITIVE_PRINTS"
          ],
          "description": "The type of content transfers metric.",
          "enumDescriptions": [
            "Unspecified content transfers metric. Defaults to CONTENT_TRANSFERS_METRIC_TOTAL_TRANSFERS.",
            "The total number of content transfers (sensitive and non-sensitive). This is the sum of the total_uploads, total_downloads, and total_prints.",
            "The total number of content uploads (sensitive and non-sensitive).",
            "The total number of content downloads (sensitive and non-sensitive).",
            "The total number of content prints (sensitive and non-sensitive).",
            "The total number of sensitive content transfers. This is the sum of the sensitive_uploads, sensitive_downloads, and sensitive_prints.",
            "The number of sensitive content uploads.",
            "The number of sensitive content downloads.",
            "The number of sensitive content prints."
          ]
        },
        "count": {
          "type": "string",
          "description": "The count of the content transfers metric.",
          "format": "int64"
        }
      },
      "description": "Summary of content transfers for a given metric.",
      "type": "object"
    },
    "GoogleChromeManagementV1CountChromeAppRequestsResponse": {
      "type": "object",
      "description": "Response containing summary of requested app installations.",
      "id": "GoogleChromeManagementV1CountChromeAppRequestsResponse",
      "properties": {
        "totalSize": {
          "type": "integer",
          "description": "Total number of matching app requests.",
          "format": "int32"
        },
        "requestedApps": {
          "items": {
            "$ref": "GoogleChromeManagementV1ChromeAppRequest"
          },
          "type": "array",
          "description": "Count of requested apps matching request."
        },
        "nextPageToken": {
          "description": "Token to specify the next page in the list.",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1CountActiveDevicesResponse": {
      "id": "GoogleChromeManagementV1CountActiveDevicesResponse",
      "properties": {
        "sevenDaysCount": {
          "description": "Number of active devices in the 7 days leading up to the date specified in the request.",
          "format": "int64",
          "type": "string"
        },
        "thirtyDaysCount": {
          "type": "string",
          "description": "Number of active devices in the 30 days leading up to the date specified in the request.",
          "format": "int64"
        }
      },
      "description": "Response containing the number of active devices.",
      "type": "object"
    },
    "GoogleChromeManagementV1RuntimeCountersReport": {
      "type": "object",
      "description": "Runtime counters retrieved from CPU. Currently the runtime counters telemetry is only supported by Intel vPro PSR on Gen 14+.",
      "id": "GoogleChromeManagementV1RuntimeCountersReport",
      "properties": {
        "reportTime": {
          "type": "string",
          "description": "Timestamp when the report was collected.",
          "format": "google-datetime"
        },
        "enterSleepCount": {
          "description": "Number of times that the device has entered into the sleep state. Currently obtained via the PSR, count from S0-\u003eS3.",
          "format": "int64",
          "type": "string"
        },
        "uptimeRuntimeDuration": {
          "type": "string",
          "description": "Total lifetime runtime. Currently always S0 runtime from Intel vPro PSR.",
          "format": "google-duration"
        },
        "enterPoweroffCount": {
          "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",
          "type": "string"
        },
        "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"
        }
      }
    },
    "GoogleChromeManagementV1TelemetryDeviceInfo": {
      "id": "GoogleChromeManagementV1TelemetryDeviceInfo",
      "properties": {
        "deviceId": {
          "description": "Output only. The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab.",
          "readOnly": true,
          "type": "string"
        },
        "orgUnitId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Organization unit ID of the device."
        }
      },
      "description": "Information about a device associated with telemetry data. * Granular Permission needed: TELEMETRY_API_DEVICE",
      "type": "object"
    },
    "GoogleChromeManagementV1ChromeAppPermission": {
      "id": "GoogleChromeManagementV1ChromeAppPermission",
      "properties": {
        "type": {
          "description": "Output only. The type of the permission.",
          "readOnly": true,
          "type": "string"
        },
        "documentationUri": {
          "description": "Output only. If available, a URI to a page that has documentation for the current permission.",
          "readOnly": true,
          "type": "string"
        },
        "accessUserData": {
          "description": "Output only. If available, whether this permissions grants the app/extension access to user data.",
          "readOnly": true,
          "type": "boolean"
        }
      },
      "description": "Permission requested by a Chrome app or extension.",
      "type": "object"
    },
    "GoogleChromeManagementV1TouchScreenInfo": {
      "description": "Information on the device touch screen.",
      "type": "object",
      "id": "GoogleChromeManagementV1TouchScreenInfo",
      "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.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1TouchScreenDevice"
          }
        }
      }
    },
    "GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse": {
      "description": "Response containing counts for browsers that need attention.",
      "type": "object",
      "id": "GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse",
      "properties": {
        "pendingBrowserUpdateCount": {
          "description": "Number of browsers that are pending an OS update",
          "format": "int64",
          "type": "string"
        },
        "recentlyEnrolledCount": {
          "description": "Number of browsers that have been recently enrolled",
          "format": "int64",
          "type": "string"
        },
        "noRecentActivityCount": {
          "description": "Number of browsers that haven’t had any recent activity",
          "format": "int64",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1TelemetryEvent": {
      "id": "GoogleChromeManagementV1TelemetryEvent",
      "properties": {
        "device": {
          "$ref": "GoogleChromeManagementV1TelemetryDeviceInfo",
          "description": "Output only. Information about the device associated with the event.",
          "readOnly": true
        },
        "user": {
          "readOnly": true,
          "description": "Output only. Information about the user associated with the event.",
          "$ref": "GoogleChromeManagementV1TelemetryUserInfo"
        },
        "appLaunchEvent": {
          "$ref": "GoogleChromeManagementV1TelemetryAppLaunchEvent",
          "description": "Output only. Payload for app launch event.Present only when `event_type` is `APP_LAUNCHED`.",
          "readOnly": true
        },
        "appUninstallEvent": {
          "readOnly": true,
          "description": "Output only. Payload for app uninstall event. Present only when `event_type` is `APP_UNINSTALLED`.",
          "$ref": "GoogleChromeManagementV1TelemetryAppUninstallEvent"
        },
        "audioSevereUnderrunEvent": {
          "$ref": "GoogleChromeManagementV1TelemetryAudioSevereUnderrunEvent",
          "description": "Output only. Payload for audio severe underrun event. Present only when the `event_type` field is `AUDIO_SEVERE_UNDERRUN`.",
          "readOnly": true
        },
        "name": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Resource name of the event."
        },
        "osCrashEvent": {
          "description": "Output only. Payload for OS crash event. Present only when `event_type` is `OS_CRASH`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1TelemetryOsCrashEvent"
        },
        "wifiSignalStrengthEvent": {
          "description": "Output only. Payload for WiFi signal strength events. Present only when `event_type` is `WIFI_SIGNAL_STRENGTH_LOW` or `WIFI_SIGNAL_STRENGTH_RECOVERED`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1TelemetryNetworkSignalStrengthEvent"
        },
        "eventType": {
          "description": "The event type of the current event.",
          "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": "string",
          "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"
          ]
        },
        "usbPeripheralsEvent": {
          "description": "Output only. Payload for usb peripherals event. Present only when the `event_type` field is either `USB_ADDED` or `USB_REMOVED`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1TelemetryUsbPeripheralsEvent"
        },
        "networkStateChangeEvent": {
          "description": "Output only. Payload for network connection state change event. Present only when `event_type` is `NETWORK_STATE_CHANGE`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent"
        },
        "httpsLatencyChangeEvent": {
          "$ref": "GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent",
          "description": "Output only. Payload for HTTPS latency change event. Present only when `event_type` is `NETWORK_HTTPS_LATENCY_CHANGE`.",
          "readOnly": true
        },
        "vpnConnectionStateChangeEvent": {
          "$ref": "GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent",
          "readOnly": true,
          "description": "Output only. Payload for VPN connection state change event. Present only when `event_type` is `VPN_CONNECTION_STATE_CHANGE`."
        },
        "reportTime": {
          "description": "Timestamp that represents when the event was reported.",
          "format": "google-datetime",
          "type": "string"
        },
        "externalDisplaysEvent": {
          "description": "Output only. Payload for external display connected/disconnected event. Present only when `event_type` is `EXTERNAL_DISPLAY_CONNECTED` or `EXTERNAL_DISPLAY_DISCONNECTED`.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1TelemetryExternalDisplayEvent"
        },
        "appInstallEvent": {
          "readOnly": true,
          "description": "Output only. Payload for app install event. Present only when `event_type` is `APP_INSTALLED`.",
          "$ref": "GoogleChromeManagementV1TelemetryAppInstallEvent"
        }
      },
      "type": "object",
      "description": "Telemetry data reported by a managed device."
    },
    "GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse": {
      "description": "Response to ListChromeBrowserProfileCommands method.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1ListChromeBrowserProfileCommandsResponse",
      "properties": {
        "chromeBrowserProfileCommands": {
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand"
          },
          "type": "array",
          "description": "The list of commands returned."
        },
        "totalSize": {
          "description": "Total size represents an estimated number of resources returned.",
          "format": "int64",
          "type": "string"
        },
        "nextPageToken": {
          "type": "string",
          "description": "The pagination token that can be used to list the next page."
        }
      }
    },
    "GoogleChromeManagementV1TelemetryNotificationFilter": {
      "type": "object",
      "description": "Configures how the telemetry data should be filtered.",
      "id": "GoogleChromeManagementV1TelemetryNotificationFilter",
      "properties": {
        "deviceId": {
          "description": "If set, only sends notifications for telemetry data coming from this device.",
          "type": "string"
        },
        "userEmail": {
          "description": "If set, only sends notifications for telemetry data coming from devices owned by this user.",
          "type": "string"
        },
        "deviceOrgUnitId": {
          "description": "If set, only sends notifications for telemetry data coming from devices in this org unit.",
          "type": "string"
        },
        "userOrgUnitId": {
          "type": "string",
          "description": "If set, only sends notifications for telemetry data coming from devices owned by users in this org unit."
        },
        "telemetryEventNotificationFilter": {
          "description": "Only sends notifications for the telemetry events matching this filter.",
          "$ref": "GoogleChromeManagementV1TelemetryEventNotificationFilter"
        }
      }
    },
    "GoogleChromeManagementV1NetworkBandwidthReport": {
      "type": "object",
      "description": "Network bandwidth report. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT",
      "id": "GoogleChromeManagementV1NetworkBandwidthReport",
      "properties": {
        "downloadSpeedKbps": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Download speed in kilobits per second.",
          "format": "int64"
        },
        "reportTime": {
          "description": "Output only. Timestamp of when the report was collected.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1TouchScreenDevice": {
      "id": "GoogleChromeManagementV1TouchScreenDevice",
      "properties": {
        "displayName": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Touch screen device display name."
        },
        "stylusCapable": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Touch screen device is stylus capable or not."
        },
        "touchPointCount": {
          "description": "Output only. Number of touch points supported on the device.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        }
      },
      "type": "object",
      "description": "Information of an internal touch screen device."
    },
    "GoogleChromeManagementV1AppReport": {
      "id": "GoogleChromeManagementV1AppReport",
      "properties": {
        "reportTime": {
          "description": "Timestamp when the report was collected.",
          "format": "google-datetime",
          "type": "string"
        },
        "usageData": {
          "items": {
            "$ref": "GoogleChromeManagementV1AppUsageData"
          },
          "type": "array",
          "description": "App usage data."
        }
      },
      "type": "object",
      "description": "App report."
    },
    "GoogleChromeManagementV1OsUpdateStatus": {
      "id": "GoogleChromeManagementV1OsUpdateStatus",
      "properties": {
        "newRequestedPlatformVersion": {
          "description": "Output only. New requested platform version from the pending updated kiosk app.",
          "readOnly": true,
          "type": "string"
        },
        "lastUpdateCheckTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Timestamp of the last update check.",
          "format": "google-datetime"
        },
        "lastUpdateTime": {
          "description": "Output only. Timestamp of the last successful update.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "newPlatformVersion": {
          "readOnly": true,
          "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."
        },
        "updateState": {
          "readOnly": true,
          "enumDescriptions": [
            "State unspecified.",
            "OS has not started downloading.",
            "OS has started download on device.",
            "Device needs reboot to finish upload."
          ],
          "type": "string",
          "enum": [
            "UPDATE_STATE_UNSPECIFIED",
            "OS_IMAGE_DOWNLOAD_NOT_STARTED",
            "OS_IMAGE_DOWNLOAD_IN_PROGRESS",
            "OS_UPDATE_NEED_REBOOT"
          ],
          "description": "Output only. Current state of the os update."
        },
        "lastRebootTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Timestamp of the last reboot.",
          "format": "google-datetime"
        }
      },
      "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](https://chromeenterprise.google/policies/#ReportDeviceOsUpdateStatus) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_OS_REPORT",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult": {
      "description": "Result of the execution of a command.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult",
      "properties": {
        "clientExecutionTime": {
          "description": "Output only. Timestamp of the client execution of the remote command.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "resultCode": {
          "description": "Output only. Result code that indicates the type of error or success of the command.",
          "readOnly": true,
          "type": "string"
        },
        "resultType": {
          "type": "string",
          "enum": [
            "COMMAND_RESULT_TYPE_UNSPECIFIED",
            "IGNORED",
            "FAILURE",
            "SUCCESS"
          ],
          "description": "Output only. Result type of the remote command.",
          "readOnly": true,
          "enumDescriptions": [
            "Represents an unspecified command result.",
            "Represents a command with an ignored result.",
            "Represents a failed command.",
            "Represents a succeeded command."
          ]
        }
      }
    },
    "GoogleChromeManagementVersionsV1SignDataRequest": {
      "type": "object",
      "description": "Request message for requesting a signature from the client that initated a certificate provisioning process.",
      "id": "GoogleChromeManagementVersionsV1SignDataRequest",
      "properties": {
        "signData": {
          "description": "Required. The data that the client was asked to sign.",
          "format": "byte",
          "type": "string"
        },
        "signatureAlgorithm": {
          "description": "Required. The signature algorithm that the adapter expects the client and backend components to use when processing `sign_data`.",
          "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."
          ],
          "type": "string",
          "enum": [
            "SIGNATURE_ALGORITHM_UNSPECIFIED",
            "SIGNATURE_ALGORITHM_RSA_PKCS1_V1_5_SHA256",
            "SIGNATURE_ALGORITHM_ECDSA_SHA256"
          ]
        }
      }
    },
    "GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest": {
      "description": "Request to MoveThirdPartyProfileUser method.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest",
      "properties": {
        "destinationOrgUnit": {
          "description": "Required. Destination organizational unit where the third party chrome profile user will be moved to.",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1PrinterReport": {
      "id": "GoogleChromeManagementV1PrinterReport",
      "properties": {
        "jobCount": {
          "type": "string",
          "description": "Number of print jobs sent to the printer.",
          "format": "int64"
        },
        "printerId": {
          "description": "Printer API ID.",
          "type": "string"
        },
        "printer": {
          "description": "Printer name.",
          "type": "string"
        },
        "printerModel": {
          "description": "Printer model.",
          "type": "string"
        },
        "userCount": {
          "type": "string",
          "description": "Number of users that have sent print jobs to the printer.",
          "format": "int64"
        },
        "deviceCount": {
          "description": "Number of chrome devices that have been used to send print jobs to the specified printer.",
          "format": "int64",
          "type": "string"
        }
      },
      "description": "Report for CountPrintJobsByPrinter, contains statistics on printer usage. Contains the total number of print jobs initiated with this printer, the number of users and the number of devices that have initiated at least one print job with this printer.",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1QueryContentTransfersBreakdownsResponse": {
      "id": "GoogleChromeManagementVersionsV1QueryContentTransfersBreakdownsResponse",
      "properties": {
        "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"
        },
        "contentTransfersBreakdowns": {
          "description": "The content transfer breakdowns from the specified insight.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1ContentTransfersBreakdown"
          }
        }
      },
      "type": "object",
      "description": "Response message for QueryContentTransfersBreakdowns."
    },
    "GoogleChromeManagementV1TelemetryDevice": {
      "id": "GoogleChromeManagementV1TelemetryDevice",
      "properties": {
        "runtimeCountersReport": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. Runtime counters 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",
          "items": {
            "$ref": "GoogleChromeManagementV1RuntimeCountersReport"
          }
        },
        "cpuInfo": {
          "items": {
            "$ref": "GoogleChromeManagementV1CpuInfo"
          },
          "readOnly": true,
          "type": "array",
          "description": "Output only. Information regarding CPU specs for the device."
        },
        "orgUnitId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Organization unit ID of the device."
        },
        "memoryStatusReport": {
          "items": {
            "$ref": "GoogleChromeManagementV1MemoryStatusReport"
          },
          "readOnly": true,
          "type": "array",
          "description": "Output only. Memory status reports collected periodically sorted decreasing by report_time."
        },
        "appReport": {
          "items": {
            "$ref": "GoogleChromeManagementV1AppReport"
          },
          "readOnly": true,
          "type": "array",
          "description": "Output only. App reports collected periodically sorted in a decreasing order of report_time."
        },
        "name": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Resource name of the device."
        },
        "networkInfo": {
          "$ref": "GoogleChromeManagementV1NetworkInfo",
          "description": "Output only. Network devices information.",
          "readOnly": true
        },
        "networkStatusReport": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. Network specs collected periodically.",
          "items": {
            "$ref": "GoogleChromeManagementV1NetworkStatusReport"
          }
        },
        "customer": {
          "description": "Output only. Google Workspace Customer whose enterprise enrolled the device.",
          "readOnly": true,
          "type": "string"
        },
        "bootPerformanceReport": {
          "items": {
            "$ref": "GoogleChromeManagementV1BootPerformanceReport"
          },
          "description": "Output only. Boot performance reports of the device.",
          "readOnly": true,
          "type": "array"
        },
        "batteryInfo": {
          "items": {
            "$ref": "GoogleChromeManagementV1BatteryInfo"
          },
          "description": "Output only. Information on battery specs for the device.",
          "readOnly": true,
          "type": "array"
        },
        "kioskAppStatusReport": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. Kiosk app status report for the kiosk device",
          "items": {
            "$ref": "GoogleChromeManagementV1KioskAppStatusReport"
          }
        },
        "cpuStatusReport": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. CPU status reports collected periodically sorted in a decreasing order of report_time.",
          "items": {
            "$ref": "GoogleChromeManagementV1CpuStatusReport"
          }
        },
        "storageInfo": {
          "readOnly": true,
          "description": "Output only. Information of storage specs for the device.",
          "$ref": "GoogleChromeManagementV1StorageInfo"
        },
        "batteryStatusReport": {
          "description": "Output only. Battery reports collected periodically.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1BatteryStatusReport"
          }
        },
        "graphicsStatusReport": {
          "description": "Output only. Graphics reports collected periodically.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1GraphicsStatusReport"
          }
        },
        "storageStatusReport": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. Storage reports collected periodically.",
          "items": {
            "$ref": "GoogleChromeManagementV1StorageStatusReport"
          }
        },
        "osUpdateStatus": {
          "description": "Output only. Contains relevant information regarding ChromeOS update status.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1OsUpdateStatus"
          }
        },
        "peripheralsReport": {
          "description": "Output only. Peripherals reports collected periodically sorted in a decreasing order of report_time.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1PeripheralsReport"
          }
        },
        "audioStatusReport": {
          "items": {
            "$ref": "GoogleChromeManagementV1AudioStatusReport"
          },
          "description": "Output only. Audio reports collected periodically sorted in a decreasing order of report_time.",
          "readOnly": true,
          "type": "array"
        },
        "networkDiagnosticsReport": {
          "items": {
            "$ref": "GoogleChromeManagementV1NetworkDiagnosticsReport"
          },
          "description": "Output only. Network diagnostics collected periodically.",
          "readOnly": true,
          "type": "array"
        },
        "deviceId": {
          "description": "Output only. The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab",
          "readOnly": true,
          "type": "string"
        },
        "memoryInfo": {
          "$ref": "GoogleChromeManagementV1MemoryInfo",
          "description": "Output only. Information regarding memory specs for the device.",
          "readOnly": true
        },
        "thunderboltInfo": {
          "description": "Output only. Information on Thunderbolt bus.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1ThunderboltInfo"
          }
        },
        "graphicsInfo": {
          "readOnly": true,
          "description": "Output only. Contains information regarding Graphic peripherals for the device.",
          "$ref": "GoogleChromeManagementV1GraphicsInfo"
        },
        "networkBandwidthReport": {
          "items": {
            "$ref": "GoogleChromeManagementV1NetworkBandwidthReport"
          },
          "description": "Output only. Network bandwidth reports collected periodically sorted in a decreasing order of report_time.",
          "readOnly": true,
          "type": "array"
        },
        "heartbeatStatusReport": {
          "items": {
            "$ref": "GoogleChromeManagementV1HeartbeatStatusReport"
          },
          "description": "Output only. Heartbeat status report containing timestamps periodically sorted in decreasing order of report_time",
          "readOnly": true,
          "type": "array"
        },
        "serialNumber": {
          "description": "Output only. Device serial number. This value is the same as the Admin Console's Serial Number in the ChromeOS Devices tab.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object",
      "description": "Telemetry data collected from a managed device. * Granular permission needed: TELEMETRY_API_DEVICE"
    },
    "GoogleChromeManagementVersionsV1ThirdPartyProfileUser": {
      "type": "object",
      "description": "A representation of non-Google (third party) user that is associated with a managed Chrome profile.",
      "id": "GoogleChromeManagementVersionsV1ThirdPartyProfileUser",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}"
        },
        "orgUnitId": {
          "description": "Output only. The ID of the organizational unit assigned to the user.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementVersionsV1DisableInsightsRequest": {
      "id": "GoogleChromeManagementVersionsV1DisableInsightsRequest",
      "properties": {},
      "description": "Request to disable insights for the customer.",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1SetFailureRequest": {
      "id": "GoogleChromeManagementVersionsV1SetFailureRequest",
      "properties": {
        "errorMessage": {
          "description": "Required. A message describing the failure details. It is displayed on the ChromeOS client device.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Request message for marking a certificate provisioning process as failed."
    },
    "GoogleChromeManagementV1CountChromeCrashEventsResponseCrashEventCount": {
      "id": "GoogleChromeManagementV1CountChromeCrashEventsResponseCrashEventCount",
      "properties": {
        "date": {
          "description": "Date of the crash event.",
          "$ref": "GoogleTypeDate"
        },
        "count": {
          "description": "Total count of crash events.",
          "format": "int64",
          "type": "string"
        },
        "browserVersion": {
          "description": "Browser version this is counting.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "The `count` of the Chrome crash events at the `date`."
    },
    "GoogleChromeManagementVersionsV1QueryUrlVisitsResponse": {
      "type": "object",
      "description": "Response message for QueryUrlVisits.",
      "id": "GoogleChromeManagementVersionsV1QueryUrlVisitsResponse",
      "properties": {
        "summaries": {
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1UrlVisitsSummary"
          },
          "description": "A collection of summaries for various URL visit metrics.",
          "type": "array"
        }
      }
    },
    "GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData": {
      "id": "GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData",
      "properties": {
        "source": {
          "readOnly": true,
          "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."
          ],
          "type": "string",
          "enum": [
            "POLICY_SOURCE_UNSPECIFIED",
            "MACHINE_PLATFORM",
            "USER_PLATFORM",
            "MACHINE_LEVEL_USER_CLOUD",
            "USER_CLOUD",
            "MACHINE_MERGED"
          ],
          "description": "Output only. Source of the policy."
        }
      },
      "type": "object",
      "description": "Information of conflicting policy applied on a Chrome browser profile."
    },
    "GoogleChromeManagementV1RiskAssessmentEntry": {
      "id": "GoogleChromeManagementV1RiskAssessmentEntry",
      "properties": {
        "provider": {
          "description": "Output only. The risk assessment provider from which this entry comes from.",
          "type": "string",
          "enum": [
            "RISK_ASSESSMENT_PROVIDER_UNSPECIFIED",
            "RISK_ASSESSMENT_PROVIDER_CRXCAVATOR",
            "RISK_ASSESSMENT_PROVIDER_SPIN_AI",
            "RISK_ASSESSMENT_PROVIDER_LAYERX",
            "RISK_ASSESSMENT_PROVIDER_SPIN_AI_V2"
          ],
          "enumDescriptions": [
            "Default value when no provider is specified.",
            "CRXcavator.",
            "Deprecated: Please use RISK_ASSESSMENT_PROVIDER_SPIN_AI_V2 instead. Spin.Ai.",
            "LayerX Security.",
            "Spin.AI V2."
          ],
          "readOnly": true,
          "enumDeprecated": [
            false,
            false,
            true,
            false,
            false
          ]
        },
        "riskLevel": {
          "readOnly": true,
          "enumDescriptions": [
            "Risk level not specified.",
            "Extension that represents a low risk.",
            "Extension that represents a medium risk.",
            "Extension that represents a high risk."
          ],
          "type": "string",
          "enum": [
            "RISK_LEVEL_UNSPECIFIED",
            "RISK_LEVEL_LOW",
            "RISK_LEVEL_MEDIUM",
            "RISK_LEVEL_HIGH"
          ],
          "description": "Output only. The bucketed risk level for the risk assessment."
        },
        "riskAssessment": {
          "description": "Output only. The details of the provider's risk assessment.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementV1RiskAssessment"
        }
      },
      "description": "One risk assessment entry.",
      "type": "object"
    },
    "GoogleChromeManagementV1BatteryStatusReport": {
      "id": "GoogleChromeManagementV1BatteryStatusReport",
      "properties": {
        "serialNumber": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Battery serial number."
        },
        "batteryHealth": {
          "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%"
          ],
          "readOnly": true,
          "description": "Output only. Battery health.",
          "type": "string",
          "enum": [
            "BATTERY_HEALTH_UNSPECIFIED",
            "BATTERY_HEALTH_NORMAL",
            "BATTERY_REPLACE_SOON",
            "BATTERY_REPLACE_NOW"
          ]
        },
        "fullChargeCapacity": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Full charge capacity (mAmpere-hours).",
          "format": "int64"
        },
        "cycleCount": {
          "description": "Output only. Cycle count.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "sample": {
          "description": "Output only. Sampling data for the battery sorted in a decreasing order of report_time.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1BatterySampleReport"
          }
        },
        "reportTime": {
          "description": "Output only. Timestamp of when the sample was collected on device",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        }
      },
      "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"
    },
    "GoogleChromeManagementVersionsV1ChromeOsDevice": {
      "description": "Describes the ChromeOS device that a `CertificateProvisioningProcess` belongs to.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1ChromeOsDevice",
      "properties": {
        "deviceDirectoryApiId": {
          "description": "Output only. The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab.",
          "readOnly": true,
          "type": "string"
        },
        "serialNumber": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Device serial number. This value is the same as the Admin Console's Serial Number in the ChromeOS Devices tab."
        }
      }
    },
    "GoogleChromeManagementV1FetchUsersRequestingExtensionResponse": {
      "type": "object",
      "description": "Response containing a list of users that have requested the queried extension.",
      "id": "GoogleChromeManagementV1FetchUsersRequestingExtensionResponse",
      "properties": {
        "totalSize": {
          "description": "Total number of users in response.",
          "format": "int32",
          "type": "integer"
        },
        "userDetails": {
          "items": {
            "$ref": "GoogleChromeManagementV1UserRequestingExtensionDetails"
          },
          "description": "Details of users that have requested the queried extension.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "Token to specify the next page in the list.",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent": {
      "id": "GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent",
      "properties": {
        "guid": {
          "type": "string",
          "description": "Unique identifier of the network."
        },
        "connectionState": {
          "type": "string",
          "enum": [
            "NETWORK_CONNECTION_STATE_UNSPECIFIED",
            "ONLINE",
            "CONNECTED",
            "PORTAL",
            "CONNECTING",
            "NOT_CONNECTED"
          ],
          "description": "Current connection state of the network.",
          "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",
      "description": "`TelemetryNetworkConnectionStateChangeEvent` is triggered on network connection state changes. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT"
    },
    "GoogleChromeManagementV1ChromeAppRequest": {
      "id": "GoogleChromeManagementV1ChromeAppRequest",
      "properties": {
        "displayName": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. App's display name."
        },
        "latestRequestTime": {
          "description": "Output only. The timestamp of the most recently made request for this app.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "detailUri": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The uri for the detail page of the item."
        },
        "requestCount": {
          "description": "Output only. Total count of requests for this app.",
          "format": "int64",
          "readOnly": true,
          "type": "string"
        },
        "appDetails": {
          "description": "Output only. Format: app_details=customers/{customer_id}/apps/chrome/{app_id}",
          "readOnly": true,
          "type": "string"
        },
        "iconUri": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. A link to an image that can be used as an icon for the product."
        },
        "appId": {
          "description": "Output only. Unique store identifier for the app. Example: \"gmbmikajjgmnabiglmofipeabaddhgne\" for the Save to Google Drive Chrome extension.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object",
      "description": "Details of an app installation request."
    },
    "GoogleChromeManagementVersionsV1ReportingSettings": {
      "id": "GoogleChromeManagementVersionsV1ReportingSettings",
      "properties": {
        "enabledDeviceEvents": {
          "description": "Optional. The list of device events that are enabled for this config. An empty list disables all device events, and using `ALL_DEVICE_EVENTS` will enable all device events.",
          "type": "array",
          "items": {
            "type": "string",
            "enum": [
              "DEVICE_EVENT_UNSPECIFIED",
              "ALL_DEVICE_EVENTS",
              "ADD_REMOVE_USER_EVENT",
              "LOGIN_LOGOUT_EVENT",
              "CRD_EVENT",
              "PERIPHERAL_EVENT"
            ],
            "enumDescriptions": [
              "Default value. This value is unused.",
              "All device events.",
              "Add/remove user event.",
              "Login/logout event.",
              "CRD event.",
              "Peripheral event."
            ]
          }
        },
        "enabledDefaultEvents": {
          "items": {
            "type": "string",
            "enum": [
              "DEFAULT_EVENT_UNSPECIFIED",
              "ALL_DEFAULT_EVENTS",
              "BROWSER_CRASH_EVENT",
              "BROWSER_EXTENSION_INSTALL_EVENT",
              "CONTENT_TRANSFER_EVENT",
              "CONTENT_UNSCANNED_EVENT",
              "DATA_ACCESS_CONTROL_EVENT",
              "MALWARE_TRANSFER_EVENT",
              "PASSWORD_CHANGED_EVENT",
              "PASSWORD_REUSE_EVENT",
              "SENSITIVE_DATA_TRANSFER_EVENT",
              "SUSPICIOUS_URL_EVENT",
              "UNSAFE_SITE_VISIT_EVENT",
              "URL_FILTERING_INTERSTITIAL_EVENT"
            ],
            "enumDescriptions": [
              "Default value. This value is unused.",
              "All default events.",
              "Browser crash event.",
              "Browser extension install event.",
              "Content transfer event.",
              "Content unscanned event.",
              "Data access control event.",
              "Malware transfer event.",
              "Password changed event.",
              "Password reuse event.",
              "Sensitive data transfer event.",
              "Suspicious URL event.",
              "Unsafe site visit event.",
              "URL filtering interstitial event."
            ]
          },
          "type": "array",
          "description": "Optional. The list of user and browser events that are enabled for this connector. An empty list disables all default events, and using `ALL_DEFAULT_EVENTS` will enable all default events."
        },
        "enabledOptInEvents": {
          "description": "Optional. The list of opt-in events that are enabled for this config. An empty list disables all opt-in events, and using `ALL_OPT_IN_EVENTS` will enable all opt-in events.",
          "type": "array",
          "items": {
            "type": "string",
            "enum": [
              "OPT_IN_EVENT_UNSPECIFIED",
              "ALL_OPT_IN_EVENTS",
              "LOGIN_EVENT",
              "PASSWORD_BREACH_EVENT",
              "URL_NAVIGATION_EVENT",
              "EXTENSION_TELEMETRY_EVENT"
            ],
            "enumDescriptions": [
              "Default value. This value is unused.",
              "All opt-in events.",
              "Login event.",
              "Password breach event.",
              "URL navigation event.",
              "Extension telemetry event."
            ]
          }
        }
      },
      "description": "Reporting settings for connector configs.",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1CheckEnablementStatusResponse": {
      "id": "GoogleChromeManagementVersionsV1CheckEnablementStatusResponse",
      "properties": {
        "insightsState": {
          "description": "The state of the insights feature.",
          "enumDescriptions": [
            "Default value. Should not be used.",
            "The insights feature is enabled for the customer.",
            "The insights feature is disabled for the customer."
          ],
          "type": "string",
          "enum": [
            "INSIGHTS_ENABLEMENT_STATE_UNSPECIFIED",
            "INSIGHTS_ENABLED",
            "INSIGHTS_DISABLED"
          ]
        }
      },
      "type": "object",
      "description": "Response from checking the enablement status of insights for the customer."
    },
    "GoogleChromeManagementV1DisplayInfo": {
      "id": "GoogleChromeManagementV1DisplayInfo",
      "properties": {
        "resolutionWidth": {
          "description": "Output only. Resolution width in pixels.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "isInternal": {
          "description": "Output only. Indicates if display is internal or not.",
          "readOnly": true,
          "type": "boolean"
        },
        "resolutionHeight": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Resolution height in pixels.",
          "format": "int32"
        },
        "deviceId": {
          "description": "Output only. Represents the graphics card device id.",
          "format": "int64",
          "readOnly": true,
          "type": "string"
        },
        "refreshRate": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Refresh rate in Hz.",
          "format": "int32"
        },
        "displayName": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Display device name."
        },
        "serialNumber": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Serial number.",
          "format": "int32"
        },
        "edidVersion": {
          "description": "Output only. EDID version.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object",
      "description": "Information for a display."
    },
    "GoogleChromeManagementVersionsV1ScepCaConnection": {
      "type": "object",
      "description": "Describes a SCEP Certificate Authority Connection.",
      "id": "GoogleChromeManagementVersionsV1ScepCaConnection",
      "properties": {
        "caConnectionAdapterConfigReference": {
          "description": "Output only. A string that references the administrator-provided configuration for the certification authority service.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1PeripheralsReport": {
      "id": "GoogleChromeManagementV1PeripheralsReport",
      "properties": {
        "reportTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Timestamp of when the report was collected.",
          "format": "google-datetime"
        },
        "usbPeripheralReport": {
          "description": "Reports of all usb connected devices.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1UsbPeripheralReport"
          }
        }
      },
      "description": "Peripherals report. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1SubjectAltName": {
      "description": "Describes a subject alternative name.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1SubjectAltName",
      "properties": {
        "value": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The value of the subject alternative name with respect to the `type`."
        },
        "type": {
          "description": "Output only. The type of the SubjectAltName extension.",
          "type": "string",
          "enum": [
            "SUBJECT_ALT_NAME_TYPE_UNSPECIFIED",
            "RFC822_NAME",
            "DNS_NAME",
            "OTHER_NAME_USER_PRINCIPAL_NAME",
            "UNIFORM_RESOURCE_IDENTIFIER"
          ],
          "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)."
          ],
          "readOnly": true
        }
      }
    },
    "GoogleChromeManagementV1DiskInfo": {
      "description": "Status of the single storage device.",
      "type": "object",
      "id": "GoogleChromeManagementV1DiskInfo",
      "properties": {
        "serialNumber": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Disk serial number."
        },
        "readTimeThisSession": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Time spent reading from disk since last boot.",
          "format": "google-duration"
        },
        "writeTimeThisSession": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Time spent writing to disk since last boot.",
          "format": "google-duration"
        },
        "ioTimeThisSession": {
          "readOnly": true,
          "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"
        },
        "health": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Disk health."
        },
        "sizeBytes": {
          "description": "Output only. Disk size.",
          "format": "int64",
          "readOnly": true,
          "type": "string"
        },
        "model": {
          "description": "Output only. Disk model.",
          "readOnly": true,
          "type": "string"
        },
        "type": {
          "description": "Output only. Disk type: eMMC / NVMe / ATA / SCSI.",
          "readOnly": true,
          "type": "string"
        },
        "volumeIds": {
          "items": {
            "type": "string"
          },
          "description": "Output only. Disk volumes.",
          "readOnly": true,
          "type": "array"
        },
        "manufacturer": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Disk manufacturer."
        },
        "bytesReadThisSession": {
          "description": "Output only. Number of bytes read since last boot.",
          "format": "int64",
          "readOnly": true,
          "type": "string"
        },
        "discardTimeThisSession": {
          "description": "Output only. Time spent discarding since last boot. Discarding is writing to clear blocks which are no longer in use. Supported on kernels 4.18+.",
          "format": "google-duration",
          "readOnly": true,
          "type": "string"
        },
        "bytesWrittenThisSession": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Number of bytes written since last boot.",
          "format": "int64"
        }
      }
    },
    "GoogleChromeManagementV1BatterySampleReport": {
      "id": "GoogleChromeManagementV1BatterySampleReport",
      "properties": {
        "reportTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Timestamp of when the sample was collected on device",
          "format": "google-datetime"
        },
        "current": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Battery current (mA).",
          "format": "int64"
        },
        "temperature": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Temperature in Celsius degrees.",
          "format": "int32"
        },
        "dischargeRate": {
          "description": "Output only. The battery discharge rate measured in mW. Positive if the battery is being discharged, negative if it's being charged.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "voltage": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Battery voltage (millivolt).",
          "format": "int64"
        },
        "remainingCapacity": {
          "description": "Output only. Battery remaining capacity (mAmpere-hours).",
          "format": "int64",
          "readOnly": true,
          "type": "string"
        },
        "chargeRate": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Battery charge percentage.",
          "format": "int32"
        },
        "status": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Battery status read from sysfs. Example: Discharging"
        }
      },
      "type": "object",
      "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"
    },
    "GoogleChromeManagementVersionsV1DeviceInfo": {
      "id": "GoogleChromeManagementVersionsV1DeviceInfo",
      "properties": {
        "deviceType": {
          "readOnly": true,
          "enumDescriptions": [
            "Represents an unspecified device type.",
            "Represents a Chrome browser device."
          ],
          "type": "string",
          "enum": [
            "DEVICE_TYPE_UNSPECIFIED",
            "CHROME_BROWSER"
          ],
          "description": "Output only. Type of the device on which the profile exists."
        },
        "affiliatedDeviceId": {
          "description": "Output only. Device ID that identifies the affiliated device on which the profile exists. If the device type is CHROME_BROWSER, then this represents a unique Directory API ID of the device that can be used in Admin SDK Browsers API.",
          "readOnly": true,
          "type": "string"
        },
        "machine": {
          "description": "Output only. Machine name of the device on which the profile exists. On platforms which do not report the machine name (currently iOS and Android) this is instead set to the browser's device_id - but note that this is a different device_id than the |affiliated_device_id|.",
          "readOnly": true,
          "type": "string"
        },
        "hostname": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Hostname of the device on which the profile exists."
        }
      },
      "description": "Information of a device that runs a Chrome browser profile.",
      "type": "object"
    },
    "GoogleChromeManagementV1CountChromeCrashEventsResponse": {
      "type": "object",
      "description": "Response contains a list of CrashEventCountByVersionPerDay which count the chrome crash at the certain date.",
      "id": "GoogleChromeManagementV1CountChromeCrashEventsResponse",
      "properties": {
        "crashEventCounts": {
          "type": "array",
          "description": "Crash event counts grouped by date and browser version.",
          "items": {
            "$ref": "GoogleChromeManagementV1CountChromeCrashEventsResponseCrashEventCount"
          }
        }
      }
    },
    "GoogleChromeManagementVersionsV1UploadCertificateRequest": {
      "description": "Request message for uploading an issued certificate for a certificate provisioning process.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1UploadCertificateRequest",
      "properties": {
        "certificatePem": {
          "type": "string",
          "description": "Required. The issued certificate in PEM format."
        }
      }
    },
    "GoogleChromeManagementVersionsV1GenericCaConnection": {
      "type": "object",
      "description": "Describes a generic Certificate Authority Connection.",
      "id": "GoogleChromeManagementVersionsV1GenericCaConnection",
      "properties": {
        "caConnectionAdapterConfigReference": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. A string that references the administrator-provided configuration for the certification authority service."
        }
      }
    },
    "GoogleChromeManagementV1BrowserVersion": {
      "type": "object",
      "description": "Describes a browser version and its install count.",
      "id": "GoogleChromeManagementV1BrowserVersion",
      "properties": {
        "deviceOsVersion": {
          "description": "Output only. Version of the system-specified operating system.",
          "readOnly": true,
          "type": "string"
        },
        "system": {
          "type": "string",
          "enum": [
            "DEVICE_SYSTEM_UNSPECIFIED",
            "SYSTEM_OTHER",
            "SYSTEM_ANDROID",
            "SYSTEM_IOS",
            "SYSTEM_CROS",
            "SYSTEM_WINDOWS",
            "SYSTEM_MAC",
            "SYSTEM_LINUX"
          ],
          "description": "Output only. The device operating system.",
          "readOnly": true,
          "enumDescriptions": [
            "No operating system specified.",
            "Other operating system.",
            "Android operating system.",
            "Apple iOS operating system.",
            "ChromeOS operating system.",
            "Microsoft Windows operating system.",
            "Apple macOS operating system.",
            "Linux operating system."
          ]
        },
        "count": {
          "description": "Output only. Count grouped by device_system and major version",
          "format": "int64",
          "readOnly": true,
          "type": "string"
        },
        "version": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The full version of the installed browser."
        },
        "channel": {
          "description": "Output only. The release channel of the installed browser.",
          "type": "string",
          "enum": [
            "RELEASE_CHANNEL_UNSPECIFIED",
            "CANARY",
            "DEV",
            "BETA",
            "STABLE"
          ],
          "enumDescriptions": [
            "No release channel specified.",
            "Canary release channel.",
            "Dev release channel.",
            "Beta release channel.",
            "Stable release channel."
          ],
          "readOnly": true
        }
      }
    },
    "GoogleChromeManagementVersionsV1ReportingDataPolicyData": {
      "id": "GoogleChromeManagementVersionsV1ReportingDataPolicyData",
      "properties": {
        "name": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Name of the policy."
        },
        "error": {
          "description": "Output only. Error message of the policy, if any.",
          "readOnly": true,
          "type": "string"
        },
        "value": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Value of the policy."
        },
        "source": {
          "type": "string",
          "enum": [
            "POLICY_SOURCE_UNSPECIFIED",
            "MACHINE_PLATFORM",
            "USER_PLATFORM",
            "MACHINE_LEVEL_USER_CLOUD",
            "USER_CLOUD",
            "MACHINE_MERGED"
          ],
          "description": "Output only. Source of the policy.",
          "readOnly": true,
          "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."
          ]
        },
        "conflicts": {
          "description": "Output only. Conflicting policy information.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData"
          }
        }
      },
      "description": "Information of a policy applied on a Chrome browser profile.",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1SignDataResponse": {
      "id": "GoogleChromeManagementVersionsV1SignDataResponse",
      "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"
        }
      },
      "type": "object",
      "description": "Response message for requesting a signature from the client that initated a certificate provisioning process."
    },
    "GoogleChromeManagementVersionsV1UrlVisitsBreakdown": {
      "type": "object",
      "description": "A URL visits summary for a given breakdown dimension.",
      "id": "GoogleChromeManagementVersionsV1UrlVisitsBreakdown",
      "properties": {
        "user": {
          "type": "string",
          "description": "The user that visited the URL."
        },
        "eventDomain": {
          "description": "The event domain of the URL visits.",
          "type": "string"
        },
        "summary": {
          "$ref": "GoogleChromeManagementVersionsV1UrlVisitsSummary",
          "description": "The summary of URL visits for the breakdown dimension."
        }
      }
    },
    "GoogleChromeManagementVersionsV1MipLabelConfig": {
      "type": "object",
      "description": "MIP label connector config.",
      "id": "GoogleChromeManagementVersionsV1MipLabelConfig",
      "properties": {
        "microsoftTenantId": {
          "description": "Required. Microsoft tenant ID.",
          "type": "string"
        },
        "domains": {
          "type": "array",
          "description": "Optional. Domain can be used optionally for the corner case where one Dasher customer ID maps to multiple Microsoft tenant ID. Each domain can be verified with at most one Microsoft tenant.",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "GoogleChromeManagementVersionsV1GenericProfile": {
      "type": "object",
      "description": "Describes a generic certificate provisioning profile.",
      "id": "GoogleChromeManagementVersionsV1GenericProfile",
      "properties": {
        "profileAdapterConfigReference": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. A string that references the administrator-provided configuration for the certificate provisioning profile."
        }
      }
    },
    "GoogleChromeManagementV1CountChromeVersionsResponse": {
      "id": "GoogleChromeManagementV1CountChromeVersionsResponse",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "Token to specify the next page of the request."
        },
        "browserVersions": {
          "items": {
            "$ref": "GoogleChromeManagementV1BrowserVersion"
          },
          "type": "array",
          "description": "List of all browser versions and their install counts."
        },
        "totalSize": {
          "type": "integer",
          "description": "Total number browser versions matching request.",
          "format": "int32"
        }
      },
      "type": "object",
      "description": "Response containing requested browser versions details and counts."
    },
    "GoogleChromeManagementVersionsV1ChromeBrowserProfile": {
      "id": "GoogleChromeManagementVersionsV1ChromeBrowserProfile",
      "properties": {
        "userId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Unique Directory API ID of the user that can be used in Admin SDK Users API."
        },
        "lastPolicySyncTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Timestamp of the latest policy sync by the profile.",
          "format": "google-datetime"
        },
        "lastStatusReportTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Timestamp of the latest status report by the profile.",
          "format": "google-datetime"
        },
        "browserChannel": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Channel of the browser on which the profile exists."
        },
        "annotatedLocation": {
          "type": "string",
          "description": "Optional. Location of the profile annotated by the admin."
        },
        "affiliationState": {
          "description": "Output only. The specific affiliation state of the profile.",
          "type": "string",
          "enum": [
            "AFFILIATION_STATE_UNSPECIFIED",
            "UNAFFILIATED_GENERIC",
            "PROFILE_ONLY",
            "UNAFFILIATED_LOCAL_MACHINE",
            "UNAFFILIATED_CLOUD_MACHINE",
            "AFFILIATED_CLOUD_MANAGED"
          ],
          "enumDescriptions": [
            "Unspecified affiliation state.",
            "Unaffiliated - but we do not have the details for the type of unaffiliated profile.",
            "Unaffiliated - A managed profile that appears on a totally unamanaged browser.",
            "Unaffiliated - A managed profile that appears on a machine that is locally managed by a different organization (through platform management mechanisms like GPO).",
            "Unaffiliated - A managed profile that appears on a managed browser that is cloud managed by a different organization (using Chrome Browser Cloud Management).",
            "Affiliated - Both the profile and the managed browser are managed by the same organization."
          ],
          "readOnly": true
        },
        "lastActivityTime": {
          "description": "Output only. Timestamp of the latest activity by the profile.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "attestationCredential": {
          "description": "Output only. Attestation credential information of the profile.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1AttestationCredential"
        },
        "lastPolicyFetchTime": {
          "description": "Output only. Timestamp of the latest policy fetch by the profile.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "identityProvider": {
          "readOnly": true,
          "enumDescriptions": [
            "Represents an unspecified identity provider.",
            "Represents a Google identity provider.",
            "Represents an external identity provider."
          ],
          "type": "string",
          "enum": [
            "IDENTITY_PROVIDER_UNSPECIFIED",
            "GOOGLE_IDENTITY_PROVIDER",
            "EXTERNAL_IDENTITY_PROVIDER"
          ],
          "description": "Output only. Identify provider of the profile."
        },
        "browserVersion": {
          "description": "Output only. Version of the browser on which the profile exists.",
          "readOnly": true,
          "type": "string"
        },
        "annotatedUser": {
          "type": "string",
          "description": "Optional. User of the profile annotated by the admin."
        },
        "name": {
          "description": "Identifier. Format: customers/{customer_id}/profiles/{profile_permanent_id}",
          "type": "string"
        },
        "profilePermanentId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Profile permanent ID is the unique identifier of a profile within one customer."
        },
        "policyCount": {
          "description": "Output only. Number of policies applied on the profile.",
          "format": "int64",
          "readOnly": true,
          "type": "string"
        },
        "profileId": {
          "description": "Output only. Chrome client side profile ID.",
          "readOnly": true,
          "type": "string"
        },
        "osPlatformType": {
          "description": "Output only. OS platform of the device on which the profile exists.",
          "readOnly": true,
          "type": "string"
        },
        "reportingData": {
          "description": "Output only. Detailed reporting data of the profile. This information is only available when the profile reporting policy is enabled.",
          "readOnly": true,
          "$ref": "GoogleChromeManagementVersionsV1ReportingData"
        },
        "osPlatformVersion": {
          "description": "Output only. Major OS platform version of the device on which the profile exists, from profile reporting.",
          "readOnly": true,
          "type": "string"
        },
        "userEmail": {
          "description": "Output only. Email address of the user to which the profile belongs.",
          "readOnly": true,
          "type": "string"
        },
        "osVersion": {
          "description": "Output only. OS version of the device on which the profile exists.",
          "readOnly": true,
          "type": "string"
        },
        "deviceInfo": {
          "$ref": "GoogleChromeManagementVersionsV1DeviceInfo",
          "description": "Output only. Basic information of the device on which the profile exists. This information is only available for the affiliated profiles.",
          "readOnly": true
        },
        "etag": {
          "description": "Output only. Etag of this ChromeBrowserProfile resource. This etag can be used with UPDATE operation to ensure consistency.",
          "readOnly": true,
          "type": "string"
        },
        "supportsFcmNotifications": {
          "description": "Output only. Whether the profile supports FCM notifications.",
          "readOnly": true,
          "type": "boolean"
        },
        "displayName": {
          "description": "Output only. Profile display name set by client.",
          "readOnly": true,
          "type": "string"
        },
        "firstEnrollmentTime": {
          "description": "Output only. Timestamp of the first enrollment of the profile.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "extensionCount": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Number of extensions installed on the profile.",
          "format": "int64"
        }
      },
      "type": "object",
      "description": "A representation of a Chrome browser profile."
    },
    "GoogleChromeManagementV1BootPerformanceReport": {
      "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",
      "id": "GoogleChromeManagementV1BootPerformanceReport",
      "properties": {
        "reportTime": {
          "description": "Timestamp when the report was collected.",
          "format": "google-datetime",
          "type": "string"
        },
        "bootUpDuration": {
          "description": "Total time to boot up.",
          "format": "google-duration",
          "type": "string"
        },
        "bootUpTime": {
          "description": "The timestamp when power came on.",
          "format": "google-datetime",
          "type": "string"
        },
        "shutdownDuration": {
          "type": "string",
          "description": "Total time since shutdown start to power off.",
          "format": "google-duration"
        },
        "shutdownTime": {
          "description": "The timestamp when shutdown.",
          "format": "google-datetime",
          "type": "string"
        },
        "shutdownReason": {
          "type": "string",
          "enum": [
            "SHUTDOWN_REASON_UNSPECIFIED",
            "USER_REQUEST",
            "SYSTEM_UPDATE",
            "LOW_BATTERY",
            "OTHER"
          ],
          "description": "The shutdown reason.",
          "enumDescriptions": [
            "Shutdown reason is not specified.",
            "User initiated.",
            "System update initiated.",
            "Shutdown due to low battery.",
            "Shutdown due to other reasons."
          ]
        }
      }
    },
    "GoogleChromeManagementV1TelemetryEventNotificationFilter": {
      "description": "Configures how the telemetry events should be filtered.",
      "type": "object",
      "id": "GoogleChromeManagementV1TelemetryEventNotificationFilter",
      "properties": {
        "eventTypes": {
          "description": "Only sends the notifications for events of these types. Must not be empty.",
          "type": "array",
          "items": {
            "type": "string",
            "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."
            ]
          }
        }
      }
    },
    "GoogleChromeManagementVersionsV1QueryContentTransfersResponse": {
      "id": "GoogleChromeManagementVersionsV1QueryContentTransfersResponse",
      "properties": {
        "summaries": {
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1ContentTransfersSummary"
          },
          "description": "A collection of summaries for various content transfers metrics.",
          "type": "array"
        }
      },
      "description": "Response message for QueryContentTransfers.",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1UrlVisitsSummary": {
      "id": "GoogleChromeManagementVersionsV1UrlVisitsSummary",
      "properties": {
        "count": {
          "description": "The count of the URL visits metric.",
          "format": "int64",
          "type": "string"
        },
        "metric": {
          "type": "string",
          "enum": [
            "URL_VISITS_METRIC_UNSPECIFIED",
            "URL_VISITS_METRIC_TOTAL_SUSPICIOUS_URL_VISITS",
            "URL_VISITS_METRIC_HIGH_RISK_URL_VISITS",
            "URL_VISITS_METRIC_MEDIUM_RISK_URL_VISITS",
            "URL_VISITS_METRIC_LOW_RISK_URL_VISITS"
          ],
          "description": "The type of URL visits metric.",
          "enumDescriptions": [
            "Unspecified URL visits metric. Defaults to URL_VISITS_METRIC_TOTAL_SUSPICIOUS_URL_VISITS.",
            "The total number of suspicious URL visits. This is the sum of the high_risk_url_visits, medium_risk_url_visits, and low_risk_url_visits.",
            "The number of suspicious URL visits with high risk.",
            "The number of suspicious URL visits with medium risk.",
            "The number of suspicious URL visits with low risk."
          ]
        }
      },
      "description": "Summary of URL visits for a given metric.",
      "type": "object"
    },
    "GoogleChromeManagementV1EnumeratePrintJobsResponse": {
      "description": "Response containing a list of print jobs.",
      "type": "object",
      "id": "GoogleChromeManagementV1EnumeratePrintJobsResponse",
      "properties": {
        "printJobs": {
          "description": "List of requested print jobs.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1PrintJob"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be used in a subsequent request to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "totalSize": {
          "description": "Total number of print jobs matching request.",
          "format": "int64",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1MemoryStatusReport": {
      "id": "GoogleChromeManagementV1MemoryStatusReport",
      "properties": {
        "reportTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The timestamp in milliseconds representing time at which this report was sampled.",
          "format": "google-datetime"
        },
        "pageFaults": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Number of page faults during this collection",
          "format": "int32"
        },
        "sampleFrequency": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Frequency the report is sampled.",
          "format": "google-duration"
        },
        "systemRamFreeBytes": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Amount of free RAM in bytes (unreliable due to Garbage Collection).",
          "format": "int64"
        }
      },
      "type": "object",
      "description": "Contains samples of memory status reports. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceMemoryInfo](https://chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection Frequency: Only at upload, SystemRamFreeByes is collected every 10 minutes * Default Data Reporting Frequency: Every 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_MEMORY_REPORT"
    },
    "GoogleChromeManagementV1TelemetryExternalDisplayEvent": {
      "id": "GoogleChromeManagementV1TelemetryExternalDisplayEvent",
      "properties": {
        "externalDisplayData": {
          "items": {
            "$ref": "GoogleChromeManagementV1TelemetryExternalDisplayData"
          },
          "description": "List of external displays that were connected/disconnected.",
          "type": "array"
        }
      },
      "description": "External display connected/disconnected event payload.",
      "type": "object"
    },
    "GoogleChromeManagementV1CountPrintJobsByPrinterResponse": {
      "id": "GoogleChromeManagementV1CountPrintJobsByPrinterResponse",
      "properties": {
        "printerReports": {
          "items": {
            "$ref": "GoogleChromeManagementV1PrinterReport"
          },
          "description": "List of PrinterReports matching request.",
          "type": "array"
        },
        "totalSize": {
          "type": "string",
          "description": "Total number of printers matching request.",
          "format": "int64"
        },
        "nextPageToken": {
          "description": "Pagination token for requesting the next page.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Response containing a summary printing report for each printer from the specified organizational unit for the requested time interval."
    },
    "GoogleChromeManagementV1AudioStatusReport": {
      "description": "Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceAudioStatus](https://chromeenterprise.google/policies/#ReportDeviceAudioStatus) * Data Collection Frequency: 10 minutes * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_AUDIO_REPORT",
      "type": "object",
      "id": "GoogleChromeManagementV1AudioStatusReport",
      "properties": {
        "outputDevice": {
          "description": "Output only. Active output device's name.",
          "readOnly": true,
          "type": "string"
        },
        "inputMute": {
          "description": "Output only. Is active input device mute or not.",
          "readOnly": true,
          "type": "boolean"
        },
        "inputGain": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Active input device's gain in [0, 100].",
          "format": "int32"
        },
        "outputMute": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Is active output device mute or not."
        },
        "outputVolume": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Active output device's volume in [0, 100].",
          "format": "int32"
        },
        "reportTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Timestamp of when the sample was collected on device.",
          "format": "google-datetime"
        },
        "inputDevice": {
          "description": "Output only. Active input device's name.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1TelemetryNetworkSignalStrengthEvent": {
      "description": "`TelemetryNetworkSignalStrengthEvent` is triggered on WiFi signal strength events. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT",
      "type": "object",
      "id": "GoogleChromeManagementV1TelemetryNetworkSignalStrengthEvent",
      "properties": {
        "signalStrengthDbm": {
          "description": "Signal strength RSSI value.",
          "format": "int32",
          "type": "integer"
        },
        "guid": {
          "type": "string",
          "description": "Unique identifier of the network."
        }
      }
    },
    "GoogleChromeManagementV1CountChromeProfileVersionsResponse": {
      "type": "object",
      "description": "Response containing requested managed profile versions details and counts.",
      "id": "GoogleChromeManagementV1CountChromeProfileVersionsResponse",
      "properties": {
        "profileBrowserVersions": {
          "items": {
            "$ref": "GoogleChromeManagementV1BrowserVersion"
          },
          "description": "List of all browser versions reported for profiles and their install counts.",
          "type": "array"
        },
        "totalSize": {
          "type": "integer",
          "description": "Total number browser versions matching request.",
          "format": "int32"
        },
        "nextPageToken": {
          "type": "string",
          "description": "Token to specify the next page of the request."
        }
      }
    },
    "GoogleChromeManagementV1MemoryInfo": {
      "description": "Memory information of a device. * This field has both telemetry and device information: - `totalRamBytes` - Device information - `availableRamBytes` - Telemetry information - `totalMemoryEncryption` - Device information * Data for this field is controlled via policy: [ReportDeviceMemoryInfo](https://chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection Frequency: - `totalRamBytes` - Only at upload - `availableRamBytes` - Every 10 minutes - `totalMemoryEncryption` - at device startup * Default Data Reporting Frequency: - `totalRamBytes` - 3 hours - `availableRamBytes` - 3 hours - `totalMemoryEncryption` - at device startup - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: only for `totalMemoryEncryption` * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_MEMORY_INFO",
      "type": "object",
      "id": "GoogleChromeManagementV1MemoryInfo",
      "properties": {
        "totalRamBytes": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Total RAM in bytes.",
          "format": "int64"
        },
        "availableRamBytes": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Amount of available RAM in bytes.",
          "format": "int64"
        },
        "totalMemoryEncryption": {
          "$ref": "GoogleChromeManagementV1TotalMemoryEncryptionInfo",
          "description": "Output only. Total memory encryption info for the device.",
          "readOnly": true
        }
      }
    },
    "GoogleChromeManagementV1ChromeAppSiteAccess": {
      "type": "object",
      "description": "Represent one host permission.",
      "id": "GoogleChromeManagementV1ChromeAppSiteAccess",
      "properties": {
        "hostMatch": {
          "description": "Output only. This can contain very specific hosts, or patterns like \"*.com\" for instance.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementVersionsV1AttestationCredential": {
      "id": "GoogleChromeManagementVersionsV1AttestationCredential",
      "properties": {
        "keyType": {
          "type": "string",
          "enum": [
            "KEY_TYPE_UNSPECIFIED",
            "RSA_KEY",
            "EC_KEY"
          ],
          "description": "Output only. Type of the public key.",
          "readOnly": true,
          "enumDescriptions": [
            "Represents an unspecified public key type.",
            "Represents a RSA key.",
            "Represents an EC key."
          ]
        },
        "keyTrustLevel": {
          "description": "Output only. Trust level of the public key.",
          "type": "string",
          "enum": [
            "KEY_TRUST_LEVEL_UNSPECIFIED",
            "CHROME_BROWSER_HW_KEY",
            "CHROME_BROWSER_OS_KEY"
          ],
          "enumDescriptions": [
            "Represents an unspecified public key trust level.",
            "Represents a HW key.",
            "Represents an OS key."
          ],
          "readOnly": true
        },
        "publicKey": {
          "description": "Output only. Value of the public key.",
          "format": "byte",
          "readOnly": true,
          "type": "string"
        },
        "keyRotationTime": {
          "description": "Output only. Latest rotation timestamp of the public key rotation.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object",
      "description": "Information of public key associated with a Chrome browser profile."
    },
    "GoogleChromeManagementV1ProfileAppInstallInstance": {
      "description": "Describes a profile reporting Chrome Profile information.",
      "type": "object",
      "id": "GoogleChromeManagementV1ProfileAppInstallInstance",
      "properties": {
        "profilePermanentId": {
          "description": "Output only. Profile permanent ID is the unique identifier of a profile within one customer.",
          "readOnly": true,
          "type": "string"
        },
        "profileOrgUnitId": {
          "description": "Output only. The organizational unit id of the profile.",
          "readOnly": true,
          "type": "string"
        },
        "profileId": {
          "description": "Output only. The Chrome client side profile ID.",
          "readOnly": true,
          "type": "string"
        },
        "email": {
          "description": "Output only. The email of the profile.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementVersionsV1CrowdStrikeXdrConfig": {
      "id": "GoogleChromeManagementVersionsV1CrowdStrikeXdrConfig",
      "properties": {
        "apiKey": {
          "type": "string",
          "description": "Required. Input only. API key to use on the ingestion API."
        },
        "host": {
          "type": "string",
          "description": "Required. Host to identify the customer specific server to receive the events."
        },
        "xdrSettings": {
          "$ref": "GoogleChromeManagementVersionsV1XdrSettings",
          "description": "Required. The XDR settings for the CrowdStrike XDR config."
        }
      },
      "type": "object",
      "description": "CrowdStrike XDR connector config."
    },
    "GoogleChromeManagementV1DeviceActivityReport": {
      "id": "GoogleChromeManagementV1DeviceActivityReport",
      "properties": {
        "reportTime": {
          "description": "Output only. Timestamp of when the report was collected.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "deviceActivityState": {
          "type": "string",
          "enum": [
            "DEVICE_ACTIVITY_STATE_UNSPECIFIED",
            "ACTIVE",
            "IDLE",
            "LOCKED"
          ],
          "description": "Output only. Device activity state.",
          "readOnly": true,
          "enumDescriptions": [
            "Device activity state is unspecified.",
            "Device is currently being used.",
            "Device is currently idle.",
            "Device is currently locked."
          ]
        }
      },
      "type": "object",
      "description": "Device activity report. * Granular permission needed: TELEMETRY_API_DEVICE_ACTIVITY_REPORT"
    },
    "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand": {
      "description": "A representation of a remote command for a Chrome browser profile.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommand",
      "properties": {
        "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,
          "description": "Output only. State of the remote command.",
          "type": "string",
          "enum": [
            "COMMAND_STATE_UNSPECIFIED",
            "PENDING",
            "EXPIRED",
            "EXECUTED_BY_CLIENT"
          ]
        },
        "commandType": {
          "type": "string",
          "description": "Required. Type of the remote command. The only supported command_type is \"clearBrowsingData\"."
        },
        "commandResult": {
          "$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult",
          "readOnly": true,
          "description": "Output only. Result of the remote command."
        },
        "payload": {
          "additionalProperties": {
            "description": "Properties of the object.",
            "type": "any"
          },
          "type": "object",
          "description": "Required. Payload of the remote command. The payload for \"clearBrowsingData\" command supports: - fields \"clearCache\" and \"clearCookies\" - values of boolean type."
        },
        "name": {
          "description": "Identifier. Format: customers/{customer_id}/profiles/{profile_permanent_id}/commands/{command_id}",
          "type": "string"
        },
        "issueTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Timestamp of the issurance of the remote command.",
          "format": "google-datetime"
        },
        "validDuration": {
          "description": "Output only. Valid duration of the remote command.",
          "format": "google-duration",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1CpuInfo": {
      "type": "object",
      "description": "CPU specifications for the device * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_CPU_INFO",
      "id": "GoogleChromeManagementV1CpuInfo",
      "properties": {
        "keylockerConfigured": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Whether keylocker is configured.`TRUE` = Enabled; `FALSE` = disabled. Only reported if keylockerSupported = `TRUE`."
        },
        "keylockerSupported": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Whether keylocker is supported."
        },
        "maxClockSpeed": {
          "description": "Output only. The max CPU clock speed in kHz.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "architecture": {
          "enumDescriptions": [
            "Architecture unknown.",
            "x64 architecture"
          ],
          "readOnly": true,
          "description": "Output only. Architecture type for the CPU. * 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",
          "type": "string",
          "enum": [
            "ARCHITECTURE_UNSPECIFIED",
            "X64"
          ]
        },
        "model": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The CPU model name. Example: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz"
        }
      }
    },
    "GoogleChromeManagementVersionsV1XdrSettings": {
      "id": "GoogleChromeManagementVersionsV1XdrSettings",
      "properties": {
        "enableAllXdrEvents": {
          "description": "Required. Whether to enable all XDR events.",
          "type": "boolean"
        }
      },
      "type": "object",
      "description": "XDR settings for connector configs."
    },
    "GoogleChromeManagementV1InstalledApp": {
      "description": "Describes an installed app.",
      "type": "object",
      "id": "GoogleChromeManagementV1InstalledApp",
      "properties": {
        "profileCount": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Count of Chrome Profiles with this app installed.",
          "format": "int64"
        },
        "disabled": {
          "description": "Output only. Whether the app is disabled.",
          "readOnly": true,
          "type": "boolean"
        },
        "appSource": {
          "type": "string",
          "enum": [
            "APP_SOURCE_UNSPECIFIED",
            "CHROME_WEBSTORE",
            "PLAY_STORE"
          ],
          "description": "Output only. Source of the installed app.",
          "readOnly": true,
          "enumDescriptions": [
            "Application source not specified.",
            "Generally for extensions and Chrome apps.",
            "Play Store app."
          ]
        },
        "browserDeviceCount": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Count of browser devices with this app installed.",
          "format": "int64"
        },
        "homepageUri": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Homepage uri of the installed app."
        },
        "displayName": {
          "description": "Output only. Name of the installed app.",
          "readOnly": true,
          "type": "string"
        },
        "riskAssessment": {
          "$ref": "GoogleChromeManagementV1RiskAssessmentData",
          "readOnly": true,
          "description": "Output only. If available, the risk assessment data about this extension."
        },
        "appId": {
          "description": "Output only. Unique identifier of the app. For Chrome apps and extensions, the 32-character id (e.g. ehoadneljpdggcbbknedodolkkjodefl). For Android apps, the package name (e.g. com.evernote).",
          "readOnly": true,
          "type": "string"
        },
        "permissions": {
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "type": "array",
          "description": "Output only. Permissions of the installed app."
        },
        "appInstallType": {
          "description": "Output only. How the app was installed.",
          "type": "string",
          "enum": [
            "APP_INSTALL_TYPE_UNSPECIFIED",
            "MULTIPLE",
            "NORMAL",
            "ADMIN",
            "DEVELOPMENT",
            "SIDELOAD",
            "OTHER"
          ],
          "enumDescriptions": [
            "Application install type not specified.",
            "Multiple app install types.",
            "Normal app install type.",
            "Administrator app install type.",
            "Development app install type.",
            "Sideloaded app install type.",
            "Other app install type."
          ],
          "readOnly": true
        },
        "appType": {
          "enumDescriptions": [
            "App type not specified.",
            "Chrome extension.",
            "Chrome app.",
            "Chrome theme.",
            "Chrome hosted app.",
            "ARC++ app."
          ],
          "readOnly": true,
          "description": "Output only. Type of the app.",
          "type": "string",
          "enum": [
            "APP_TYPE_UNSPECIFIED",
            "EXTENSION",
            "APP",
            "THEME",
            "HOSTED_APP",
            "ANDROID_APP"
          ]
        },
        "osUserCount": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Count of ChromeOS users with this app installed.",
          "format": "int64"
        },
        "description": {
          "description": "Output only. Description of the installed app.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1CountPrintJobsByUserResponse": {
      "type": "object",
      "description": "Response containing a summary printing report for each user that has initiated a print job with a printer from the specified organizational unit during the requested time interval.",
      "id": "GoogleChromeManagementV1CountPrintJobsByUserResponse",
      "properties": {
        "totalSize": {
          "type": "string",
          "description": "Total number of users matching request.",
          "format": "int64"
        },
        "userPrintReports": {
          "items": {
            "$ref": "GoogleChromeManagementV1UserPrintReport"
          },
          "type": "array",
          "description": "List of UserPrintReports matching request."
        },
        "nextPageToken": {
          "type": "string",
          "description": "Pagination token for requesting the next page."
        }
      }
    },
    "GoogleChromeManagementV1TelemetryUsbPeripheralsEvent": {
      "description": "`TelemetryUsbPeripheralsEvent` is triggered USB devices are either added or removed. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT",
      "type": "object",
      "id": "GoogleChromeManagementV1TelemetryUsbPeripheralsEvent",
      "properties": {
        "usbPeripheralReport": {
          "items": {
            "$ref": "GoogleChromeManagementV1UsbPeripheralReport"
          },
          "type": "array",
          "description": "List of usb devices that were either added or removed."
        }
      }
    },
    "GoogleChromeManagementV1TelemetryOsCrashEvent": {
      "type": "object",
      "description": "OS crash data.",
      "id": "GoogleChromeManagementV1TelemetryOsCrashEvent",
      "properties": {
        "crashType": {
          "description": "Crash type.",
          "enumDescriptions": [
            "Crash type unknown.",
            "Kernel crash.",
            "Embedded controller crash."
          ],
          "type": "string",
          "enum": [
            "CRASH_TYPE_UNSPECIFIED",
            "CRASH_TYPE_KERNEL",
            "CRASH_TYPE_EMBEDDED_CONTROLLER"
          ]
        },
        "crashId": {
          "type": "string",
          "description": "Crash id."
        },
        "sessionType": {
          "description": "Session type.",
          "enumDescriptions": [
            "Session type unknown.",
            "Signed in user.",
            "Kiosk.",
            "Managed guest session.",
            "Active directory session."
          ],
          "type": "string",
          "enum": [
            "SESSION_TYPE_UNSPECIFIED",
            "SESSION_TYPE_SIGNED_IN_USER",
            "SESSION_TYPE_KIOSK",
            "SESSION_TYPE_MANAGED_GUEST",
            "SESSION_TYPE_ACTIVE_DIRECTORY"
          ]
        }
      }
    },
    "GoogleChromeManagementV1RiskAssessmentData": {
      "type": "object",
      "description": "Risk assessment data about an extension/app.",
      "id": "GoogleChromeManagementV1RiskAssessmentData",
      "properties": {
        "overallRiskLevel": {
          "description": "Overall assessed risk level across all entries. This will be the highest risk level from all entries.",
          "enumDescriptions": [
            "Risk level not specified.",
            "Extension that represents a low risk.",
            "Extension that represents a medium risk.",
            "Extension that represents a high risk."
          ],
          "type": "string",
          "enum": [
            "RISK_LEVEL_UNSPECIFIED",
            "RISK_LEVEL_LOW",
            "RISK_LEVEL_MEDIUM",
            "RISK_LEVEL_HIGH"
          ]
        },
        "entries": {
          "description": "Individual risk assessments.",
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementV1RiskAssessmentEntry"
          }
        }
      }
    },
    "GoogleChromeManagementVersionsV1SplunkConfig": {
      "description": "Splunk connector config.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1SplunkConfig",
      "properties": {
        "host": {
          "description": "Required. Host to identify the customer specific server to receive the events.",
          "type": "string"
        },
        "reportingSettings": {
          "$ref": "GoogleChromeManagementVersionsV1ReportingSettings",
          "description": "Required. The reporting settings for the Splunk config."
        },
        "unsecureScheme": {
          "type": "boolean",
          "description": "Optional. Whether to use an unsecure HTTP scheme. Defaults to false (HTTPS)."
        },
        "portNumber": {
          "type": "integer",
          "description": "Optional. The port number to use. If not set, the default Splunk port is used.",
          "format": "int32"
        },
        "hecToken": {
          "type": "string",
          "description": "Required. Input only. The data input's HTTP Event Collector token to use as an Authorization header."
        },
        "source": {
          "description": "Optional. Optional source name to override the default one set in the Splunk admin console.",
          "type": "string"
        }
      }
    },
    "GoogleChromeManagementV1StorageInfo": {
      "id": "GoogleChromeManagementV1StorageInfo",
      "properties": {
        "volume": {
          "items": {
            "$ref": "GoogleChromeManagementV1StorageInfoDiskVolume"
          },
          "description": "Information for disk volumes",
          "type": "array"
        },
        "availableDiskBytes": {
          "type": "string",
          "description": "The available space for user data storage in the device in bytes.",
          "format": "int64"
        },
        "totalDiskBytes": {
          "description": "The total space for user data storage in the device in bytes.",
          "format": "int64",
          "type": "string"
        }
      },
      "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"
    },
    "GoogleChromeManagementV1AppDetails": {
      "id": "GoogleChromeManagementV1AppDetails",
      "properties": {
        "categoryIds": {
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "type": "array",
          "description": "Output only. The category IDs of the app, which are the same as stored in the Web Store item. It's expected that there is only one category ID."
        },
        "reviewRating": {
          "description": "Output only. The rating of the app (on 5 stars). Chrome Web Store review information will always be for the latest version of an app.",
          "format": "float",
          "readOnly": true,
          "type": "number"
        },
        "serviceError": {
          "readOnly": true,
          "description": "Output only. Information about a partial service error if applicable.",
          "$ref": "GoogleRpcStatus"
        },
        "isPaidApp": {
          "description": "Output only. Indicates if the app has to be paid for OR has paid content.",
          "readOnly": true,
          "type": "boolean"
        },
        "description": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. App's description."
        },
        "detailUri": {
          "description": "Output only. The uri for the detail page of the item.",
          "readOnly": true,
          "type": "string"
        },
        "firstPublishTime": {
          "description": "Output only. First published time.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "revisionId": {
          "description": "Output only. App version. A new revision is committed whenever a new version of the app is published.",
          "readOnly": true,
          "type": "string"
        },
        "iconUri": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. A link to an image that can be used as an icon for the product."
        },
        "publisher": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The publisher of the item."
        },
        "androidAppInfo": {
          "readOnly": true,
          "description": "Output only. Android app information.",
          "$ref": "GoogleChromeManagementV1AndroidAppInfo"
        },
        "appId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Unique store identifier for the item. Examples: \"gmbmikajjgmnabiglmofipeabaddhgne\" for the Save to Google Drive Chrome extension, \"com.google.android.apps.docs\" for the Google Drive Android app."
        },
        "reviewNumber": {
          "description": "Output only. Number of reviews received. Chrome Web Store review information will always be for the latest version of an app.",
          "format": "int64",
          "readOnly": true,
          "type": "string"
        },
        "type": {
          "description": "Output only. App type.",
          "type": "string",
          "enum": [
            "APP_ITEM_TYPE_UNSPECIFIED",
            "CHROME",
            "ANDROID",
            "WEB"
          ],
          "enumDescriptions": [
            "App type unspecified.",
            "Chrome app.",
            "ARC++ app.",
            "Web app."
          ],
          "readOnly": true
        },
        "chromeAppInfo": {
          "readOnly": true,
          "description": "Output only. Chrome Web Store app information.",
          "$ref": "GoogleChromeManagementV1ChromeAppInfo"
        },
        "homepageUri": {
          "description": "Output only. Home page or Website uri.",
          "readOnly": true,
          "type": "string"
        },
        "name": {
          "description": "Output only. Format: name=customers/{customer_id}/apps/{chrome|android|web}/{app_id}@{version}",
          "readOnly": true,
          "type": "string"
        },
        "displayName": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. App's display name."
        },
        "latestPublishTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Latest published time.",
          "format": "google-datetime"
        },
        "privacyPolicyUri": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The URI pointing to the privacy policy of the app, if it was provided by the developer. Version-specific field that will only be set when the requested app version is found."
        }
      },
      "type": "object",
      "description": "Resource representing app details."
    },
    "GoogleChromeManagementVersionsV1SetFailureResponse": {
      "description": "Response message for publishing a failure for a certificate provisioning process.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1SetFailureResponse",
      "properties": {}
    },
    "GoogleChromeManagementV1AppUsageData": {
      "id": "GoogleChromeManagementV1AppUsageData",
      "properties": {
        "appInstanceId": {
          "description": "Application instance id. This will be unique per window/instance.",
          "type": "string"
        },
        "runningDuration": {
          "description": "App foreground running time.",
          "format": "google-duration",
          "type": "string"
        },
        "appId": {
          "description": "App id.",
          "type": "string"
        },
        "appType": {
          "type": "string",
          "enum": [
            "TELEMETRY_APPLICATION_TYPE_UNSPECIFIED",
            "APPLICATION_TYPE_ARC",
            "APPLICATION_TYPE_BUILT_IN",
            "APPLICATION_TYPE_CROSTINI",
            "APPLICATION_TYPE_CHROME_APP",
            "APPLICATION_TYPE_WEB",
            "APPLICATION_TYPE_MAC_OS",
            "APPLICATION_TYPE_PLUGIN_VM",
            "APPLICATION_TYPE_STANDALONE_BROWSER",
            "APPLICATION_TYPE_REMOTE",
            "APPLICATION_TYPE_BOREALIS",
            "APPLICATION_TYPE_SYSTEM_WEB",
            "APPLICATION_TYPE_STANDALONE_BROWSER_CHROME_APP",
            "APPLICATION_TYPE_EXTENSION",
            "APPLICATION_TYPE_STANDALONE_BROWSER_EXTENSION",
            "APPLICATION_TYPE_BRUSCHETTA"
          ],
          "description": "Type of app.",
          "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",
      "description": "App usage data."
    },
    "GoogleChromeManagementV1GraphicsAdapterInfo": {
      "id": "GoogleChromeManagementV1GraphicsAdapterInfo",
      "properties": {
        "adapter": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Adapter name. Example: Mesa DRI Intel(R) UHD Graphics 620 (Kabylake GT2)."
        },
        "deviceId": {
          "description": "Output only. Represents the graphics card device id.",
          "format": "int64",
          "readOnly": true,
          "type": "string"
        },
        "driverVersion": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Version of the GPU driver."
        }
      },
      "type": "object",
      "description": "Information of a graphics adapter (GPU)."
    },
    "GoogleChromeManagementV1TelemetryExternalDisplayData": {
      "id": "GoogleChromeManagementV1TelemetryExternalDisplayData",
      "properties": {
        "refreshRate": {
          "description": "The refresh rate.",
          "format": "int64",
          "type": "string"
        },
        "resolutionVertical": {
          "type": "integer",
          "description": "The vertical resolution.",
          "format": "int32"
        },
        "displayName": {
          "type": "string",
          "description": "The display name."
        },
        "serialNumber": {
          "description": "The serial number.",
          "format": "int32",
          "type": "integer"
        },
        "resolutionHorizontal": {
          "description": "The horizontal resolution.",
          "format": "int32",
          "type": "integer"
        },
        "edidVersion": {
          "type": "string",
          "description": "The EDID version."
        }
      },
      "description": "External display data.",
      "type": "object"
    },
    "GoogleChromeManagementVersionsV1CrowdStrikeFalconNextGenConfig": {
      "type": "object",
      "description": "CrowdStrike Falcon Next Gen connector config.",
      "id": "GoogleChromeManagementVersionsV1CrowdStrikeFalconNextGenConfig",
      "properties": {
        "apiKey": {
          "description": "Required. Input only. API key to use on the ingestion API.",
          "type": "string"
        },
        "host": {
          "type": "string",
          "description": "Required. Host to identify the customer specific server to receive the events."
        },
        "reportingSettings": {
          "description": "Required. The reporting settings for the CrowdStrike Falcon Next Gen config.",
          "$ref": "GoogleChromeManagementVersionsV1ReportingSettings"
        }
      }
    },
    "GoogleChromeManagementVersionsV1ReportingData": {
      "description": "Reporting data of a Chrome browser profile.",
      "type": "object",
      "id": "GoogleChromeManagementVersionsV1ReportingData",
      "properties": {
        "extensionData": {
          "description": "Output only. Information of the extensions installed on the profile.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1ReportingDataExtensionData"
          }
        },
        "extensionPolicyData": {
          "description": "Output only. Information of the policies applied on the extensions.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData"
          }
        },
        "installedBrowserVersion": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Updated version of a browser, if it is different from the active browser version."
        },
        "browserExecutablePath": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Executable path of the installed Chrome browser. A valid path is included only in affiliated profiles."
        },
        "policyData": {
          "items": {
            "$ref": "GoogleChromeManagementVersionsV1ReportingDataPolicyData"
          },
          "description": "Output only. Information of the policies applied on the profile.",
          "readOnly": true,
          "type": "array"
        },
        "profilePath": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Path of the profile. A valid path is included only in affiliated profiles."
        }
      }
    },
    "GoogleChromeManagementVersionsV1DeviceTrustConfig": {
      "type": "object",
      "description": "Device trust config for device trust connectors.",
      "id": "GoogleChromeManagementVersionsV1DeviceTrustConfig",
      "properties": {
        "urlMatchers": {
          "description": "Required. List of URLs allowed to be part of the attestation flow to get the set of signals from the machine. URLs must have HTTPS scheme, e.g. \"https://example.com\". Wildcards, *, are allowed. For detailed information on valid URL patterns, please see https://cloud.google.com/docs/chrome-enterprise/policies/url-patterns.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "serviceAccounts": {
          "items": {
            "type": "string"
          },
          "description": "Required. A list of email addresses of the service accounts which are allowed to call the Verified Access API with full access.",
          "type": "array"
        },
        "scope": {
          "type": "string",
          "enum": [
            "BROWSER_ENFORCEMENT_SCOPE_UNSPECIFIED",
            "BROWSERS_ONLY",
            "PROFILES_ONLY",
            "BROWSERS_AND_PROFILES"
          ],
          "description": "Required. The scope at which this configuration will be applied. Note that this only applies to Chrome browser, as in ChromeOS it's always applied.",
          "enumDescriptions": [
            "Default value. This value is unused.",
            "Only browsers are enforced.",
            "Only profiles are enforced.",
            "Both browsers and profiles are enforced."
          ]
        },
        "serviceProvider": {
          "type": "string",
          "enum": [
            "SERVICE_PROVIDER_UNSPECIFIED",
            "UNIVERSAL_DEVICE_TRUST",
            "OKTA",
            "PING_IDENTITY",
            "ONELOGIN",
            "DUO",
            "ZSCALER",
            "OMNISSA",
            "JUMPCLOUD"
          ],
          "description": "Optional. The service provider for the device trust connector.",
          "enumDescriptions": [
            "Default value.",
            "Universal device trust connector.",
            "Okta service provider.",
            "Ping Identity service provider.",
            "OneLogin service provider.",
            "Duo service provider.",
            "Zscaler service provider.",
            "Omnissa service provider.",
            "JumpCloud service provider."
          ]
        }
      }
    }
  }
}
