RolePermissions
Role permissions.
View Specific Information
Required Scopes
To query this role, 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.- Label supports the '=' operator
- RoleId 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 RolePermissions WHERE RoleId='cr0Yq6IJxGIr0ouum0g3'
Columns
Name | Type | Description |
Label | String | Permission type or label |
Created | Datetime | When the item was created |
LastUpdated | Datetime | When the item was last updated |
RoleId | String | Role id or label |