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

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

<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\_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
```
