Microsoft Graph · Schema

windowsInformationProtectionPinCharacterRequirements

Pin Character Requirements

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwindowsinformationprotectionpincharacterrequir-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.windowsInformationProtectionPinCharacterRequirements",
  "title": "windowsInformationProtectionPinCharacterRequirements",
  "enum": [
    "notAllow",
    "requireAtLeastOne",
    "allow"
  ],
  "type": "string",
  "description": "Pin Character Requirements",
  "x-ms-enum": {
    "name": "windowsInformationProtectionPinCharacterRequirements",
    "modelAsString": false,
    "values": [
      {
        "value": "notAllow",
        "description": "Not allow",
        "name": "notAllow"
      },
      {
        "value": "requireAtLeastOne",
        "description": "Require atleast one",
        "name": "requireAtLeastOne"
      },
      {
        "value": "allow",
        "description": "Allow any number",
        "name": "allow"
      }
    ]
  }
}