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 Details

  • Constructor Details

    • LogDevice

      public LogDevice()
  • Method Details

    • getDeviceIntegrator

      @Nullable public Object getDeviceIntegrator()
      The integration platform or software used with the device
      Returns:
      deviceIntegrator
    • diskEncryptionType

      public LogDevice diskEncryptionType(LogDiskEncryptionType diskEncryptionType)
    • getDiskEncryptionType

      @Nullable public LogDiskEncryptionType getDiskEncryptionType()
      Get diskEncryptionType
      Returns:
      diskEncryptionType
    • setDiskEncryptionType

      public void setDiskEncryptionType(LogDiskEncryptionType diskEncryptionType)
    • getId

      @Nullable public String getId()
      ID of the device
      Returns:
      id
    • getJailbreak

      @Nullable public Boolean getJailbreak()
      If the device has removed software restrictions
      Returns:
      jailbreak
    • getManaged

      @Nullable public Boolean getManaged()
      Indicates if the device is configured for device management and is registered with Okta
      Returns:
      managed
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • getOsPlatform

      @Nullable public String getOsPlatform()
      Get osPlatform
      Returns:
      osPlatform
    • getOsVersion

      @Nullable public String getOsVersion()
      Get osVersion
      Returns:
      osVersion
    • getRegistered

      @Nullable public Boolean 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

      public LogDevice screenLockType(LogScreenLockType screenLockType)
    • getScreenLockType

      @Nullable public LogScreenLockType getScreenLockType()
      Get screenLockType
      Returns:
      screenLockType
    • setScreenLockType

      public void setScreenLockType(LogScreenLockType screenLockType)
    • getSecureHardwarePresent

      @Nullable public Boolean getSecureHardwarePresent()
      The availability of hardware security on the device
      Returns:
      secureHardwarePresent
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object