Package com.okta.sdk.resource.model
Class LogDevice
java.lang.Object
com.okta.sdk.resource.model.LogDevice
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class LogDevice
extends Object
implements Serializable
The entity that describes a device enrolled with passwordless authentication using Okta Verify.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondiskEncryptionType
(LogDiskEncryptionType diskEncryptionType) boolean
The integration platform or software used with the deviceGet diskEncryptionTypegetId()
ID of the deviceIf the device has removed software restrictionsIndicates if the device is configured for device management and is registered with OktagetName()
Get nameGet osPlatformGet osVersionIndicates if the device is registered with an Okta org and is bound to an Okta Verify instance on the deviceGet screenLockTypeThe availability of hardware security on the deviceint
hashCode()
screenLockType
(LogScreenLockType screenLockType) void
setDiskEncryptionType
(LogDiskEncryptionType diskEncryptionType) void
setScreenLockType
(LogScreenLockType screenLockType) toString()
-
Field Details
-
JSON_PROPERTY_DEVICE_INTEGRATOR
- See Also:
-
JSON_PROPERTY_DISK_ENCRYPTION_TYPE
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_JAILBREAK
- See Also:
-
JSON_PROPERTY_MANAGED
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_OS_PLATFORM
- See Also:
-
JSON_PROPERTY_OS_VERSION
- See Also:
-
JSON_PROPERTY_REGISTERED
- See Also:
-
JSON_PROPERTY_SCREEN_LOCK_TYPE
- See Also:
-
JSON_PROPERTY_SECURE_HARDWARE_PRESENT
- See Also:
-
-
Constructor Details
-
LogDevice
public LogDevice()
-
-
Method Details
-
getDeviceIntegrator
The integration platform or software used with the device- Returns:
- deviceIntegrator
-
diskEncryptionType
-
getDiskEncryptionType
Get diskEncryptionType- Returns:
- diskEncryptionType
-
setDiskEncryptionType
-
getId
ID of the device- Returns:
- id
-
getJailbreak
If the device has removed software restrictions- Returns:
- jailbreak
-
getManaged
Indicates if the device is configured for device management and is registered with Okta- Returns:
- managed
-
getName
Get name- Returns:
- name
-
getOsPlatform
Get osPlatform- Returns:
- osPlatform
-
getOsVersion
Get osVersion- Returns:
- osVersion
-
getRegistered
Indicates if the device is registered with an Okta org and is bound to an Okta Verify instance on the device- Returns:
- registered
-
screenLockType
-
getScreenLockType
Get screenLockType- Returns:
- screenLockType
-
setScreenLockType
-
getSecureHardwarePresent
The availability of hardware security on the device- Returns:
- secureHardwarePresent
-
equals
-
hashCode
public int hashCode() -
toString
-