Microsoft Graph · Schema

microsoft.graph.windowsHelloForBusinessAuthenticationMethod

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwindowshelloforbusinessauthenticationmethod-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.windowsHelloForBusinessAuthenticationMethod",
  "title": "microsoft.graph.windowsHelloForBusinessAuthenticationMethod",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.authenticationMethod"
    },
    {
      "title": "windowsHelloForBusinessAuthenticationMethod",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "createdDateTime": {
          "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
          "type": "string",
          "description": "The date and time that this Windows Hello for Business key was registered.",
          "format": "date-time",
          "nullable": true
        },
        "displayName": {
          "type": "string",
          "description": "The name of the device on which Windows Hello for Business is registered",
          "nullable": true
        },
        "keyStrength": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.authenticationMethodKeyStrength"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Key strength of this Windows Hello for Business key. The possible values are: normal, weak, unknown."
        },
        "device": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.device"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The registered device on which this Windows Hello for Business key resides. Supports $expand. When you get a user's Windows Hello for Business registration information, this property is returned only on a single GET and when you specify ?$expand. For example, GET /users/[email protected]/authentication/windowsHelloForBusinessMethods/_jpuR-TGZtk6aQCLF3BQjA2?$expand=device.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.windowsHelloForBusinessAuthenticationMethod"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.windowsHelloForBusinessAuthenticationMethod"
}