> ## 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_AgentPoolFor

> Relationship between an AD agent pool and its backing AD application

<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\_AgentPool](/opengraph/extensions/okta/nodes/okta_agentpool)
* Destination: [Okta\_Application](/opengraph/extensions/okta/nodes/okta_application)
* Traversable: ✅

## General Information

Okta\_AgentPoolFor edges connect an AD [Okta\_AgentPool](/opengraph/extensions/okta/nodes/okta_agentpool) to the backing [Okta\_Application](/opengraph/extensions/okta/nodes/okta_application) used for directory integration.

```mermaid theme={null}
graph TB
    subgraph Active Directory
        d1("Domain contoso.com")
        c1("Computer CONTOSO-SRV1$")
        c2("Computer CONTOSO-SRV2$")
        d1 -- Contains --> c1
        d1 -- Contains --> c2
    end

    subgraph Okta
        ap1("Okta_AgentPool contoso.com")
        a1("Okta_Agent CONTOSO-SRV1")
        a2("Okta_Agent CONTOSO-SRV2")
        app1("Okta_Application AD contoso.com")
        a1 -- Okta_AgentMemberOf --> ap1
        a2 -- Okta_AgentMemberOf --> ap1
        ap1 -- Okta_AgentPoolFor --> app1
    end

    c1 -- Okta_HostsAgent --> a1
    c2 -- Okta_HostsAgent --> a2
```
