Share via


IMicrosoftSecurityIncidentCreationAlertRuleProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MicrosoftSecurityIncidentCreationAlertRulePropertiesTypeConverter))]
public interface IMicrosoftSecurityIncidentCreationAlertRuleProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMicrosoftSecurityIncidentCreationAlertRuleCommonProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MicrosoftSecurityIncidentCreationAlertRulePropertiesTypeConverter))>]
type IMicrosoftSecurityIncidentCreationAlertRuleProperties = interface
    interface IJsonSerializable
    interface IMicrosoftSecurityIncidentCreationAlertRuleCommonProperties
Public Interface IMicrosoftSecurityIncidentCreationAlertRuleProperties
Implements IMicrosoftSecurityIncidentCreationAlertRuleCommonProperties
Derived
Attributes
Implements

Properties

AlertRuleTemplateName

The Name of the alert rule template used to create this rule.

Description

The description of the alert rule.

DisplayName

The display name for alerts created by this alert rule.

DisplayNamesExcludeFilter

the alerts' displayNames on which the cases will not be generated

(Inherited from IMicrosoftSecurityIncidentCreationAlertRuleCommonProperties)
DisplayNamesFilter

the alerts' displayNames on which the cases will be generated

(Inherited from IMicrosoftSecurityIncidentCreationAlertRuleCommonProperties)
Enabled

Determines whether this alert rule is enabled or disabled.

LastModifiedUtc

The last time that this alert has been modified.

ProductFilter

The alerts' productName on which the cases will be generated

(Inherited from IMicrosoftSecurityIncidentCreationAlertRuleCommonProperties)
SeveritiesFilter

the alerts' severities on which the cases will be generated

(Inherited from IMicrosoftSecurityIncidentCreationAlertRuleCommonProperties)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to