Class AlertRuleTemplateWithMitreProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.AlertRuleTemplatePropertiesBase
com.azure.resourcemanager.securityinsights.models.AlertRuleTemplateWithMitreProperties
- Direct Known Subclasses:
MLBehaviorAnalyticsAlertRuleTemplateProperties
,NrtAlertRuleTemplateProperties
,ThreatIntelligenceAlertRuleTemplateProperties
Alert rule template with MITRE property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontactics()
Get the tactics property: The tactics of the alert rule.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 sources for this template.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.withTechniques
(List<String> techniques) Set the techniques property: The techniques of the alert rule.Methods inherited from class com.azure.resourcemanager.securityinsights.models.AlertRuleTemplatePropertiesBase
alertRulesCreatedByTemplateCount, createdDateUtc, description, displayName, lastUpdatedDateUtc, requiredDataConnectors, status
-
Constructor Details
-
AlertRuleTemplateWithMitreProperties
public AlertRuleTemplateWithMitreProperties()
-
-
Method Details
-
tactics
Get the tactics property: The tactics of the alert rule.- Returns:
- the tactics value.
-
withTactics
Set the tactics property: The tactics of the alert rule.- Parameters:
tactics
- the tactics value to set.- Returns:
- the AlertRuleTemplateWithMitreProperties 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 AlertRuleTemplateWithMitreProperties object itself.
-
withAlertRulesCreatedByTemplateCount
public AlertRuleTemplateWithMitreProperties withAlertRulesCreatedByTemplateCount(Integer alertRulesCreatedByTemplateCount) Set the alertRulesCreatedByTemplateCount property: the number of alert rules that were created by this template.- Overrides:
withAlertRulesCreatedByTemplateCount
in classAlertRuleTemplatePropertiesBase
- Parameters:
alertRulesCreatedByTemplateCount
- the alertRulesCreatedByTemplateCount value to set.- Returns:
- the AlertRuleTemplatePropertiesBase object itself.
-
withDescription
Set the description property: The description of the alert rule template.- Overrides:
withDescription
in classAlertRuleTemplatePropertiesBase
- Parameters:
description
- the description value to set.- Returns:
- the AlertRuleTemplatePropertiesBase object itself.
-
withDisplayName
Set the displayName property: The display name for alert rule template.- Overrides:
withDisplayName
in classAlertRuleTemplatePropertiesBase
- Parameters:
displayName
- the displayName value to set.- Returns:
- the AlertRuleTemplatePropertiesBase object itself.
-
withRequiredDataConnectors
public AlertRuleTemplateWithMitreProperties withRequiredDataConnectors(List<AlertRuleTemplateDataSource> requiredDataConnectors) Set the requiredDataConnectors property: The required data sources for this template.- Overrides:
withRequiredDataConnectors
in classAlertRuleTemplatePropertiesBase
- Parameters:
requiredDataConnectors
- the requiredDataConnectors value to set.- Returns:
- the AlertRuleTemplatePropertiesBase object itself.
-
withStatus
Set the status property: The alert rule template status.- Overrides:
withStatus
in classAlertRuleTemplatePropertiesBase
- Parameters:
status
- the status value to set.- Returns:
- the AlertRuleTemplatePropertiesBase object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classAlertRuleTemplatePropertiesBase
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-