Class FusionAlertRuleTemplateProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.FusionAlertRuleTemplateProperties
Fusion alert rule template properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the alertRulesCreatedByTemplateCount property: the number of alert rules that were created by this template.Get the createdDateUtc property: The time that this alert rule template has been added.Get the description property: The description of the alert rule template.Get the displayName property: The display name for alert rule template.Get the lastUpdatedDateUtc property: The time that this alert rule template was last updated.Get the requiredDataConnectors property: The required data connectors for this template.severity()
Get the severity property: The severity for alerts created by this alert rule.Get the sourceSettings property: All supported source signal configurations consumed in fusion detection.status()
Get the status property: The alert rule template status.tactics()
Get the tactics property: The tactics of the alert rule template.Get the techniques property: The techniques of the alert rule.void
validate()
Validates the instance.withAlertRulesCreatedByTemplateCount
(Integer alertRulesCreatedByTemplateCount) Set the alertRulesCreatedByTemplateCount property: the number of alert rules that were created by this template.withDescription
(String description) Set the description property: The description of the alert rule template.withDisplayName
(String displayName) Set the displayName property: The display name for alert rule template.withRequiredDataConnectors
(List<AlertRuleTemplateDataSource> requiredDataConnectors) Set the requiredDataConnectors property: The required data connectors for this template.withSeverity
(AlertSeverity severity) Set the severity property: The severity for alerts created by this alert rule.withSourceSettings
(List<FusionTemplateSourceSetting> sourceSettings) Set the sourceSettings property: All supported source signal configurations consumed in fusion detection.withStatus
(TemplateStatus status) Set the status property: The alert rule template status.withTactics
(List<AttackTactic> tactics) Set the tactics property: The tactics of the alert rule template.withTechniques
(List<String> techniques) Set the techniques property: The techniques of the alert rule.
-
Constructor Details
-
FusionAlertRuleTemplateProperties
public FusionAlertRuleTemplateProperties()
-
-
Method Details
-
alertRulesCreatedByTemplateCount
Get the alertRulesCreatedByTemplateCount property: the number of alert rules that were created by this template.- Returns:
- the alertRulesCreatedByTemplateCount value.
-
withAlertRulesCreatedByTemplateCount
public FusionAlertRuleTemplateProperties withAlertRulesCreatedByTemplateCount(Integer alertRulesCreatedByTemplateCount) Set the alertRulesCreatedByTemplateCount property: the number of alert rules that were created by this template.- Parameters:
alertRulesCreatedByTemplateCount
- the alertRulesCreatedByTemplateCount value to set.- Returns:
- the FusionAlertRuleTemplateProperties object itself.
-
createdDateUtc
Get the createdDateUtc property: The time that this alert rule template has been added.- Returns:
- the createdDateUtc value.
-
lastUpdatedDateUtc
Get the lastUpdatedDateUtc property: The time that this alert rule template was last updated.- Returns:
- the lastUpdatedDateUtc value.
-
description
Get the description property: The description of the alert rule template.- Returns:
- the description value.
-
withDescription
Set the description property: The description of the alert rule template.- Parameters:
description
- the description value to set.- Returns:
- the FusionAlertRuleTemplateProperties object itself.
-
displayName
Get the displayName property: The display name for alert rule template.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: The display name for alert rule template.- Parameters:
displayName
- the displayName value to set.- Returns:
- the FusionAlertRuleTemplateProperties object itself.
-
requiredDataConnectors
Get the requiredDataConnectors property: The required data connectors for this template.- Returns:
- the requiredDataConnectors value.
-
withRequiredDataConnectors
public FusionAlertRuleTemplateProperties withRequiredDataConnectors(List<AlertRuleTemplateDataSource> requiredDataConnectors) Set the requiredDataConnectors property: The required data connectors for this template.- Parameters:
requiredDataConnectors
- the requiredDataConnectors value to set.- Returns:
- the FusionAlertRuleTemplateProperties object itself.
-
status
Get the status property: The alert rule template status.- Returns:
- the status value.
-
withStatus
Set the status property: The alert rule template status.- Parameters:
status
- the status value to set.- Returns:
- the FusionAlertRuleTemplateProperties object itself.
-
severity
Get the severity property: The severity for alerts created by this alert rule.- Returns:
- the severity value.
-
withSeverity
Set the severity property: The severity for alerts created by this alert rule.- Parameters:
severity
- the severity value to set.- Returns:
- the FusionAlertRuleTemplateProperties object itself.
-
tactics
Get the tactics property: The tactics of the alert rule template.- Returns:
- the tactics value.
-
withTactics
Set the tactics property: The tactics of the alert rule template.- Parameters:
tactics
- the tactics value to set.- Returns:
- the FusionAlertRuleTemplateProperties object itself.
-
techniques
Get the techniques property: The techniques of the alert rule.- Returns:
- the techniques value.
-
withTechniques
Set the techniques property: The techniques of the alert rule.- Parameters:
techniques
- the techniques value to set.- Returns:
- the FusionAlertRuleTemplateProperties object itself.
-
sourceSettings
Get the sourceSettings property: All supported source signal configurations consumed in fusion detection.- Returns:
- the sourceSettings value.
-
withSourceSettings
public FusionAlertRuleTemplateProperties withSourceSettings(List<FusionTemplateSourceSetting> sourceSettings) Set the sourceSettings property: All supported source signal configurations consumed in fusion detection.- Parameters:
sourceSettings
- the sourceSettings value to set.- Returns:
- the FusionAlertRuleTemplateProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-