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.
In OktaHound, Okta Realms are represented as Okta_Realm nodes.
Okta Realms are currently not supported by OktaHound due to licensing restrictions.
Edges
The tables below list edges defined by the OktaHound extension only. Additional edges to or from this node may be created by other extensions.
Inbound Edges
| Edge Type | Source Node Types | Traversable |
|---|
| Okta_Contains | Okta_Organization | ✅ |
Outbound Edges
| Edge Type | Destination Node Types | Traversable |
|---|
| Okta_RealmContains | 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
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