> ## Documentation Index
> Fetch the complete documentation index at: https://bloodhound.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Okta_AgentMemberOf

> Membership of an Okta agent in an agent pool

<img noZoom src="https://mintcdn.com/specterops/tTIczgde9H07oLXf/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=tTIczgde9H07oLXf&q=85&s=ad49a576589f4d2a8081df77d07fdf56" alt="Applies to BloodHound Enterprise and CE" width="482" height="45" data-path="assets/enterprise-AND-community-edition-pill-tag.svg" />

## Edge Schema

* Source: [Okta\_Agent](/opengraph/extensions/okta/nodes/okta_agent)
* Destination: [Okta\_AgentPool](/opengraph/extensions/okta/nodes/okta_agentpool)
* Traversable: ✅

## General Information

Okta\_AgentMemberOf edges represent membership of an [Okta\_Agent](/opengraph/extensions/okta/nodes/okta_agent) in an [Okta\_AgentPool](/opengraph/extensions/okta/nodes/okta_agentpool).

Active Directory Agent Pools and their agents can be visualized in BloodHound as follows:

```mermaid theme={null}
graph LR
    ap1("Okta_AgentPool contoso.com")
    ap2("Okta_AgentPool adatum.com")
    a1("Okta_Agent CONTOSO-SRV1")
    a2("Okta_Agent CONTOSO-SRV2")
    a3("Okta_Agent ADATUM-SRV1")
    a1 -- Okta_AgentMemberOf --> ap1
    a2 -- Okta_AgentMemberOf --> ap1
    a3 -- Okta_AgentMemberOf --> ap2
```

<Info>
  Traversable edges between [Okta\_AgentPool](/opengraph/extensions/okta/nodes/okta_agentpool) and AD Domain nodes are not modeled in the current version of the Okta BloodHound extension. Support for this is planned for a future release.
</Info>
