Uses of Class
com.azure.resourcemanager.securityinsights.models.NrtAlertRuleTemplate
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of NrtAlertRuleTemplate in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionNrtAlertRuleTemplate.withAlertDetailsOverride
(AlertDetailsOverride alertDetailsOverride) Set the alertDetailsOverride property: The alert details override settings.NrtAlertRuleTemplate.withAlertRulesCreatedByTemplateCount
(Integer alertRulesCreatedByTemplateCount) Set the alertRulesCreatedByTemplateCount property: the number of alert rules that were created by this template.NrtAlertRuleTemplate.withCustomDetails
(Map<String, String> customDetails) Set the customDetails property: Dictionary of string key-value pairs of columns to be attached to the alert.NrtAlertRuleTemplate.withDescription
(String description) Set the description property: The description of the alert rule template.NrtAlertRuleTemplate.withDisplayName
(String displayName) Set the displayName property: The display name for alert rule template.NrtAlertRuleTemplate.withEntityMappings
(List<EntityMapping> entityMappings) Set the entityMappings property: Array of the entity mappings of the alert rule.NrtAlertRuleTemplate.withEventGroupingSettings
(EventGroupingSettings eventGroupingSettings) Set the eventGroupingSettings property: The event grouping settings.Set the query property: The query that creates alerts for this rule.NrtAlertRuleTemplate.withRequiredDataConnectors
(List<AlertRuleTemplateDataSource> requiredDataConnectors) Set the requiredDataConnectors property: The required data sources for this template.NrtAlertRuleTemplate.withSeverity
(AlertSeverity severity) Set the severity property: The severity for alerts created by this alert rule.NrtAlertRuleTemplate.withStatus
(TemplateStatus status) Set the status property: The alert rule template status.NrtAlertRuleTemplate.withTactics
(List<AttackTactic> tactics) Set the tactics property: The tactics of the alert rule.NrtAlertRuleTemplate.withTechniques
(List<String> techniques) Set the techniques property: The techniques of the alert rule.NrtAlertRuleTemplate.withVersion
(String version) Set the version property: The version of this template - in format <a.b.c>, where all are numbers.