Class NrtAlertRuleProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.NrtAlertRuleProperties
Nrt alert rule base property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the alertDetailsOverride property: The alert details override settings.Get the alertRuleTemplateName property: The Name of the alert rule template used to create this rule.Get the customDetails property: Dictionary of string key-value pairs of columns to be attached to the alert.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 entityMappings property: Array of the entity mappings of the alert rule.Get the eventGroupingSettings property: The event grouping settings.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.query()
Get the query property: The query that creates alerts for this rule.severity()
Get the severity property: The severity for alerts created by this alert rule.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.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>.
-
Constructor Details
-
NrtAlertRuleProperties
public NrtAlertRuleProperties()
-
-
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 NrtAlertRuleProperties 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 NrtAlertRuleProperties 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 NrtAlertRuleProperties object itself.
-
query
Get the query property: The query that creates alerts for this rule.- Returns:
- the query value.
-
withQuery
Set the query property: The query that creates alerts for this rule.- Parameters:
query
- the query value to set.- Returns:
- the NrtAlertRuleProperties 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 NrtAlertRuleProperties 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 NrtAlertRuleProperties 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 NrtAlertRuleProperties 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 NrtAlertRuleProperties 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 NrtAlertRuleProperties 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 NrtAlertRuleProperties 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 NrtAlertRuleProperties 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 NrtAlertRuleProperties 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 NrtAlertRuleProperties object itself.
-
customDetails
Get the customDetails property: Dictionary of string key-value pairs of columns to be attached to the alert.- Returns:
- the customDetails value.
-
withCustomDetails
Set the customDetails property: Dictionary of string key-value pairs of columns to be attached to the alert.- Parameters:
customDetails
- the customDetails value to set.- Returns:
- the NrtAlertRuleProperties object itself.
-
entityMappings
Get the entityMappings property: Array of the entity mappings of the alert rule.- Returns:
- the entityMappings value.
-
withEntityMappings
Set the entityMappings property: Array of the entity mappings of the alert rule.- Parameters:
entityMappings
- the entityMappings value to set.- Returns:
- the NrtAlertRuleProperties object itself.
-
alertDetailsOverride
Get the alertDetailsOverride property: The alert details override settings.- Returns:
- the alertDetailsOverride value.
-
withAlertDetailsOverride
Set the alertDetailsOverride property: The alert details override settings.- Parameters:
alertDetailsOverride
- the alertDetailsOverride value to set.- Returns:
- the NrtAlertRuleProperties object itself.
-
eventGroupingSettings
Get the eventGroupingSettings property: The event grouping settings.- Returns:
- the eventGroupingSettings value.
-
withEventGroupingSettings
public NrtAlertRuleProperties withEventGroupingSettings(EventGroupingSettings eventGroupingSettings) Set the eventGroupingSettings property: The event grouping settings.- Parameters:
eventGroupingSettings
- the eventGroupingSettings value to set.- Returns:
- the NrtAlertRuleProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-