OBJECT
NotificationRulesProviders
Direct access to individual notification rules providers through per-provider fields. The general notification queries can also access these providers via specifying the provider name in their queries
link GraphQL Schema definition
- type NotificationRulesProviders {
- # Notification rules provider from insight
- InsightNotificationRulesProvider! :
- # Notification rules provider from observability alert
- ObservabilityAlertNotificationRulesProvider! :
- FindingNotificationRulesProvider! :
- }