Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NrtAlertRuleTemplateProperties

Package version

NRT alert rule template properties

Hierarchy

Index

Properties

Optional alertDetailsOverride

alertDetailsOverride: AlertDetailsOverride

The alert details override settings

Optional alertRulesCreatedByTemplateCount

alertRulesCreatedByTemplateCount: undefined | number

the number of alert rules that were created by this template

Optional createdDateUTC

createdDateUTC: Date

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.

Optional customDetails

customDetails: undefined | {}

Dictionary of string key-value pairs of columns to be attached to the alert

Optional description

description: undefined | string

The description of the alert rule template.

Optional displayName

displayName: undefined | string

The display name for alert rule template.

Optional entityMappings

entityMappings: EntityMapping[]

Array of the entity mappings of the alert rule

Optional eventGroupingSettings

eventGroupingSettings: EventGroupingSettings

The event grouping settings.

Optional lastUpdatedDateUTC

lastUpdatedDateUTC: Date

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.

Optional query

query: undefined | string

The query that creates alerts for this rule.

Optional requiredDataConnectors

requiredDataConnectors: AlertRuleTemplateDataSource[]

The required data sources for this template

Optional severity

severity: AlertSeverity

The severity for alerts created by this alert rule.

Optional status

The alert rule template status.

Optional tactics

tactics: AttackTactic[]

The tactics of the alert rule

Optional techniques

techniques: string[]

The techniques of the alert rule

Optional version

version: undefined | string

The version of this template - in format <a.b.c>, where all are numbers. For example <1.0.2>.

Generated using TypeDoc