VerifyUserRequest

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
message string Message to display in the verification prompt
View JSON Schema on GitHub

JSON Schema

microsoft-windows-10-verifyuserrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VerifyUserRequest",
  "title": "VerifyUserRequest",
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "description": "Message to display in the verification prompt"
    }
  },
  "required": [
    "message"
  ]
}