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-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class DeviceProfile
extends Object
implements Serializable
DeviceProfile
- See Also:
-
Field Summary
FieldsModifier 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
Constructors -
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 Trusted 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
-
setDisplayName
-
imei
-
getImei
-
setImei
-
integrityJailbreak
-
getIntegrityJailbreak
-
setIntegrityJailbreak
-
manufacturer
-
getManufacturer
-
setManufacturer
-
meid
-
getMeid
-
setMeid
-
model
-
getModel
-
setModel
-
osVersion
-
getOsVersion
-
setOsVersion
-
platform
-
getPlatform
-
setPlatform
-
registered
-
getRegistered
-
setRegistered
-
secureHardwarePresent
-
getSecureHardwarePresent
-
setSecureHardwarePresent
-
serialNumber
-
getSerialNumber
-
setSerialNumber
-
sid
-
getSid
-
setSid
-
tpmPublicKeyHash
-
getTpmPublicKeyHash
-
setTpmPublicKeyHash
-
udid
-
getUdid
-
setUdid
-
equals
-
hashCode
-
toString
-