Okta.Sdk.Model.DeviceProfile
October 22, 2025 ยท View on GitHub
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] |
| Managed | bool | Indicates if the device is managed by mobile device management (MDM) software | [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] |