docs.LogDevice.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of okta-sdk-api Show documentation
Show all versions of okta-sdk-api Show documentation
The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta
API. This .jar is the only compile-time dependency within the Okta SDK project that your code should
depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.
The newest version!
# LogDevice
The entity that describes a device enrolled with passwordless authentication using Okta Verify.
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**deviceIntegrator** | **Object** | The integration platform or software used with the device | [optional] [readonly] |
|**diskEncryptionType** | **LogDiskEncryptionType** | | [optional] |
|**id** | **String** | ID of the device | [optional] [readonly] |
|**jailbreak** | **Boolean** | If the device has removed software restrictions | [optional] [readonly] |
|**managed** | **Boolean** | Indicates if the device is configured for device management and is registered with Okta | [optional] [readonly] |
|**name** | **String** | | [optional] [readonly] |
|**osPlatform** | **String** | | [optional] [readonly] |
|**osVersion** | **String** | | [optional] [readonly] |
|**registered** | **Boolean** | Indicates if the device is registered with an Okta org and is bound to an Okta Verify instance on the device | [optional] [readonly] |
|**screenLockType** | **LogScreenLockType** | | [optional] |
|**secureHardwarePresent** | **Boolean** | The availability of hardware security on the device | [optional] [readonly] |
## Implemented Interfaces
* Serializable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy