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
The Okta_AgentPool nodes represent Okta Agent Pools, which are collections of Okta Agents (represented as Okta_Agent nodes) that work together to provide high availability and load balancing for on-premises integrations. The following agent pool types are supported by Okta:| Agent Pool Type | Description |
|---|---|
| AD | Active Directory |
| IWA | Integrated Windows Authentication (Kerberos/NTLM) |
| LDAP | Lightweight Directory Access Protocol |
| RADIUS | RADIUS authentication proxy |
| MFA | |
| OPP | |
| RUM |

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
| Edge Type | Source Node Types | Traversable |
|---|---|---|
| Okta_AgentMemberOf | Okta_Agent | ✅ |
| Okta_Contains | Okta_Organization | ✅ |
Outbound Edges
| Edge Type | Destination Node Types | Traversable |
|---|---|---|
| Okta_AgentPoolFor | Okta_Application | ✅ |
Properties
| Name | Source | Type | Description |
|---|---|---|---|
id | agentPool.id + "_pool" | string | Unique agent pool identifier. |
name | agentPool.name | string | Name of the Okta agent pool. |
displayName | agentPool.name | string | Display label used in BloodHound. |
oktaDomain | Collector context (non-API) | string | Okta organization domain where the agent pool exists. |
operationalStatus | agentPool.operationalStatus | string | Current health/operational state of the agent pool. |
type | agentPool.type | string | Agent pool type (for example AD, LDAP, IWA, RADIUS). |
Active Directory (AD) agent pool identifiers have the same values as the identifiers of the corresponding application objects.
The
_pool suffix is therefore added to the id property of Okta_AgentPool nodes to ensure uniqueness of node identifiers in BloodHound.

















