RealmAssignments
Realm assignments.
View Specific Information
Required Scopes
To query this view, Scope must include okta.realmAssignments.read, and you must be subscribed to Okta Identity Governance.
Select
The add-in uses the Okta API to process WHERE clause conditions built with the following columns and operators.- Id supports the '=' operator
All other filters are processed client-side within the add-in.
For example, the following query is processed server-side:
SELECT * FROM RealmAssignments WHERE Id = 'rul2jy7jLUlnO3ng00g4'
Columns
| Name | Type | Description |
| Id [KEY] | String | Id of the realm assignment |
| Created | Datetime | When the item was created |
| LastUpdated | Datetime | When the item was last updated |
| IsDefault | Boolean | Whether the realm is the default |
| Name | String | Name of a realm |
| Priority | Integer | Priority of a realm |
| Status | String | Status of a realm |
| AssignUserToRealmId | String | Realm Id of the Action to Assign User To Realm |
| ConditionExpression | String | Condition expression value |
| ConditionProfileSourceId | String | Condition profile source Id |