AlertRuleFusionSourceSubType

data class AlertRuleFusionSourceSubType(val enabled: Boolean? = null, val name: String, val severitiesAlloweds: List<String>)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, name: String, severitiesAlloweds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether this source subtype under source signal is enabled or disabled in Fusion detection. Defaults to true.

Link copied to clipboard

The Name of the source subtype under a given source signal in Fusion detection. Refer to Fusion alert rule template for supported values.

Link copied to clipboard

A list of severities that are enabled for this source subtype consumed in Fusion detection. Possible values for each element are High, Medium, Low, Informational.