Class WindowsInformationProtectionPolicy

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WindowsInformationProtectionPolicy extends WindowsInformationProtection implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows Information Protection Policy.
  • Field Details

    • daysWithoutContactBeforeUnenroll

      @SerializedName(value="daysWithoutContactBeforeUnenroll", alternate="DaysWithoutContactBeforeUnenroll") @Expose @Nullable public Integer daysWithoutContactBeforeUnenroll
      The Days Without Contact Before Unenroll. Offline interval before app data is wiped (days)
    • mdmEnrollmentUrl

      @SerializedName(value="mdmEnrollmentUrl", alternate="MdmEnrollmentUrl") @Expose @Nullable public String mdmEnrollmentUrl
      The Mdm Enrollment Url. Enrollment url for the MDM
    • minutesOfInactivityBeforeDeviceLock

      @SerializedName(value="minutesOfInactivityBeforeDeviceLock", alternate="MinutesOfInactivityBeforeDeviceLock") @Expose @Nullable public Integer minutesOfInactivityBeforeDeviceLock
      The Minutes Of Inactivity Before Device Lock. 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.
    • numberOfPastPinsRemembered

      @SerializedName(value="numberOfPastPinsRemembered", alternate="NumberOfPastPinsRemembered") @Expose @Nullable public Integer numberOfPastPinsRemembered
      The Number Of Past Pins Remembered. 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.
    • passwordMaximumAttemptCount

      @SerializedName(value="passwordMaximumAttemptCount", alternate="PasswordMaximumAttemptCount") @Expose @Nullable public Integer passwordMaximumAttemptCount
      The Password Maximum Attempt Count. 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.
    • pinExpirationDays

      @SerializedName(value="pinExpirationDays", alternate="PinExpirationDays") @Expose @Nullable public Integer pinExpirationDays
      The Pin Expiration Days. 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.
    • pinLowercaseLetters

      @SerializedName(value="pinLowercaseLetters", alternate="PinLowercaseLetters") @Expose @Nullable public WindowsInformationProtectionPinCharacterRequirements pinLowercaseLetters
      The Pin Lowercase Letters. Integer value that configures the use of lowercase letters in the Windows Hello for Business PIN. Default is NotAllow. Possible values are: notAllow, requireAtLeastOne, allow.
    • pinMinimumLength

      @SerializedName(value="pinMinimumLength", alternate="PinMinimumLength") @Expose @Nullable public Integer pinMinimumLength
      The Pin Minimum Length. 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.
    • pinSpecialCharacters

      @SerializedName(value="pinSpecialCharacters", alternate="PinSpecialCharacters") @Expose @Nullable public WindowsInformationProtectionPinCharacterRequirements pinSpecialCharacters
      The Pin Special Characters. Integer value that configures the use of special characters in the Windows Hello for Business PIN. Valid special characters for Windows Hello for Business PIN gestures include: ! ' # $ % & ' ( ) + , - . / : ; < = > ? @ [ / ] ^ ` {
    • pinUppercaseLetters

      @SerializedName(value="pinUppercaseLetters", alternate="PinUppercaseLetters") @Expose @Nullable public WindowsInformationProtectionPinCharacterRequirements pinUppercaseLetters
      The Pin Uppercase Letters. Integer value that configures the use of uppercase letters in the Windows Hello for Business PIN. Default is NotAllow. Possible values are: notAllow, requireAtLeastOne, allow.
    • revokeOnMdmHandoffDisabled

      @SerializedName(value="revokeOnMdmHandoffDisabled", alternate="RevokeOnMdmHandoffDisabled") @Expose @Nullable public Boolean revokeOnMdmHandoffDisabled
      The Revoke On Mdm Handoff Disabled. New property in RS2, pending documentation
    • windowsHelloForBusinessBlocked

      @SerializedName(value="windowsHelloForBusinessBlocked", alternate="WindowsHelloForBusinessBlocked") @Expose @Nullable public Boolean windowsHelloForBusinessBlocked
      The Windows Hello For Business Blocked. Boolean value that sets Windows Hello for Business as a method for signing into Windows.
  • Constructor Details

    • WindowsInformationProtectionPolicy

      public WindowsInformationProtectionPolicy()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class WindowsInformationProtection
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to