public class WindowsInformationProtectionPolicy extends WindowsInformationProtection implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
daysWithoutContactBeforeUnenroll
The Days Without Contact Before Unenroll.
|
java.lang.String |
mdmEnrollmentUrl
The Mdm Enrollment Url.
|
java.lang.Integer |
minutesOfInactivityBeforeDeviceLock
The Minutes Of Inactivity Before Device Lock.
|
java.lang.Integer |
numberOfPastPinsRemembered
The Number Of Past Pins Remembered.
|
java.lang.Integer |
passwordMaximumAttemptCount
The Password Maximum Attempt Count.
|
java.lang.Integer |
pinExpirationDays
The Pin Expiration Days.
|
WindowsInformationProtectionPinCharacterRequirements |
pinLowercaseLetters
The Pin Lowercase Letters.
|
java.lang.Integer |
pinMinimumLength
The Pin Minimum Length.
|
WindowsInformationProtectionPinCharacterRequirements |
pinSpecialCharacters
The Pin Special Characters.
|
WindowsInformationProtectionPinCharacterRequirements |
pinUppercaseLetters
The Pin Uppercase Letters.
|
java.lang.Boolean |
revokeOnMdmHandoffDisabled
The Revoke On Mdm Handoff Disabled.
|
java.lang.Boolean |
windowsHelloForBusinessBlocked
The Windows Hello For Business Blocked.
|
assignments, azureRightsManagementServicesAllowed, dataRecoveryCertificate, enforcementLevel, enterpriseDomain, enterpriseInternalProxyServers, enterpriseIPRanges, enterpriseIPRangesAreAuthoritative, enterpriseNetworkDomainNames, enterpriseProtectedDomainNames, enterpriseProxiedDomains, enterpriseProxyServers, enterpriseProxyServersAreAuthoritative, exemptAppLockerFiles, exemptApps, iconsVisible, indexingEncryptedStoresOrItemsBlocked, isAssigned, neutralDomainResources, protectedAppLockerFiles, protectedApps, protectionUnderLockConfigRequired, revokeOnUnenrollDisabled, rightsManagementServicesTemplateId, smbAutoEncryptedFileExtensionscreatedDateTime, description, displayName, lastModifiedDateTime, version| Constructor and Description |
|---|
WindowsInformationProtectionPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="daysWithoutContactBeforeUnenroll",
alternate="DaysWithoutContactBeforeUnenroll")
@Expose
@Nullable
public java.lang.Integer daysWithoutContactBeforeUnenroll
@SerializedName(value="mdmEnrollmentUrl",
alternate="MdmEnrollmentUrl")
@Expose
@Nullable
public java.lang.String mdmEnrollmentUrl
@SerializedName(value="minutesOfInactivityBeforeDeviceLock",
alternate="MinutesOfInactivityBeforeDeviceLock")
@Expose
@Nullable
public java.lang.Integer minutesOfInactivityBeforeDeviceLock
@SerializedName(value="numberOfPastPinsRemembered",
alternate="NumberOfPastPinsRemembered")
@Expose
@Nullable
public java.lang.Integer numberOfPastPinsRemembered
@SerializedName(value="passwordMaximumAttemptCount",
alternate="PasswordMaximumAttemptCount")
@Expose
@Nullable
public java.lang.Integer passwordMaximumAttemptCount
@SerializedName(value="pinExpirationDays",
alternate="PinExpirationDays")
@Expose
@Nullable
public java.lang.Integer pinExpirationDays
@SerializedName(value="pinLowercaseLetters",
alternate="PinLowercaseLetters")
@Expose
@Nullable
public WindowsInformationProtectionPinCharacterRequirements pinLowercaseLetters
@SerializedName(value="pinMinimumLength",
alternate="PinMinimumLength")
@Expose
@Nullable
public java.lang.Integer pinMinimumLength
@SerializedName(value="pinSpecialCharacters",
alternate="PinSpecialCharacters")
@Expose
@Nullable
public WindowsInformationProtectionPinCharacterRequirements pinSpecialCharacters
@SerializedName(value="pinUppercaseLetters",
alternate="PinUppercaseLetters")
@Expose
@Nullable
public WindowsInformationProtectionPinCharacterRequirements pinUppercaseLetters
@SerializedName(value="revokeOnMdmHandoffDisabled",
alternate="RevokeOnMdmHandoffDisabled")
@Expose
@Nullable
public java.lang.Boolean revokeOnMdmHandoffDisabled
@SerializedName(value="windowsHelloForBusinessBlocked",
alternate="WindowsHelloForBusinessBlocked")
@Expose
@Nullable
public java.lang.Boolean windowsHelloForBusinessBlocked
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class WindowsInformationProtectionserializer - the serializerjson - the JSON object to set this object to