FusionSourceSettings Class

Represents a supported source signal configuration in Fusion detection.

All required parameters must be populated in order to send to Azure.

Inheritance
FusionSourceSettings

Constructor

FusionSourceSettings(*, enabled: bool, source_name: str, source_sub_types: Optional[List[azure.mgmt.securityinsight.models._models_py3.FusionSourceSubTypeSetting]] = None, **kwargs)

Variables

enabled
bool

Required. Determines whether this source signal is enabled or disabled in Fusion detection.

source_name
str

Required. Name of the Fusion source signal. Refer to Fusion alert rule template for supported values.

source_sub_types
list[FusionSourceSubTypeSetting]

Configuration for all source subtypes under this source signal consumed in fusion detection.