Share via


MicrosoftSecurityIncidentCreationAlertRuleCommonProperties Class

Definition

MicrosoftSecurityIncidentCreation rule common property bag.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MicrosoftSecurityIncidentCreationAlertRuleCommonPropertiesTypeConverter))]
public class MicrosoftSecurityIncidentCreationAlertRuleCommonProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMicrosoftSecurityIncidentCreationAlertRuleCommonProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MicrosoftSecurityIncidentCreationAlertRuleCommonPropertiesTypeConverter))>]
type MicrosoftSecurityIncidentCreationAlertRuleCommonProperties = class
    interface IMicrosoftSecurityIncidentCreationAlertRuleCommonProperties
    interface IJsonSerializable
Public Class MicrosoftSecurityIncidentCreationAlertRuleCommonProperties
Implements IMicrosoftSecurityIncidentCreationAlertRuleCommonProperties
Inheritance
MicrosoftSecurityIncidentCreationAlertRuleCommonProperties
Attributes
Implements

Constructors

MicrosoftSecurityIncidentCreationAlertRuleCommonProperties()

Creates an new MicrosoftSecurityIncidentCreationAlertRuleCommonProperties instance.

Properties

DisplayNamesExcludeFilter

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

DisplayNamesFilter

the alerts' displayNames on which the cases will be generated

ProductFilter

The alerts' productName on which the cases will be generated

SeveritiesFilter

the alerts' severities on which the cases will be generated

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MicrosoftSecurityIncidentCreationAlertRuleCommonProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MicrosoftSecurityIncidentCreationAlertRuleCommonProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMicrosoftSecurityIncidentCreationAlertRuleCommonProperties.

FromJsonString(String)

Creates a new instance of MicrosoftSecurityIncidentCreationAlertRuleCommonProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MicrosoftSecurityIncidentCreationAlertRuleCommonProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to