{
  "icons": {
    "x16": "http://www.google.com/images/icons/product/search-16.gif",
    "x32": "http://www.google.com/images/icons/product/search-32.gif"
  },
  "ownerDomain": "google.com",
  "resources": {
    "challenge": {
      "methods": {
        "generate": {
          "response": {
            "$ref": "Challenge"
          },
          "parameters": {},
          "id": "verifiedaccess.challenge.generate",
          "description": "Generates a new challenge.",
          "request": {
            "$ref": "Empty"
          },
          "path": "v2/challenge:generate",
          "parameterOrder": [],
          "scopes": [
            "https://www.googleapis.com/auth/verifiedaccess"
          ],
          "flatPath": "v2/challenge:generate",
          "httpMethod": "POST"
        },
        "verify": {
          "response": {
            "$ref": "VerifyChallengeResponseResult"
          },
          "request": {
            "$ref": "VerifyChallengeResponseRequest"
          },
          "description": "Verifies the challenge response.",
          "id": "verifiedaccess.challenge.verify",
          "parameters": {},
          "flatPath": "v2/challenge:verify",
          "httpMethod": "POST",
          "path": "v2/challenge:verify",
          "parameterOrder": [],
          "scopes": [
            "https://www.googleapis.com/auth/verifiedaccess"
          ]
        }
      }
    }
  },
  "rootUrl": "https://verifiedaccess.googleapis.com/",
  "protocol": "rest",
  "mtlsRootUrl": "https://verifiedaccess.mtls.googleapis.com/",
  "canonicalName": "verifiedaccess",
  "description": "API for Verified Access chrome extension to provide credential verification for chrome devices connecting to an enterprise network",
  "documentationLink": "https://developers.google.com/chrome/verified-access",
  "parameters": {
    "oauth_token": {
      "type": "string",
      "description": "OAuth 2.0 token for the current user.",
      "location": "query"
    },
    "alt": {
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ],
      "location": "query",
      "type": "string",
      "default": "json",
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "description": "Data format for response."
    },
    "prettyPrint": {
      "location": "query",
      "type": "boolean",
      "description": "Returns response with indentations and line breaks.",
      "default": "true"
    },
    "key": {
      "location": "query",
      "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."
    },
    "uploadType": {
      "location": "query",
      "type": "string",
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\")."
    },
    "access_token": {
      "location": "query",
      "type": "string",
      "description": "OAuth access token."
    },
    "fields": {
      "type": "string",
      "description": "Selector specifying which fields to include in a partial response.",
      "location": "query"
    },
    "quotaUser": {
      "type": "string",
      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
      "location": "query"
    },
    "upload_protocol": {
      "type": "string",
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
      "location": "query"
    },
    "callback": {
      "type": "string",
      "description": "JSONP",
      "location": "query"
    },
    "$.xgafv": {
      "description": "V1 error format.",
      "enum": [
        "1",
        "2"
      ],
      "type": "string",
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ],
      "location": "query"
    }
  },
  "baseUrl": "https://verifiedaccess.googleapis.com/",
  "revision": "20260413",
  "ownerName": "Google",
  "kind": "discovery#restDescription",
  "schemas": {
    "Antivirus": {
      "id": "Antivirus",
      "properties": {
        "state": {
          "description": "Output only. The state of the antivirus on the device. Introduced in Chrome M136.",
          "readOnly": true,
          "enum": [
            "STATE_UNSPECIFIED",
            "MISSING",
            "DISABLED",
            "ENABLED"
          ],
          "type": "string",
          "enumDescriptions": [
            "Unspecified.",
            "No antivirus was detected on the device.",
            "At least one antivirus was installed on the device but none was enabled.",
            "At least one antivirus was enabled on the device."
          ]
        }
      },
      "description": "Antivirus information on a device.",
      "type": "object"
    },
    "Empty": {
      "id": "Empty",
      "properties": {},
      "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
      "type": "object"
    },
    "Challenge": {
      "id": "Challenge",
      "properties": {
        "challenge": {
          "description": "Generated challenge, the bytes representation of SignedData.",
          "type": "string",
          "format": "byte"
        }
      },
      "description": "Result message for VerifiedAccess.GenerateChallenge.",
      "type": "object"
    },
    "VerifyChallengeResponseRequest": {
      "description": "Signed ChallengeResponse.",
      "type": "object",
      "properties": {
        "expectedIdentity": {
          "description": "Optional. Service can optionally provide identity information about the device or user associated with the key. For an EMK, this value is the enrolled domain. For an EUK, this value is the user's email address. If present, this value will be checked against contents of the response, and verification will fail if there is no match.",
          "type": "string"
        },
        "challengeResponse": {
          "format": "byte",
          "description": "Required. The generated response to the challenge, the bytes representation of SignedData.",
          "type": "string"
        }
      },
      "id": "VerifyChallengeResponseRequest"
    },
    "DeviceSignals": {
      "description": "The device signals as reported by Chrome. Unless otherwise specified, signals are available on all platforms.",
      "type": "object",
      "properties": {
        "secureBootMode": {
          "readOnly": true,
          "enum": [
            "SECURE_BOOT_MODE_UNSPECIFIED",
            "SECURE_BOOT_MODE_UNKNOWN",
            "SECURE_BOOT_MODE_DISABLED",
            "SECURE_BOOT_MODE_ENABLED"
          ],
          "description": "Output only. Whether the device's startup software has its Secure Boot feature enabled. Available on Windows only.",
          "enumDescriptions": [
            "Unspecified.",
            "Chrome was unable to determine the Secure Boot mode.",
            "Secure Boot was disabled on the startup software.",
            "Secure Boot was enabled on the startup software."
          ],
          "type": "string"
        },
        "diskEncryption": {
          "type": "string",
          "enumDescriptions": [
            "Unspecified.",
            "Chrome could not evaluate the encryption state.",
            "The main disk is not encrypted.",
            "The main disk is encrypted."
          ],
          "description": "Output only. The encryption state of the disk. On ChromeOS, the main disk is always ENCRYPTED.",
          "readOnly": true,
          "enum": [
            "DISK_ENCRYPTION_UNSPECIFIED",
            "DISK_ENCRYPTION_UNKNOWN",
            "DISK_ENCRYPTION_DISABLED",
            "DISK_ENCRYPTION_ENCRYPTED"
          ]
        },
        "profileEnrollmentDomain": {
          "readOnly": true,
          "description": "Output only. Enrollment domain of the customer which is currently managing the profile.",
          "type": "string"
        },
        "displayName": {
          "description": "Output only. The display name of the device, as defined by the user.",
          "type": "string",
          "readOnly": true
        },
        "macAddresses": {
          "description": "Output only. MAC addresses of the device.",
          "type": "array",
          "readOnly": true,
          "items": {
            "type": "string"
          }
        },
        "trigger": {
          "description": "Output only. The trigger which generated this set of signals.",
          "readOnly": true,
          "enum": [
            "TRIGGER_UNSPECIFIED",
            "TRIGGER_BROWSER_NAVIGATION",
            "TRIGGER_LOGIN_SCREEN"
          ],
          "type": "string",
          "enumDescriptions": [
            "Unspecified.",
            "When navigating to an URL inside a browser.",
            "When signing into an account on the ChromeOS login screen."
          ]
        },
        "safeBrowsingProtectionLevel": {
          "type": "string",
          "enumDescriptions": [
            "Unspecified.",
            "Safe Browsing is disabled.",
            "Safe Browsing is active in the standard mode.",
            "Safe Browsing is active in the enhanced mode."
          ],
          "description": "Output only. Safe Browsing Protection Level. That setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/#SafeBrowsingProtectionLevel.",
          "readOnly": true,
          "enum": [
            "SAFE_BROWSING_PROTECTION_LEVEL_UNSPECIFIED",
            "INACTIVE",
            "STANDARD",
            "ENHANCED"
          ]
        },
        "hostname": {
          "description": "Hostname of the device.",
          "type": "string"
        },
        "profileAffiliationIds": {
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "description": "Output only. Affiliation IDs of the organizations that are affiliated with the organization that is currently managing the Chrome Profile’s user or ChromeOS user.",
          "type": "array"
        },
        "passwordProtectionWarningTrigger": {
          "description": "Output only. Whether the Password Protection Warning feature is enabled or not. Password protection alerts users when they reuse their protected password on potentially suspicious sites. This setting is controlled by an enterprise policy: https://chromeenterprise.google/policies/#PasswordProtectionWarningTrigger. Note that the policy unset does not have the same effects as having the policy explicitly set to `PASSWORD_PROTECTION_OFF`.",
          "readOnly": true,
          "enum": [
            "PASSWORD_PROTECTION_WARNING_TRIGGER_UNSPECIFIED",
            "POLICY_UNSET",
            "PASSWORD_PROTECTION_OFF",
            "PASSWORD_REUSE",
            "PHISHING_REUSE"
          ],
          "type": "string",
          "enumDescriptions": [
            "Unspecified.",
            "The policy is not set.",
            "No password protection warning will be shown.",
            "Password protection warning is shown if a protected password is re-used.",
            "Password protection warning is shown if a protected password is re-used on a known phishing website."
          ]
        },
        "deviceManufacturer": {
          "readOnly": true,
          "description": "Output only. The name of the device's manufacturer.",
          "type": "string"
        },
        "screenLockSecured": {
          "readOnly": true,
          "enum": [
            "SCREEN_LOCK_SECURED_UNSPECIFIED",
            "SCREEN_LOCK_SECURED_UNKNOWN",
            "SCREEN_LOCK_SECURED_DISABLED",
            "SCREEN_LOCK_SECURED_ENABLED"
          ],
          "description": "Output only. The state of the Screen Lock password protection. On ChromeOS, this value will always be ENABLED as there is not way to disable requiring a password or pin when unlocking the device.",
          "enumDescriptions": [
            "Unspecified.",
            "Chrome could not evaluate the state of the Screen Lock mechanism.",
            "The Screen Lock is not password-protected.",
            "The Screen Lock is password-protected."
          ],
          "type": "string"
        },
        "allowScreenLock": {
          "readOnly": true,
          "description": "Output only. Value of the AllowScreenLock policy on the device. See https://chromeenterprise.google/policies/?policy=AllowScreenLock for more details. Available on ChromeOS only.",
          "type": "boolean"
        },
        "imei": {
          "description": "Output only. International Mobile Equipment Identity (IMEI) of the device. Available on ChromeOS only.",
          "type": "array",
          "readOnly": true,
          "items": {
            "type": "string"
          }
        },
        "operatingSystem": {
          "enumDescriptions": [
            "UNSPECIFIED.",
            "ChromeOS.",
            "ChromiumOS.",
            "Windows.",
            "Mac Os X.",
            "Linux"
          ],
          "type": "string",
          "readOnly": true,
          "enum": [
            "OPERATING_SYSTEM_UNSPECIFIED",
            "CHROME_OS",
            "CHROMIUM_OS",
            "WINDOWS",
            "MAC_OS_X",
            "LINUX"
          ],
          "description": "Output only. The type of the Operating System currently running on the device."
        },
        "meid": {
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "description": "Output only. Mobile Equipment Identifier (MEID) of the device. Available on ChromeOS only.",
          "type": "array"
        },
        "thirdPartyBlockingEnabled": {
          "description": "Output only. Deprecated. The corresponding policy is now deprecated. Whether Chrome is blocking third-party software injection or not. This setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/?policy=ThirdPartyBlockingEnabled. Available on Windows only.",
          "type": "boolean",
          "readOnly": true,
          "deprecated": true
        },
        "deviceEnrollmentDomain": {
          "description": "Output only. Enrollment domain of the customer which is currently managing the device.",
          "type": "string",
          "readOnly": true
        },
        "deviceModel": {
          "description": "Output only. The name of the device's model.",
          "type": "string",
          "readOnly": true
        },
        "serialNumber": {
          "description": "Output only. The serial number of the device. On Windows, this represents the BIOS's serial number. Not available on most Linux distributions.",
          "type": "string",
          "readOnly": true
        },
        "antivirus": {
          "readOnly": true,
          "$ref": "Antivirus",
          "description": "Output only. Information about Antivirus software on the device. Available on Windows only."
        },
        "builtInDnsClientEnabled": {
          "readOnly": true,
          "description": "Output only. Whether Chrome's built-in DNS client is used. The OS DNS client is otherwise used. This value may be controlled by an enterprise policy: https://chromeenterprise.google/policies/#BuiltInDnsClientEnabled.",
          "type": "boolean"
        },
        "osFirewall": {
          "description": "Output only. The state of the OS level firewall. On ChromeOS, the value will always be ENABLED on regular devices and UNKNOWN on devices in developer mode. Support for MacOS 15 (Sequoia) and later has been introduced in Chrome M131.",
          "readOnly": true,
          "enum": [
            "OS_FIREWALL_UNSPECIFIED",
            "OS_FIREWALL_UNKNOWN",
            "OS_FIREWALL_DISABLED",
            "OS_FIREWALL_ENABLED"
          ],
          "type": "string",
          "enumDescriptions": [
            "Unspecified.",
            "Chrome could not evaluate the OS firewall state.",
            "The OS firewall is disabled.",
            "The OS firewall is enabled."
          ]
        },
        "crowdStrikeAgent": {
          "description": "Output only. Crowdstrike agent properties installed on the device, if any. Available on Windows and MacOS only.",
          "readOnly": true,
          "$ref": "CrowdStrikeAgent"
        },
        "browserVersion": {
          "description": "Output only. Current version of the Chrome browser which generated this set of signals. Example value: \"107.0.5286.0\".",
          "type": "string",
          "readOnly": true
        },
        "deviceAffiliationIds": {
          "description": "Output only. Affiliation IDs of the organizations that are affiliated with the organization that is currently managing the device. When the sets of device and profile affiliation IDs overlap, it means that the organizations managing the device and user are affiliated. To learn more about user affiliation, visit https://support.google.com/chrome/a/answer/12801245?ref_topic=9027936.",
          "type": "array",
          "readOnly": true,
          "items": {
            "type": "string"
          }
        },
        "windowsMachineDomain": {
          "description": "Output only. Windows domain that the current machine has joined. Available on Windows only.",
          "type": "string",
          "readOnly": true
        },
        "windowsUserDomain": {
          "description": "Output only. Windows domain for the current OS user. Available on Windows only.",
          "type": "string",
          "readOnly": true
        },
        "siteIsolationEnabled": {
          "readOnly": true,
          "description": "Output only. Whether the Site Isolation (a.k.a Site Per Process) setting is enabled. That setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/#SitePerProcess",
          "type": "boolean"
        },
        "systemDnsServers": {
          "items": {
            "type": "string"
          },
          "description": "List of the addesses of all OS level DNS servers configured in the device's network settings.",
          "type": "array"
        },
        "osVersion": {
          "description": "Output only. The current version of the Operating System. On Windows and linux, the value will also include the security patch information.",
          "type": "string",
          "readOnly": true
        },
        "chromeRemoteDesktopAppBlocked": {
          "description": "Output only. Whether access to the Chrome Remote Desktop application is blocked via a policy.",
          "type": "boolean",
          "readOnly": true
        },
        "realtimeUrlCheckMode": {
          "readOnly": true,
          "enum": [
            "REALTIME_URL_CHECK_MODE_UNSPECIFIED",
            "REALTIME_URL_CHECK_MODE_DISABLED",
            "REALTIME_URL_CHECK_MODE_ENABLED_MAIN_FRAME"
          ],
          "description": "Output only. Whether Enterprise-grade (i.e. custom) unsafe URL scanning is enabled or not. This setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/#EnterpriseRealTimeUrlCheckMode",
          "enumDescriptions": [
            "Unspecified.",
            "Disabled. Consumer Safe Browsing checks are applied.",
            "Realtime check for main frame URLs is enabled."
          ],
          "type": "string"
        }
      },
      "id": "DeviceSignals"
    },
    "CrowdStrikeAgent": {
      "description": "Properties of the CrowdStrike agent installed on a device.",
      "type": "object",
      "id": "CrowdStrikeAgent",
      "properties": {
        "customerId": {
          "description": "Output only. The Customer ID to which the agent belongs to.",
          "type": "string",
          "readOnly": true
        },
        "agentId": {
          "readOnly": true,
          "description": "Output only. The Agent ID of the Crowdstrike agent.",
          "type": "string"
        }
      }
    },
    "VerifyChallengeResponseResult": {
      "properties": {
        "devicePermanentId": {
          "description": "Output only. Device permanent id is returned in this field (for the machine response only).",
          "type": "string",
          "readOnly": true
        },
        "keyTrustLevel": {
          "enumDescriptions": [
            "UNSPECIFIED.",
            "ChromeOS device in verified mode.",
            "ChromeOS device in developer mode.",
            "Chrome Browser with the key stored in the device hardware.",
            "Chrome Browser with the key stored at OS level.",
            "Chrome Browser without an attestation key.",
            "ChromeOS device without a signing key (e.g., Flex without TPM). Applies to both device and user contexts on ChromeOS."
          ],
          "type": "string",
          "readOnly": true,
          "enum": [
            "KEY_TRUST_LEVEL_UNSPECIFIED",
            "CHROME_OS_VERIFIED_MODE",
            "CHROME_OS_DEVELOPER_MODE",
            "CHROME_BROWSER_HW_KEY",
            "CHROME_BROWSER_OS_KEY",
            "CHROME_BROWSER_NO_KEY",
            "CHROME_OS_NO_KEY"
          ],
          "description": "Output only. Device attested key trust level."
        },
        "profileCustomerId": {
          "description": "Output only. Unique customer id that this profile belongs to, as defined by the Google Admin SDK at https://developers.google.com/admin-sdk/directory/v1/guides/manage-customers",
          "type": "string",
          "readOnly": true
        },
        "customerId": {
          "readOnly": true,
          "description": "Output only. Unique customer id that this device belongs to, as defined by the Google Admin SDK at https://developers.google.com/admin-sdk/directory/v1/guides/manage-customers",
          "type": "string"
        },
        "deviceSignals": {
          "readOnly": true,
          "$ref": "DeviceSignals",
          "description": "Output only. Device signals."
        },
        "profilePermanentId": {
          "readOnly": true,
          "description": "Output only. The unique server-side ID of a profile on the device.",
          "type": "string"
        },
        "virtualDeviceId": {
          "description": "Output only. Virtual device id of the device. The definition of virtual device id is platform-specific.",
          "type": "string",
          "readOnly": true
        },
        "deviceSignal": {
          "readOnly": true,
          "description": "Output only. Deprecated. Device signal in json string representation. Prefer using `device_signals` instead.",
          "type": "string"
        },
        "deviceEnrollmentId": {
          "description": "Output only. Device enrollment id for ChromeOS devices.",
          "type": "string",
          "readOnly": true
        },
        "virtualProfileId": {
          "readOnly": true,
          "description": "Output only. The client-provided ID of a profile on the device.",
          "type": "string"
        },
        "attestedDeviceId": {
          "readOnly": true,
          "description": "Output only. Attested device ID (ADID).",
          "type": "string"
        },
        "profileKeyTrustLevel": {
          "type": "string",
          "enumDescriptions": [
            "UNSPECIFIED.",
            "ChromeOS device in verified mode.",
            "ChromeOS device in developer mode.",
            "Chrome Browser with the key stored in the device hardware.",
            "Chrome Browser with the key stored at OS level.",
            "Chrome Browser without an attestation key.",
            "ChromeOS device without a signing key (e.g., Flex without TPM). Applies to both device and user contexts on ChromeOS."
          ],
          "description": "Output only. Profile attested key trust level.",
          "readOnly": true,
          "enum": [
            "KEY_TRUST_LEVEL_UNSPECIFIED",
            "CHROME_OS_VERIFIED_MODE",
            "CHROME_OS_DEVELOPER_MODE",
            "CHROME_BROWSER_HW_KEY",
            "CHROME_BROWSER_OS_KEY",
            "CHROME_BROWSER_NO_KEY",
            "CHROME_OS_NO_KEY"
          ]
        },
        "signedPublicKeyAndChallenge": {
          "readOnly": true,
          "description": "Output only. Certificate Signing Request (in the SPKAC format, base64 encoded) is returned in this field. This field will be set only if device has included CSR in its challenge response. (the option to include CSR is now available for both user and machine responses)",
          "type": "string"
        }
      },
      "id": "VerifyChallengeResponseResult",
      "description": "Result message for VerifiedAccess.VerifyChallengeResponse. The response returned when successful for Managed profiles on Unmanaged browsers will NOT have devicePermanentId, keyTrustLevel, virtualDeviceId and customerId fields. Managed profiles will INSTEAD have the profileCustomerId, virtualProfileId, profilePermanentId and profileKeyTrustLevel fields.",
      "type": "object"
    }
  },
  "name": "verifiedaccess",
  "fullyEncodeReservedExpansion": true,
  "title": "Chrome Verified Access API",
  "version": "v2",
  "auth": {
    "oauth2": {
      "scopes": {
        "https://www.googleapis.com/auth/verifiedaccess": {
          "description": "Verify your enterprise credentials"
        }
      }
    }
  },
  "id": "verifiedaccess:v2",
  "basePath": "",
  "servicePath": "",
  "version_module": true,
  "discoveryVersion": "v1",
  "batchPath": "batch"
}
