Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.NrtAlertRuleProperties
Package
Description
Package containing the inner data models for SecurityInsights.
-
Uses of NrtAlertRuleProperties in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionNrtAlertRuleProperties.withAlertDetailsOverride
(AlertDetailsOverride alertDetailsOverride) Set the alertDetailsOverride property: The alert details override settings.NrtAlertRuleProperties.withAlertRuleTemplateName
(String alertRuleTemplateName) Set the alertRuleTemplateName property: The Name of the alert rule template used to create this rule.NrtAlertRuleProperties.withCustomDetails
(Map<String, String> customDetails) Set the customDetails property: Dictionary of string key-value pairs of columns to be attached to the alert.NrtAlertRuleProperties.withDescription
(String description) Set the description property: The description of the alert rule.NrtAlertRuleProperties.withDisplayName
(String displayName) Set the displayName property: The display name for alerts created by this alert rule.NrtAlertRuleProperties.withEnabled
(boolean enabled) Set the enabled property: Determines whether this alert rule is enabled or disabled.NrtAlertRuleProperties.withEntityMappings
(List<EntityMapping> entityMappings) Set the entityMappings property: Array of the entity mappings of the alert rule.NrtAlertRuleProperties.withEventGroupingSettings
(EventGroupingSettings eventGroupingSettings) Set the eventGroupingSettings property: The event grouping settings.NrtAlertRuleProperties.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.NrtAlertRuleProperties.withSeverity
(AlertSeverity severity) Set the severity property: The severity for alerts created by this alert rule.NrtAlertRuleProperties.withSuppressionDuration
(Duration suppressionDuration) Set the suppressionDuration property: The suppression (in ISO 8601 duration format) to wait since last time this alert rule been triggered.NrtAlertRuleProperties.withSuppressionEnabled
(boolean suppressionEnabled) Set the suppressionEnabled property: Determines whether the suppression for this alert rule is enabled or disabled.NrtAlertRuleProperties.withTactics
(List<AttackTactic> tactics) Set the tactics property: The tactics of the alert rule.NrtAlertRuleProperties.withTechniques
(List<String> techniques) Set the techniques property: The techniques of the alert rule.NrtAlertRuleProperties.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>.