public class DeviceEnrollmentWindowsHelloForBusinessConfiguration extends DeviceEnrollmentConfiguration implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
Enablement |
enhancedBiometricsState
The Enhanced Biometrics State.
|
java.lang.Integer |
pinExpirationInDays
The Pin Expiration In Days.
|
WindowsHelloForBusinessPinUsage |
pinLowercaseCharactersUsage
The Pin Lowercase Characters Usage.
|
java.lang.Integer |
pinMaximumLength
The Pin Maximum Length.
|
java.lang.Integer |
pinMinimumLength
The Pin Minimum Length.
|
java.lang.Integer |
pinPreviousBlockCount
The Pin Previous Block Count.
|
WindowsHelloForBusinessPinUsage |
pinSpecialCharactersUsage
The Pin Special Characters Usage.
|
WindowsHelloForBusinessPinUsage |
pinUppercaseCharactersUsage
The Pin Uppercase Characters Usage.
|
java.lang.Boolean |
remotePassportEnabled
The Remote Passport Enabled.
|
java.lang.Boolean |
securityDeviceRequired
The Security Device Required.
|
Enablement |
state
The State.
|
java.lang.Boolean |
unlockWithBiometricsEnabled
The Unlock With Biometrics Enabled.
|
assignments, createdDateTime, description, displayName, lastModifiedDateTime, priority, version
Constructor and Description |
---|
DeviceEnrollmentWindowsHelloForBusinessConfiguration() |
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
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@SerializedName(value="pinMinimumLength") @Expose public java.lang.Integer pinMinimumLength
@SerializedName(value="pinMaximumLength") @Expose public java.lang.Integer pinMaximumLength
@SerializedName(value="pinUppercaseCharactersUsage") @Expose public WindowsHelloForBusinessPinUsage pinUppercaseCharactersUsage
@SerializedName(value="pinLowercaseCharactersUsage") @Expose public WindowsHelloForBusinessPinUsage pinLowercaseCharactersUsage
@SerializedName(value="pinSpecialCharactersUsage") @Expose public WindowsHelloForBusinessPinUsage pinSpecialCharactersUsage
@SerializedName(value="state") @Expose public Enablement state
@SerializedName(value="securityDeviceRequired") @Expose public java.lang.Boolean securityDeviceRequired
@SerializedName(value="unlockWithBiometricsEnabled") @Expose public java.lang.Boolean unlockWithBiometricsEnabled
@SerializedName(value="remotePassportEnabled") @Expose public java.lang.Boolean remotePassportEnabled
@SerializedName(value="pinPreviousBlockCount") @Expose public java.lang.Integer pinPreviousBlockCount
@SerializedName(value="pinExpirationInDays") @Expose public java.lang.Integer pinExpirationInDays
@SerializedName(value="enhancedBiometricsState") @Expose public Enablement enhancedBiometricsState
public DeviceEnrollmentWindowsHelloForBusinessConfiguration()
public com.google.gson.JsonObject getRawObject()
getRawObject
in class DeviceEnrollmentConfiguration
protected ISerializer getSerializer()
getSerializer
in class DeviceEnrollmentConfiguration
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class DeviceEnrollmentConfiguration
serializer
- the serializerjson
- the JSON object to set this object to