RoleSubscriptions
Subscriptions available to a role.
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.- NotificationType supports the '=' operator
- RoleRef 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 RoleSubscriptions WHERE RoleRef='cr0Yq6IJxGIr0ouum0g3'
Columns
| Name | Type | Description |
| NotificationType [KEY] | String | Type of notification |
| Status | String | Status of the subscription |
| Channels | String | Array of sources that send notifications to users |
| RoleRef [KEY] | String | Reference to an existing role. For Standard Roles, this is a roleType, and for Custom Roles, this is a roleId. |