All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs.DeviceProfile.md Maven / Gradle / Ivy

Go to download

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!


# DeviceProfile


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**diskEncryptionType** | **DiskEncryptionTypeDef** |  |  [optional] |
|**displayName** | **String** | Display name of the device |  |
|**imei** | **String** | International Mobile Equipment Identity (IMEI) of the device |  [optional] |
|**integrityJailbreak** | **Boolean** | Indicates if the device is jailbroken or rooted. Only applicable to `IOS` and `ANDROID` platforms |  [optional] |
|**manufacturer** | **String** | Name of the manufacturer of the device |  [optional] |
|**meid** | **String** | Mobile equipment identifier of the device |  [optional] |
|**model** | **String** | Model of the device |  [optional] |
|**osVersion** | **String** | Version of the device OS |  [optional] |
|**platform** | **DevicePlatform** |  |  |
|**registered** | **Boolean** | Indicates if the device is registered at Okta |  |
|**secureHardwarePresent** | **Boolean** | Indicates if the device contains a secure hardware functionality |  [optional] |
|**serialNumber** | **String** | Serial number of the device |  [optional] |
|**sid** | **String** | Windows Security identifier of the device |  [optional] |
|**tpmPublicKeyHash** | **String** | Windows Trusted Platform Module hash value |  [optional] |
|**udid** | **String** | macOS Unique Device identifier of the device |  [optional] |


## Implemented Interfaces

* Serializable






© 2015 - 2025 Weber Informatics LLC | Privacy Policy