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

> Contains relationship between an Okta realm and its users

<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\_Realm](/opengraph/extensions/okta/nodes/okta_realm)
* Destination: [Okta\_User](/opengraph/extensions/okta/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
```

<Info>
  Okta Realms are currently not supported by BloodHound due to licensing restrictions.
</Info>
