{ "$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" } ] } }