Uses of Class
com.azure.resourcemanager.securityinsights.models.ThreatIntelligenceAlertRuleTemplate
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of ThreatIntelligenceAlertRuleTemplate in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionThreatIntelligenceAlertRuleTemplate.withAlertRulesCreatedByTemplateCount
(Integer alertRulesCreatedByTemplateCount) Set the alertRulesCreatedByTemplateCount property: the number of alert rules that were created by this template.ThreatIntelligenceAlertRuleTemplate.withDescription
(String description) Set the description property: The description of the alert rule template.ThreatIntelligenceAlertRuleTemplate.withDisplayName
(String displayName) Set the displayName property: The display name for alert rule template.ThreatIntelligenceAlertRuleTemplate.withRequiredDataConnectors
(List<AlertRuleTemplateDataSource> requiredDataConnectors) Set the requiredDataConnectors property: The required data sources for this template.ThreatIntelligenceAlertRuleTemplate.withSeverity
(AlertSeverity severity) Set the severity property: The severity for alerts created by this alert rule.ThreatIntelligenceAlertRuleTemplate.withStatus
(TemplateStatus status) Set the status property: The alert rule template status.ThreatIntelligenceAlertRuleTemplate.withTactics
(List<AttackTactic> tactics) Set the tactics property: The tactics of the alert rule.ThreatIntelligenceAlertRuleTemplate.withTechniques
(List<String> techniques) Set the techniques property: The techniques of the alert rule.