RoleAssignments
Assigned roles in a group.
View Specific Information
Required Scopes
To query this view, Scope must include okta.roles.read.
Select
The add-in uses the Okta API to process WHERE clause conditions built with the following columns and operators.- Id supports the '=' operator
- GroupId 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 RoleAssignments WHERE GroupId='00g1emaKYZTWRYYRRTSK'
Columns
| Name | Type | Description |
| Id [KEY] | String | Id of the role assignment |
| Created | Datetime | When the item was created |
| LastUpdated | Datetime | When the item was last updated |
| Label | String | Unique label for a role assignment |
| Description | String | Description of a role assignment |
| Type | String | Standard role type |
| Status | String | Status of the policy |
| AssignmentType | String | Assignment type |
| GroupId | String | Group Id |