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

> An Okta realm

<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" />

## Overview

Okta Realms are used to define authentication boundaries within an Okta organization. They allow administrators to segment users and applications based on different criteria, such as geographic location, business unit, or security requirements.

Okta Realms are represented as Okta\_Realm nodes in BloodHound.

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

## Edges

<Note>
  The tables below list edges defined by the Okta extension only. Additional edges to or from this node may be created by other extensions.
</Note>

### Inbound Edges

| Edge Type                                                        | Source Node Types                                                        | Traversable |
| ---------------------------------------------------------------- | ------------------------------------------------------------------------ | ----------- |
| [Okta\_Contains](/opengraph/extensions/okta/edges/okta_contains) | [Okta\_Organization](/opengraph/extensions/okta/nodes/okta_organization) | ✅           |

### Outbound Edges

| Edge Type                                                                  | Destination Node Types                                   | Traversable |
| -------------------------------------------------------------------------- | -------------------------------------------------------- | ----------- |
| [Okta\_RealmContains](/opengraph/extensions/okta/edges/okta_realmcontains) | [Okta\_User](/opengraph/extensions/okta/nodes/okta_user) | ✅           |

## Properties

| Name          | Source                      | Type       | Description                                                |
| ------------- | --------------------------- | ---------- | ---------------------------------------------------------- |
| `id`          | `realm.id`                  | `string`   | Unique realm identifier.                                   |
| `name`        | `realm.profile.name`        | `string`   | Realm name.                                                |
| `displayName` | `realm.profile.name`        | `string`   | Display-friendly realm name.                               |
| `oktaDomain`  | Collector context (non-API) | `string`   | Okta organization domain where the realm exists.           |
| `type`        | `realm.profile.realmType`   | `string`   | Realm type classification, such as `PARTNER` or `DEFAULT`. |
| `isDefault`   | `realm.isDefault`           | `bool`     | Whether this is the default realm.                         |
| `domains`     | `realm.profile.domains`     | `string[]` | List of domains allowed in the realm.                      |
| `created`     | `realm.created`             | `datetime` | Realm creation timestamp.                                  |
| `lastUpdated` | `realm.lastUpdated`         | `datetime` | Last realm update timestamp.                               |

## Sample Property Values

```yaml theme={null}
id: guor3k19x7pVQ6Abc0g7
name: Car Co
displayName: Car Co
oktaDomain: contoso.okta.com
type: PARTNER
isDefault: false
domains:
  - atko.com
  - user.com
created: 2025-06-01T08:00:00.0000000+00:00
lastUpdated: 2026-02-20T07:45:12.0000000+00:00
```
