FusionSourceSettings interface
Represents a supported source signal configuration in Fusion detection.
Properties
enabled | Determines whether this source signal is enabled or disabled in Fusion detection. |
source |
Name of the Fusion source signal. Refer to Fusion alert rule template for supported values. |
source |
Configuration for all source subtypes under this source signal consumed in fusion detection. |
Property Details
enabled
Determines whether this source signal is enabled or disabled in Fusion detection.
enabled: boolean
Property Value
boolean
sourceName
Name of the Fusion source signal. Refer to Fusion alert rule template for supported values.
sourceName: string
Property Value
string
sourceSubTypes
Configuration for all source subtypes under this source signal consumed in fusion detection.
sourceSubTypes?: FusionSourceSubTypeSetting[]
Property Value
Azure SDK for JavaScript