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

> Relationship between an AD server and the Okta agent running on that host

<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: [Computer](/resources/nodes/computer)
* Destination: [Okta\_Agent](/opengraph/extensions/okta/nodes/okta_agent)
* Traversable: ✅

## General Information

Hybrid Okta\_HostsAgent edges connect an AD Computer node to the [Okta\_Agent](/opengraph/extensions/okta/nodes/okta_agent) running on that host.

```mermaid theme={null}
graph LR
    subgraph ad["Active Directory"]
        d1("Domain contoso.com")
        c1("Computer LON-SRV1$")
        c2("Computer NY-SRV2$")
        d1 -- Contains --> c1
        d1 -- Contains --> c2
    end
    subgraph okta["Okta"]
        ap1("Okta_AgentPool contoso.com")
        a1("Okta_Agent LON-SRV1")
        a2("Okta_Agent NY-SRV2")
        a1 -- Okta_AgentMemberOf --> ap1
        a2 -- Okta_AgentMemberOf --> ap1
    end
    c1 -- Okta_HostsAgent --> a1
    c2 -- Okta_HostsAgent --> a2
```
