FusionSourceSubTypeSetting interface
Represents a supported source subtype configuration under a source signal in Fusion detection.
Properties
enabled | Determines whether this source subtype under source signal is enabled or disabled in Fusion detection. |
severity |
Severity configuration for a source subtype consumed in fusion detection. |
source |
The display name of source subtype under a source signal consumed in Fusion detection. NOTE: This property will not be serialized. It can only be populated by the server. |
source |
The Name of the source subtype under a given source signal in Fusion detection. Refer to Fusion alert rule template for supported values. |
Property Details
enabled
Determines whether this source subtype under source signal is enabled or disabled in Fusion detection.
enabled: boolean
Property Value
boolean
severityFilters
Severity configuration for a source subtype consumed in fusion detection.
severityFilters: FusionSubTypeSeverityFilter
Property Value
sourceSubTypeDisplayName
The display name of source subtype under a source signal consumed in Fusion detection. NOTE: This property will not be serialized. It can only be populated by the server.
sourceSubTypeDisplayName?: string
Property Value
string
sourceSubTypeName
The Name of the source subtype under a given source signal in Fusion detection. Refer to Fusion alert rule template for supported values.
sourceSubTypeName: string
Property Value
string
Azure SDK for JavaScript