Share via


INrtAlertRuleTemplateProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.NrtAlertRuleTemplatePropertiesTypeConverter))]
public interface INrtAlertRuleTemplateProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IAlertRuleTemplatePropertiesBase, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IQueryBasedAlertRuleTemplateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.NrtAlertRuleTemplatePropertiesTypeConverter))>]
type INrtAlertRuleTemplateProperties = interface
    interface IJsonSerializable
    interface IAlertRuleTemplatePropertiesBase
    interface IQueryBasedAlertRuleTemplateProperties
Public Interface INrtAlertRuleTemplateProperties
Implements IAlertRuleTemplatePropertiesBase, IQueryBasedAlertRuleTemplateProperties
Derived
Attributes
Implements

Properties

AlertDetailOverrideAlertDescriptionFormat

the format containing columns name(s) to override the alert description

(Inherited from IQueryBasedAlertRuleTemplateProperties)
AlertDetailOverrideAlertDisplayNameFormat

the format containing columns name(s) to override the alert name

(Inherited from IQueryBasedAlertRuleTemplateProperties)
AlertDetailOverrideAlertSeverityColumnName

the column name to take the alert severity from

(Inherited from IQueryBasedAlertRuleTemplateProperties)
AlertDetailOverrideAlertTacticsColumnName

the column name to take the alert tactics from

(Inherited from IQueryBasedAlertRuleTemplateProperties)
AlertRulesCreatedByTemplateCount

the number of alert rules that were created by this template

(Inherited from IAlertRuleTemplatePropertiesBase)
CreatedDateUtc

The time that this alert rule template has been added.

(Inherited from IAlertRuleTemplatePropertiesBase)
CustomDetail

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

(Inherited from IQueryBasedAlertRuleTemplateProperties)
Description

The description of the alert rule template.

(Inherited from IAlertRuleTemplatePropertiesBase)
DisplayName

The display name for alert rule template.

(Inherited from IAlertRuleTemplatePropertiesBase)
EntityMapping

Array of the entity mappings of the alert rule

(Inherited from IQueryBasedAlertRuleTemplateProperties)
LastUpdatedDateUtc

The last time that this alert rule template has been updated.

(Inherited from IAlertRuleTemplatePropertiesBase)
Query

The query that creates alerts for this rule.

(Inherited from IQueryBasedAlertRuleTemplateProperties)
RequiredDataConnector

The required data sources for this template

(Inherited from IAlertRuleTemplatePropertiesBase)
Severity

The severity for alerts created by this alert rule.

(Inherited from IQueryBasedAlertRuleTemplateProperties)
Status

The alert rule template status.

(Inherited from IAlertRuleTemplatePropertiesBase)
Tactic

The tactics of the alert rule

(Inherited from IQueryBasedAlertRuleTemplateProperties)
Version (Inherited from IQueryBasedAlertRuleTemplateProperties)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to