> ## Documentation Index
> Fetch the complete documentation index at: https://specterops-fetch-json-component.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Okta_RealmContains

> Contains relationship between an Okta realm and its users

<img noZoom src="https://mintcdn.com/specterops-fetch-json-component/pkiaFEhjWYPnhxMb/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=pkiaFEhjWYPnhxMb&q=85&s=c83d7e4a67c741a979c0e77bf15c1252" 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\_Realm](/opengraph/extensions/oktahound/reference/nodes/okta_realm)
* Destination: [Okta\_User](/opengraph/extensions/oktahound/reference/nodes/okta_user)
* Traversable: ✅

## General Information

The traversable `Okta_RealmContains` edges represent containment relationships between realms and the users assigned to those realms.

```mermaid theme={null}
graph LR
	r1("Okta_Realm EU")
	r2("Okta_Realm US")
	u1("Okta_User john\@contoso.com")
	u2("Okta_User alice\@contoso.com")
	u3("Okta_User bob\@contoso.com")
	r1 -- Okta_RealmContains --> u1
	r1 -- Okta_RealmContains --> u2
	r2 -- Okta_RealmContains --> u3
```

<Warning>
  Okta Realms are currently not supported by `OktaHound` due to licensing restrictions.
</Warning>
