ThreatIntelligenceAlertRuleTemplateProperties interface
Threat Intelligence alert rule template properties
- Extends
Properties
severity | The severity for alerts created by this alert rule. |
Inherited Properties
alert |
the number of alert rules that were created by this template |
created |
The time that this alert rule template has been added. NOTE: This property will not be serialized. It can only be populated by the server. |
description | The description of the alert rule template. |
display |
The display name for alert rule template. |
last |
The last time that this alert rule template has been updated. NOTE: This property will not be serialized. It can only be populated by the server. |
required |
The required data sources for this template |
status | The alert rule template status. |
tactics | The tactics of the alert rule |
techniques | The techniques of the alert rule |
Property Details
severity
The severity for alerts created by this alert rule.
severity: string
Property Value
string
Inherited Property Details
alertRulesCreatedByTemplateCount
the number of alert rules that were created by this template
alertRulesCreatedByTemplateCount?: number
Property Value
number
Inherited From AlertRuleTemplateWithMitreProperties.alertRulesCreatedByTemplateCount
createdDateUTC
The time that this alert rule template has been added. NOTE: This property will not be serialized. It can only be populated by the server.
createdDateUTC?: Date
Property Value
Date
Inherited From AlertRuleTemplateWithMitreProperties.createdDateUTC
description
The description of the alert rule template.
description?: string
Property Value
string
Inherited From AlertRuleTemplateWithMitreProperties.description
displayName
The display name for alert rule template.
displayName?: string
Property Value
string
Inherited From AlertRuleTemplateWithMitreProperties.displayName
lastUpdatedDateUTC
The last time that this alert rule template has been updated. NOTE: This property will not be serialized. It can only be populated by the server.
lastUpdatedDateUTC?: Date
Property Value
Date
Inherited From AlertRuleTemplateWithMitreProperties.lastUpdatedDateUTC
requiredDataConnectors
The required data sources for this template
requiredDataConnectors?: AlertRuleTemplateDataSource[]
Property Value
Inherited From AlertRuleTemplateWithMitreProperties.requiredDataConnectors
status
The alert rule template status.
status?: string
Property Value
string
Inherited From AlertRuleTemplateWithMitreProperties.status
tactics
The tactics of the alert rule
tactics?: string[]
Property Value
string[]
Inherited From AlertRuleTemplateWithMitreProperties.tactics
techniques
The techniques of the alert rule
techniques?: string[]
Property Value
string[]
Inherited From AlertRuleTemplateWithMitreProperties.techniques
Azure SDK for JavaScript