Package com.microsoft.graph.models
Class WindowsInformationProtectionPolicy
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ManagedAppPolicy
com.microsoft.graph.models.WindowsInformationProtection
com.microsoft.graph.models.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 Summary
FieldsModifier and TypeFieldDescriptionThe Days Without Contact Before Unenroll.The Mdm Enrollment Url.The Minutes Of Inactivity Before Device Lock.The Number Of Past Pins Remembered.The Password Maximum Attempt Count.The Pin Expiration Days.The Pin Lowercase Letters.The Pin Minimum Length.The Pin Special Characters.The Pin Uppercase Letters.The Revoke On Mdm Handoff Disabled.The Windows Hello For Business Blocked.Fields inherited from class com.microsoft.graph.models.WindowsInformationProtection
assignments, azureRightsManagementServicesAllowed, dataRecoveryCertificate, enforcementLevel, enterpriseDomain, enterpriseInternalProxyServers, enterpriseIPRanges, enterpriseIPRangesAreAuthoritative, enterpriseNetworkDomainNames, enterpriseProtectedDomainNames, enterpriseProxiedDomains, enterpriseProxyServers, enterpriseProxyServersAreAuthoritative, exemptAppLockerFiles, exemptApps, iconsVisible, indexingEncryptedStoresOrItemsBlocked, isAssigned, neutralDomainResources, protectedAppLockerFiles, protectedApps, protectionUnderLockConfigRequired, revokeOnUnenrollDisabled, rightsManagementServicesTemplateId, smbAutoEncryptedFileExtensions
Fields inherited from class com.microsoft.graph.models.ManagedAppPolicy
createdDateTime, description, displayName, lastModifiedDateTime, version
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
daysWithoutContactBeforeUnenroll
@SerializedName(value="daysWithoutContactBeforeUnenroll", alternate="DaysWithoutContactBeforeUnenroll") @Expose @Nullable public Integer daysWithoutContactBeforeUnenrollThe Days Without Contact Before Unenroll. Offline interval before app data is wiped (days) -
mdmEnrollmentUrl
@SerializedName(value="mdmEnrollmentUrl", alternate="MdmEnrollmentUrl") @Expose @Nullable public String mdmEnrollmentUrlThe Mdm Enrollment Url. Enrollment url for the MDM -
minutesOfInactivityBeforeDeviceLock
@SerializedName(value="minutesOfInactivityBeforeDeviceLock", alternate="MinutesOfInactivityBeforeDeviceLock") @Expose @Nullable public Integer minutesOfInactivityBeforeDeviceLockThe 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 numberOfPastPinsRememberedThe 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 passwordMaximumAttemptCountThe 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 pinExpirationDaysThe 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 pinLowercaseLettersThe 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 pinMinimumLengthThe 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 pinSpecialCharactersThe 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 pinUppercaseLettersThe 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 revokeOnMdmHandoffDisabledThe Revoke On Mdm Handoff Disabled. New property in RS2, pending documentation -
windowsHelloForBusinessBlocked
@SerializedName(value="windowsHelloForBusinessBlocked", alternate="WindowsHelloForBusinessBlocked") @Expose @Nullable public Boolean windowsHelloForBusinessBlockedThe 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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classWindowsInformationProtection
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-