> ## Documentation Index
> Fetch the complete documentation index at: https://specterops-bed-7559-api-key-exp.mintlify.site/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-bed-7559-api-key-exp/Q9Jppg_Pu54SydxZ/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=Q9Jppg_Pu54SydxZ&q=85&s=dab889e863a05e09b1378befc30bbb10" 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>
