RoleSubscriptions
Subscriptions available to a role.
View Specific Information
Required Scopes
To query this view, Scope must include okta.roles.read.
Select
The provider 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 provider.
For example, the following query is processed server-side:
SELECT * FROM RoleSubscriptions WHERE RoleRef='cr0Yq6IJxGIr0ouum0g3'
Columns
Name | Type | Description |
NotificationType | String | Type of notification |
Status | String | Status of the subscription |
Channels | String | Array of sources that send notifications to users |
RoleRef | String | Reference to an existing role. For Standard Roles, this is a roleType, and for Custom Roles, this is a roleId. |