Microsoft Graph · Schema

managedAppPinCharacterSet

Character set which is to be used for a user's app PIN

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmanagedapppincharacterset-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.managedAppPinCharacterSet",
  "title": "managedAppPinCharacterSet",
  "enum": [
    "numeric",
    "alphanumericAndSymbol"
  ],
  "type": "string",
  "description": "Character set which is to be used for a user's app PIN",
  "x-ms-enum": {
    "name": "managedAppPinCharacterSet",
    "modelAsString": false,
    "values": [
      {
        "value": "numeric",
        "description": "Numeric characters",
        "name": "numeric"
      },
      {
        "value": "alphanumericAndSymbol",
        "description": "Alphanumeric and symbolic characters",
        "name": "alphanumericAndSymbol"
      }
    ]
  }
}