Class ScheduledAlertRuleProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.ScheduledAlertRuleCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.ScheduledAlertRuleProperties
Scheduled alert rule base property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the alertRuleTemplateName property: The Name of the alert rule template used to create this rule.Get the description property: The description of the alert rule.Get the displayName property: The display name for alerts created by this alert rule.boolean
enabled()
Get the enabled property: Determines whether this alert rule is enabled or disabled.Get the incidentConfiguration property: The settings of the incidents that created from alerts triggered by this analytics rule.Get the lastModifiedUtc property: The last time that this alert rule has been modified.Get the suppressionDuration property: The suppression (in ISO 8601 duration format) to wait since last time this alert rule been triggered.boolean
Get the suppressionEnabled property: Determines whether the suppression for this alert rule is enabled or disabled.tactics()
Get the tactics property: The tactics of the alert rule.Get the techniques property: The techniques of the alert rule.Get the templateVersion property: The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2>.void
validate()
Validates the instance.withAlertDetailsOverride
(AlertDetailsOverride alertDetailsOverride) Set the alertDetailsOverride property: The alert details override settings.withAlertRuleTemplateName
(String alertRuleTemplateName) Set the alertRuleTemplateName property: The Name of the alert rule template used to create this rule.withCustomDetails
(Map<String, String> customDetails) Set the customDetails property: Dictionary of string key-value pairs of columns to be attached to the alert.withDescription
(String description) Set the description property: The description of the alert rule.withDisplayName
(String displayName) Set the displayName property: The display name for alerts created by this alert rule.withEnabled
(boolean enabled) Set the enabled property: Determines whether this alert rule is enabled or disabled.withEntityMappings
(List<EntityMapping> entityMappings) Set the entityMappings property: Array of the entity mappings of the alert rule.withEventGroupingSettings
(EventGroupingSettings eventGroupingSettings) Set the eventGroupingSettings property: The event grouping settings.withIncidentConfiguration
(IncidentConfiguration incidentConfiguration) Set the incidentConfiguration property: The settings of the incidents that created from alerts triggered by this analytics rule.Set the query property: The query that creates alerts for this rule.withQueryFrequency
(Duration queryFrequency) Set the queryFrequency property: The frequency (in ISO 8601 duration format) for this alert rule to run.withQueryPeriod
(Duration queryPeriod) Set the queryPeriod property: The period (in ISO 8601 duration format) that this alert rule looks at.withSeverity
(AlertSeverity severity) Set the severity property: The severity for alerts created by this alert rule.withSuppressionDuration
(Duration suppressionDuration) Set the suppressionDuration property: The suppression (in ISO 8601 duration format) to wait since last time this alert rule been triggered.withSuppressionEnabled
(boolean suppressionEnabled) Set the suppressionEnabled property: Determines whether the suppression for this alert rule is enabled or disabled.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.withTemplateVersion
(String templateVersion) Set the templateVersion property: The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2>.withTriggerOperator
(TriggerOperator triggerOperator) Set the triggerOperator property: The operation against the threshold that triggers alert rule.withTriggerThreshold
(Integer triggerThreshold) Set the triggerThreshold property: The threshold triggers this alert rule.Methods inherited from class com.azure.resourcemanager.securityinsights.models.ScheduledAlertRuleCommonProperties
alertDetailsOverride, customDetails, entityMappings, eventGroupingSettings, query, queryFrequency, queryPeriod, severity, triggerOperator, triggerThreshold
-
Constructor Details
-
ScheduledAlertRuleProperties
public ScheduledAlertRuleProperties()
-
-
Method Details
-
alertRuleTemplateName
Get the alertRuleTemplateName property: The Name of the alert rule template used to create this rule.- Returns:
- the alertRuleTemplateName value.
-
withAlertRuleTemplateName
Set the alertRuleTemplateName property: The Name of the alert rule template used to create this rule.- Parameters:
alertRuleTemplateName
- the alertRuleTemplateName value to set.- Returns:
- the ScheduledAlertRuleProperties object itself.
-
templateVersion
Get the templateVersion property: The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2>.- Returns:
- the templateVersion value.
-
withTemplateVersion
Set the templateVersion property: The version of the alert rule template used to create this rule - in format <a.b.c>, where all are numbers, for example 0 <1.0.2>.- Parameters:
templateVersion
- the templateVersion value to set.- Returns:
- the ScheduledAlertRuleProperties object itself.
-
description
Get the description property: The description of the alert rule.- Returns:
- the description value.
-
withDescription
Set the description property: The description of the alert rule.- Parameters:
description
- the description value to set.- Returns:
- the ScheduledAlertRuleProperties object itself.
-
displayName
Get the displayName property: The display name for alerts created by this alert rule.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: The display name for alerts created by this alert rule.- Parameters:
displayName
- the displayName value to set.- Returns:
- the ScheduledAlertRuleProperties object itself.
-
enabled
public boolean enabled()Get the enabled property: Determines whether this alert rule is enabled or disabled.- Returns:
- the enabled value.
-
withEnabled
Set the enabled property: Determines whether this alert rule is enabled or disabled.- Parameters:
enabled
- the enabled value to set.- Returns:
- the ScheduledAlertRuleProperties object itself.
-
lastModifiedUtc
Get the lastModifiedUtc property: The last time that this alert rule has been modified.- Returns:
- the lastModifiedUtc value.
-
suppressionDuration
Get the suppressionDuration property: The suppression (in ISO 8601 duration format) to wait since last time this alert rule been triggered.- Returns:
- the suppressionDuration value.
-
withSuppressionDuration
Set the suppressionDuration property: The suppression (in ISO 8601 duration format) to wait since last time this alert rule been triggered.- Parameters:
suppressionDuration
- the suppressionDuration value to set.- Returns:
- the ScheduledAlertRuleProperties object itself.
-
suppressionEnabled
public boolean suppressionEnabled()Get the suppressionEnabled property: Determines whether the suppression for this alert rule is enabled or disabled.- Returns:
- the suppressionEnabled value.
-
withSuppressionEnabled
Set the suppressionEnabled property: Determines whether the suppression for this alert rule is enabled or disabled.- Parameters:
suppressionEnabled
- the suppressionEnabled value to set.- Returns:
- the ScheduledAlertRuleProperties object itself.
-
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 ScheduledAlertRuleProperties 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 ScheduledAlertRuleProperties object itself.
-
incidentConfiguration
Get the incidentConfiguration property: The settings of the incidents that created from alerts triggered by this analytics rule.- Returns:
- the incidentConfiguration value.
-
withIncidentConfiguration
public ScheduledAlertRuleProperties withIncidentConfiguration(IncidentConfiguration incidentConfiguration) Set the incidentConfiguration property: The settings of the incidents that created from alerts triggered by this analytics rule.- Parameters:
incidentConfiguration
- the incidentConfiguration value to set.- Returns:
- the ScheduledAlertRuleProperties object itself.
-
withQuery
Set the query property: The query that creates alerts for this rule.- Overrides:
withQuery
in classScheduledAlertRuleCommonProperties
- Parameters:
query
- the query value to set.- Returns:
- the ScheduledAlertRuleCommonProperties object itself.
-
withQueryFrequency
Set the queryFrequency property: The frequency (in ISO 8601 duration format) for this alert rule to run.- Overrides:
withQueryFrequency
in classScheduledAlertRuleCommonProperties
- Parameters:
queryFrequency
- the queryFrequency value to set.- Returns:
- the ScheduledAlertRuleCommonProperties object itself.
-
withQueryPeriod
Set the queryPeriod property: The period (in ISO 8601 duration format) that this alert rule looks at.- Overrides:
withQueryPeriod
in classScheduledAlertRuleCommonProperties
- Parameters:
queryPeriod
- the queryPeriod value to set.- Returns:
- the ScheduledAlertRuleCommonProperties object itself.
-
withSeverity
Set the severity property: The severity for alerts created by this alert rule.- Overrides:
withSeverity
in classScheduledAlertRuleCommonProperties
- Parameters:
severity
- the severity value to set.- Returns:
- the ScheduledAlertRuleCommonProperties object itself.
-
withTriggerOperator
Set the triggerOperator property: The operation against the threshold that triggers alert rule.- Overrides:
withTriggerOperator
in classScheduledAlertRuleCommonProperties
- Parameters:
triggerOperator
- the triggerOperator value to set.- Returns:
- the ScheduledAlertRuleCommonProperties object itself.
-
withTriggerThreshold
Set the triggerThreshold property: The threshold triggers this alert rule.- Overrides:
withTriggerThreshold
in classScheduledAlertRuleCommonProperties
- Parameters:
triggerThreshold
- the triggerThreshold value to set.- Returns:
- the ScheduledAlertRuleCommonProperties object itself.
-
withEventGroupingSettings
public ScheduledAlertRuleProperties withEventGroupingSettings(EventGroupingSettings eventGroupingSettings) Set the eventGroupingSettings property: The event grouping settings.- Overrides:
withEventGroupingSettings
in classScheduledAlertRuleCommonProperties
- Parameters:
eventGroupingSettings
- the eventGroupingSettings value to set.- Returns:
- the ScheduledAlertRuleCommonProperties object itself.
-
withCustomDetails
Set the customDetails property: Dictionary of string key-value pairs of columns to be attached to the alert.- Overrides:
withCustomDetails
in classScheduledAlertRuleCommonProperties
- Parameters:
customDetails
- the customDetails value to set.- Returns:
- the ScheduledAlertRuleCommonProperties object itself.
-
withEntityMappings
Set the entityMappings property: Array of the entity mappings of the alert rule.- Overrides:
withEntityMappings
in classScheduledAlertRuleCommonProperties
- Parameters:
entityMappings
- the entityMappings value to set.- Returns:
- the ScheduledAlertRuleCommonProperties object itself.
-
withAlertDetailsOverride
public ScheduledAlertRuleProperties withAlertDetailsOverride(AlertDetailsOverride alertDetailsOverride) Set the alertDetailsOverride property: The alert details override settings.- Overrides:
withAlertDetailsOverride
in classScheduledAlertRuleCommonProperties
- Parameters:
alertDetailsOverride
- the alertDetailsOverride value to set.- Returns:
- the ScheduledAlertRuleCommonProperties object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classScheduledAlertRuleCommonProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-