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