public class WindowsInformationProtectionPolicy extends WindowsInformationProtection implements 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 |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="revokeOnMdmHandoffDisabled") @Expose public java.lang.Boolean revokeOnMdmHandoffDisabled
@SerializedName(value="mdmEnrollmentUrl") @Expose public java.lang.String mdmEnrollmentUrl
@SerializedName(value="windowsHelloForBusinessBlocked") @Expose public java.lang.Boolean windowsHelloForBusinessBlocked
@SerializedName(value="pinMinimumLength") @Expose public java.lang.Integer pinMinimumLength
@SerializedName(value="pinUppercaseLetters") @Expose public WindowsInformationProtectionPinCharacterRequirements pinUppercaseLetters
@SerializedName(value="pinLowercaseLetters") @Expose public WindowsInformationProtectionPinCharacterRequirements pinLowercaseLetters
@SerializedName(value="pinSpecialCharacters") @Expose public WindowsInformationProtectionPinCharacterRequirements pinSpecialCharacters
@SerializedName(value="pinExpirationDays") @Expose public java.lang.Integer pinExpirationDays
@SerializedName(value="numberOfPastPinsRemembered") @Expose public java.lang.Integer numberOfPastPinsRemembered
@SerializedName(value="passwordMaximumAttemptCount") @Expose public java.lang.Integer passwordMaximumAttemptCount
@SerializedName(value="minutesOfInactivityBeforeDeviceLock") @Expose public java.lang.Integer minutesOfInactivityBeforeDeviceLock
@SerializedName(value="daysWithoutContactBeforeUnenroll") @Expose public java.lang.Integer daysWithoutContactBeforeUnenroll
public com.google.gson.JsonObject getRawObject()
getRawObject in class WindowsInformationProtectionprotected ISerializer getSerializer()
getSerializer in class WindowsInformationProtectionpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class WindowsInformationProtectionserializer - the serializerjson - the JSON object to set this object to