Microsoft Graph · Schema

windowsHelloForBusinessPinUsage

Windows Hello for Business pin usage options

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwindowshelloforbusinesspinusage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.windowsHelloForBusinessPinUsage",
  "title": "windowsHelloForBusinessPinUsage",
  "enum": [
    "allowed",
    "required",
    "disallowed"
  ],
  "type": "string",
  "description": "Windows Hello for Business pin usage options",
  "x-ms-enum": {
    "name": "windowsHelloForBusinessPinUsage",
    "modelAsString": false,
    "values": [
      {
        "value": "allowed",
        "description": "Allowed the usage of certain pin rule",
        "name": "allowed"
      },
      {
        "value": "required",
        "description": "Enforce the usage of certain pin rule",
        "name": "required"
      },
      {
        "value": "disallowed",
        "description": "Forbit the usage of certain pin rule",
        "name": "disallowed"
      }
    ]
  }
}