@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class DeviceAssuranceWindowsPlatformAllOf extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
| static String | JSON_PROPERTY_DISK_ENCRYPTION_TYPE | 
| static String | JSON_PROPERTY_JAILBREAK | 
| static String | JSON_PROPERTY_OS_VERSION | 
| static String | JSON_PROPERTY_SCREEN_LOCK_TYPE | 
| static String | JSON_PROPERTY_SECURE_HARDWARE_PRESENT | 
| static String | JSON_PROPERTY_THIRD_PARTY_SIGNAL_PROVIDERS | 
| Constructor and Description | 
|---|
| DeviceAssuranceWindowsPlatformAllOf() | 
public static final String JSON_PROPERTY_DISK_ENCRYPTION_TYPE
public static final String JSON_PROPERTY_JAILBREAK
public static final String JSON_PROPERTY_OS_VERSION
public static final String JSON_PROPERTY_SCREEN_LOCK_TYPE
public static final String JSON_PROPERTY_SECURE_HARDWARE_PRESENT
public static final String JSON_PROPERTY_THIRD_PARTY_SIGNAL_PROVIDERS
public DeviceAssuranceWindowsPlatformAllOf diskEncryptionType(DeviceAssuranceAndroidPlatformAllOfDiskEncryptionType diskEncryptionType)
@Nullable public DeviceAssuranceAndroidPlatformAllOfDiskEncryptionType getDiskEncryptionType()
public void setDiskEncryptionType(DeviceAssuranceAndroidPlatformAllOfDiskEncryptionType diskEncryptionType)
public DeviceAssuranceWindowsPlatformAllOf jailbreak(Boolean jailbreak)
public void setJailbreak(Boolean jailbreak)
public DeviceAssuranceWindowsPlatformAllOf osVersion(OSVersion osVersion)
public void setOsVersion(OSVersion osVersion)
public DeviceAssuranceWindowsPlatformAllOf screenLockType(DeviceAssuranceAndroidPlatformAllOfScreenLockType screenLockType)
@Nullable public DeviceAssuranceAndroidPlatformAllOfScreenLockType getScreenLockType()
public void setScreenLockType(DeviceAssuranceAndroidPlatformAllOfScreenLockType screenLockType)
public DeviceAssuranceWindowsPlatformAllOf secureHardwarePresent(Boolean secureHardwarePresent)
@Nullable public Boolean getSecureHardwarePresent()
public void setSecureHardwarePresent(Boolean secureHardwarePresent)
public DeviceAssuranceWindowsPlatformAllOf thirdPartySignalProviders(DeviceAssuranceWindowsPlatformAllOfThirdPartySignalProviders thirdPartySignalProviders)
@Nullable public DeviceAssuranceWindowsPlatformAllOfThirdPartySignalProviders getThirdPartySignalProviders()
public void setThirdPartySignalProviders(DeviceAssuranceWindowsPlatformAllOfThirdPartySignalProviders thirdPartySignalProviders)
Copyright © 2017–2023 Okta. All rights reserved.