Package com.okta.sdk.resource.model
Class DeviceProfile
java.lang.Object
com.okta.sdk.resource.model.DeviceProfile
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class DeviceProfile
extends Object
implements Serializable
DeviceProfile
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondiskEncryptionType
(DiskEncryptionTypeDef diskEncryptionType) displayName
(String displayName) boolean
Get diskEncryptionTypeDisplay name of the devicegetImei()
International Mobile Equipment Identity (IMEI) of the deviceIndicates if the device is jailbroken or rooted.Name of the manufacturer of the devicegetMeid()
Mobile equipment identifier of the devicegetModel()
Model of the deviceVersion of the device OSGet platformIndicates if the device is registered at OktaIndicates if the device contains a secure hardware functionalitySerial number of the devicegetSid()
Windows Security identifier of the deviceWindows Trsted Platform Module hash valuegetUdid()
macOS Unique Device identifier of the deviceint
hashCode()
integrityJailbreak
(Boolean integrityJailbreak) manufacturer
(String manufacturer) platform
(DevicePlatform platform) registered
(Boolean registered) secureHardwarePresent
(Boolean secureHardwarePresent) serialNumber
(String serialNumber) void
setDiskEncryptionType
(DiskEncryptionTypeDef diskEncryptionType) void
setDisplayName
(String displayName) void
void
setIntegrityJailbreak
(Boolean integrityJailbreak) void
setManufacturer
(String manufacturer) void
void
void
setOsVersion
(String osVersion) void
setPlatform
(DevicePlatform platform) void
setRegistered
(Boolean registered) void
setSecureHardwarePresent
(Boolean secureHardwarePresent) void
setSerialNumber
(String serialNumber) void
void
setTpmPublicKeyHash
(String tpmPublicKeyHash) void
toString()
tpmPublicKeyHash
(String tpmPublicKeyHash)
-
Field Details
-
JSON_PROPERTY_DISK_ENCRYPTION_TYPE
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_IMEI
- See Also:
-
JSON_PROPERTY_INTEGRITY_JAILBREAK
- See Also:
-
JSON_PROPERTY_MANUFACTURER
- See Also:
-
JSON_PROPERTY_MEID
- See Also:
-
JSON_PROPERTY_MODEL
- See Also:
-
JSON_PROPERTY_OS_VERSION
- See Also:
-
JSON_PROPERTY_PLATFORM
- See Also:
-
JSON_PROPERTY_REGISTERED
- See Also:
-
JSON_PROPERTY_SECURE_HARDWARE_PRESENT
- See Also:
-
JSON_PROPERTY_SERIAL_NUMBER
- See Also:
-
JSON_PROPERTY_SID
- See Also:
-
JSON_PROPERTY_TPM_PUBLIC_KEY_HASH
- See Also:
-
JSON_PROPERTY_UDID
- See Also:
-
-
Constructor Details
-
DeviceProfile
public DeviceProfile()
-
-
Method Details
-
diskEncryptionType
-
getDiskEncryptionType
Get diskEncryptionType- Returns:
- diskEncryptionType
-
setDiskEncryptionType
-
displayName
-
getDisplayName
Display name of the device- Returns:
- displayName
-
setDisplayName
-
imei
-
getImei
International Mobile Equipment Identity (IMEI) of the device- Returns:
- imei
-
setImei
-
integrityJailbreak
-
getIntegrityJailbreak
Indicates if the device is jailbroken or rooted. Only applicable to `IOS` and `ANDROID` platforms- Returns:
- integrityJailbreak
-
setIntegrityJailbreak
-
manufacturer
-
getManufacturer
Name of the manufacturer of the device- Returns:
- manufacturer
-
setManufacturer
-
meid
-
getMeid
Mobile equipment identifier of the device- Returns:
- meid
-
setMeid
-
model
-
getModel
Model of the device- Returns:
- model
-
setModel
-
osVersion
-
getOsVersion
Version of the device OS- Returns:
- osVersion
-
setOsVersion
-
platform
-
getPlatform
Get platform- Returns:
- platform
-
setPlatform
-
registered
-
getRegistered
Indicates if the device is registered at Okta- Returns:
- registered
-
setRegistered
-
secureHardwarePresent
-
getSecureHardwarePresent
Indicates if the device contains a secure hardware functionality- Returns:
- secureHardwarePresent
-
setSecureHardwarePresent
-
serialNumber
-
getSerialNumber
Serial number of the device- Returns:
- serialNumber
-
setSerialNumber
-
sid
-
getSid
Windows Security identifier of the device- Returns:
- sid
-
setSid
-
tpmPublicKeyHash
-
getTpmPublicKeyHash
Windows Trsted Platform Module hash value- Returns:
- tpmPublicKeyHash
-
setTpmPublicKeyHash
-
udid
-
getUdid
macOS Unique Device identifier of the device- Returns:
- udid
-
setUdid
-
equals
-
hashCode
public int hashCode() -
toString
-