Documentation Index
Fetch the complete documentation index at: https://specterops-enable-tls-feedback.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Devices in Okta represent the physical or virtual devices that users use to authenticate and access the Okta organization. Devices can optionally be managed by 3rd party MDM solutions, which allow administrators to enforce security compliance policies. Devices are represented as Okta_Device nodes in BloodHound.Edges
The tables below list edges defined by the Okta extension only. Additional edges to or from this node may be created by other extensions.
Inbound Edges
Outbound Edges
| Edge Type | Destination Node Types | Traversable |
|---|---|---|
| Okta_DeviceOf | Okta_User | ❌ |
Properties
| Name | Source | Type | Description |
|---|---|---|---|
id | device.uuid + "@" + oktaDomain or device.id | string | Unique device identifier (derived from hardware ID + domain). |
name | device.resourceDisplayName | string | Device display name from Okta. |
displayName | device.resourceDisplayName | string | Display label used in BloodHound. |
oktaDomain | Collector context (non-API) | string | Okta organization domain where the device exists. |
oktaId | device.id | string | Original Okta device identifier (stored for reference). |
created | device.created | datetime | Device record creation timestamp. |
lastUpdated | device.lastUpdated | datetime | Last update timestamp. |
status | device.status | string | Device lifecycle/status value. |
resourceType | device.resourceType | string | Okta device resource type. |
platform | device.profile.platform | string | Device platform/OS family. |
manufacturer | device.profile.manufacturer | string | Hardware vendor/manufacturer. |
model | device.profile.model | string | Device model name. |
osVersion | device.profile.osVersion | string | Operating system version. |
registered | device.profile.registered | bool | Whether the device is registered in Okta. |
secureHardwarePresent | device.profile.secureHardwarePresent | bool | Indicates secure hardware support (for example Secure Enclave/TPM). |
jailBreak | device.profile.integrityJailbreak | bool | Device jailbreak/root integrity signal. |
udid | device.profile.udid | string | Apple UDID for iOS devices. |
objectSid | device.profile.sid | string | SID attribute for Windows/AD-linked devices. |
serialNumber | device.profile.serialNumber | string | Device serial number, when provided and non-empty. |


















