Class NrtAlertRuleTemplateProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.AlertRuleTemplatePropertiesBase
com.azure.resourcemanager.securityinsights.models.AlertRuleTemplateWithMitreProperties
com.azure.resourcemanager.securityinsights.fluent.models.NrtAlertRuleTemplateProperties
NRT alert rule template properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the alertDetailsOverride property: The alert details override settings.Get the customDetails property: Dictionary of string key-value pairs of columns to be attached to the alert.Get the entityMappings property: Array of the entity mappings of the alert rule.Get the eventGroupingSettings property: The event grouping settings.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.void
validate()
Validates the instance.version()
Get the version property: The version of this template - in format <a.b.c>, where all are numbers.withAlertDetailsOverride
(AlertDetailsOverride alertDetailsOverride) Set the alertDetailsOverride property: The alert details override settings.withAlertRulesCreatedByTemplateCount
(Integer alertRulesCreatedByTemplateCount) Set the alertRulesCreatedByTemplateCount property: the number of alert rules that were created by this template.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 template.withDisplayName
(String displayName) Set the displayName property: The display name for alert rule template.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.Set the query property: The query that creates alerts for this rule.withRequiredDataConnectors
(List<AlertRuleTemplateDataSource> requiredDataConnectors) Set the requiredDataConnectors property: The required data sources for this template.withSeverity
(AlertSeverity severity) Set the severity property: The severity for alerts created by this alert rule.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.withVersion
(String version) Set the version property: The version of this template - in format <a.b.c>, where all are numbers.Methods inherited from class com.azure.resourcemanager.securityinsights.models.AlertRuleTemplateWithMitreProperties
tactics, techniques
Methods inherited from class com.azure.resourcemanager.securityinsights.models.AlertRuleTemplatePropertiesBase
alertRulesCreatedByTemplateCount, createdDateUtc, description, displayName, lastUpdatedDateUtc, requiredDataConnectors, status
-
Constructor Details
-
NrtAlertRuleTemplateProperties
public NrtAlertRuleTemplateProperties()
-
-
Method Details
-
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 NrtAlertRuleTemplateProperties 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 NrtAlertRuleTemplateProperties object itself.
-
version
Get the version property: The version of this template - in format <a.b.c>, where all are numbers. For example <1.0.2>.- Returns:
- the version value.
-
withVersion
Set the version property: The version of this template - in format <a.b.c>, where all are numbers. For example <1.0.2>.- Parameters:
version
- the version value to set.- Returns:
- the NrtAlertRuleTemplateProperties 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 NrtAlertRuleTemplateProperties 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 NrtAlertRuleTemplateProperties object itself.
-
alertDetailsOverride
Get the alertDetailsOverride property: The alert details override settings.- Returns:
- the alertDetailsOverride value.
-
withAlertDetailsOverride
public NrtAlertRuleTemplateProperties withAlertDetailsOverride(AlertDetailsOverride alertDetailsOverride) Set the alertDetailsOverride property: The alert details override settings.- Parameters:
alertDetailsOverride
- the alertDetailsOverride value to set.- Returns:
- the NrtAlertRuleTemplateProperties object itself.
-
eventGroupingSettings
Get the eventGroupingSettings property: The event grouping settings.- Returns:
- the eventGroupingSettings value.
-
withEventGroupingSettings
public NrtAlertRuleTemplateProperties withEventGroupingSettings(EventGroupingSettings eventGroupingSettings) Set the eventGroupingSettings property: The event grouping settings.- Parameters:
eventGroupingSettings
- the eventGroupingSettings value to set.- Returns:
- the NrtAlertRuleTemplateProperties object itself.
-
withTactics
Set the tactics property: The tactics of the alert rule.- Overrides:
withTactics
in classAlertRuleTemplateWithMitreProperties
- Parameters:
tactics
- the tactics value to set.- Returns:
- the AlertRuleTemplateWithMitreProperties object itself.
-
withTechniques
Set the techniques property: The techniques of the alert rule.- Overrides:
withTechniques
in classAlertRuleTemplateWithMitreProperties
- Parameters:
techniques
- the techniques value to set.- Returns:
- the AlertRuleTemplateWithMitreProperties object itself.
-
withAlertRulesCreatedByTemplateCount
public NrtAlertRuleTemplateProperties withAlertRulesCreatedByTemplateCount(Integer alertRulesCreatedByTemplateCount) Set the alertRulesCreatedByTemplateCount property: the number of alert rules that were created by this template.- Overrides:
withAlertRulesCreatedByTemplateCount
in classAlertRuleTemplateWithMitreProperties
- 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 classAlertRuleTemplateWithMitreProperties
- 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 classAlertRuleTemplateWithMitreProperties
- Parameters:
displayName
- the displayName value to set.- Returns:
- the AlertRuleTemplatePropertiesBase object itself.
-
withRequiredDataConnectors
public NrtAlertRuleTemplateProperties withRequiredDataConnectors(List<AlertRuleTemplateDataSource> requiredDataConnectors) Set the requiredDataConnectors property: The required data sources for this template.- Overrides:
withRequiredDataConnectors
in classAlertRuleTemplateWithMitreProperties
- 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 classAlertRuleTemplateWithMitreProperties
- Parameters:
status
- the status value to set.- Returns:
- the AlertRuleTemplatePropertiesBase object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classAlertRuleTemplateWithMitreProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-