Microsoft Graph · Schema

microsoft.graph.windowsInformationProtectionPolicy

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwindowsinformationprotectionpolicy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy",
  "title": "microsoft.graph.windowsInformationProtectionPolicy",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtection"
    },
    {
      "title": "windowsInformationProtectionPolicy",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "daysWithoutContactBeforeUnenroll": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "Offline interval before app data is wiped (days) . Valid values 0 to 999",
          "format": "int32"
        },
        "mdmEnrollmentUrl": {
          "type": "string",
          "description": "Enrollment url for the MDM",
          "nullable": true
        },
        "minutesOfInactivityBeforeDeviceLock": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked.   Range is an integer X where 0 <= X <= 999. Valid values 0 to 999",
          "format": "int32"
        },
        "numberOfPastPinsRemembered": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "Integer value that specifies the number of past PINs that can be associated to a user account that can't be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0. Valid values 0 to 50",
          "format": "int32"
        },
        "passwordMaximumAttemptCount": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 <= X <= 16 for desktop and 0 <= X <= 999 for mobile devices. Valid values 0 to 999",
          "format": "int32"
        },
        "pinExpirationDays": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user's PIN will never expire. This node was added in Windows 10, version 1511. Default is 0. Valid values 0 to 730",
          "format": "int32"
        },
        "pinLowercaseLetters": {
          "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionPinCharacterRequirements"
        },
        "pinMinimumLength": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest. Valid values 0 to 127",
          "format": "int32"
        },
        "pinSpecialCharacters": {
          "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionPinCharacterRequirements"
        },
        "pinUppercaseLetters": {
          "$ref": "#/components/schemas/microsoft.graph.windowsInformationProtectionPinCharacterRequirements"
        },
        "revokeOnMdmHandoffDisabled": {
          "type": "boolean",
          "description": "New property in RS2, pending documentation"
        },
        "windowsHelloForBusinessBlocked": {
          "type": "boolean",
          "description": "Boolean value that sets Windows Hello for Business as a method for signing into Windows."
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.windowsInformationProtectionPolicy"
        }
      },
      "description": "Policy for Windows information protection without MDM"
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.windowsInformationProtectionPolicy"
}