Uses of Class
com.azure.resourcemanager.securityinsights.models.AlertRuleTemplateWithMitreProperties
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of AlertRuleTemplateWithMitreProperties in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeClassDescriptionfinal class
MLBehaviorAnalytics alert rule template properties.final class
NRT alert rule template properties.final class
Threat Intelligence alert rule template properties. -
Uses of AlertRuleTemplateWithMitreProperties in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionAlertRuleTemplateWithMitreProperties.withAlertRulesCreatedByTemplateCount
(Integer alertRulesCreatedByTemplateCount) Set the alertRulesCreatedByTemplateCount property: the number of alert rules that were created by this template.AlertRuleTemplateWithMitreProperties.withDescription
(String description) Set the description property: The description of the alert rule template.AlertRuleTemplateWithMitreProperties.withDisplayName
(String displayName) Set the displayName property: The display name for alert rule template.AlertRuleTemplateWithMitreProperties.withRequiredDataConnectors
(List<AlertRuleTemplateDataSource> requiredDataConnectors) Set the requiredDataConnectors property: The required data sources for this template.AlertRuleTemplateWithMitreProperties.withStatus
(TemplateStatus status) Set the status property: The alert rule template status.AlertRuleTemplateWithMitreProperties.withTactics
(List<AttackTactic> tactics) Set the tactics property: The tactics of the alert rule.AlertRuleTemplateWithMitreProperties.withTechniques
(List<String> techniques) Set the techniques property: The techniques of the alert rule.