NotificationChannelFilters

data class NotificationChannelFilters(val messageTypes: List<String>? = null, val severities: List<String>? = null)

Constructors

Link copied to clipboard
constructor(messageTypes: List<String>? = null, severities: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val messageTypes: List<String>? = null

Events to receive notifications for. Valid values are NEW_INSIGHT, CLOSED_INSIGHT, NEW_ASSOCIATION, SEVERITY_UPGRADED, and NEW_RECOMMENDATION.

Link copied to clipboard
val severities: List<String>? = null

Severity levels to receive notifications for. Valid values are LOW, MEDIUM, and HIGH.