Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.52 KB

DeviceProfile.md

File metadata and controls

24 lines (20 loc) · 1.52 KB

Okta.Sdk.Model.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 bool 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 bool Indicates if the device is registered at Okta
SecureHardwarePresent bool 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]

[Back to Model list] [Back to API list] [Back to README]