Uses of Class
com.azure.resourcemanager.securityinsights.models.FusionSourceSettings
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of FusionSourceSettings in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionFusionAlertRuleProperties.sourceSettings()
Get the sourceSettings property: Configuration for all supported source signals in fusion detection.Modifier and TypeMethodDescriptionFusionAlertRuleProperties.withSourceSettings
(List<FusionSourceSettings> sourceSettings) Set the sourceSettings property: Configuration for all supported source signals in fusion detection. -
Uses of FusionSourceSettings in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionFusionSourceSettings.withEnabled
(boolean enabled) Set the enabled property: Determines whether this source signal is enabled or disabled in Fusion detection.FusionSourceSettings.withSourceName
(String sourceName) Set the sourceName property: Name of the Fusion source signal.FusionSourceSettings.withSourceSubTypes
(List<FusionSourceSubTypeSetting> sourceSubTypes) Set the sourceSubTypes property: Configuration for all source subtypes under this source signal consumed in fusion detection.Modifier and TypeMethodDescriptionFusionAlertRule.sourceSettings()
Get the sourceSettings property: Configuration for all supported source signals in fusion detection.Modifier and TypeMethodDescriptionFusionAlertRule.withSourceSettings
(List<FusionSourceSettings> sourceSettings) Set the sourceSettings property: Configuration for all supported source signals in fusion detection.