VerifyUserResult

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
result string Verification result
View JSON Schema on GitHub

JSON Schema

microsoft-windows-10-verifyuserresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VerifyUserResult",
  "title": "VerifyUserResult",
  "type": "object",
  "properties": {
    "result": {
      "type": "string",
      "enum": [
        "Verified",
        "DeviceNotPresent",
        "NotConfiguredForUser",
        "DisabledByPolicy",
        "DeviceBusy",
        "RetriesExhausted",
        "Canceled"
      ],
      "description": "Verification result"
    }
  }
}