Share via


ThreatIntelligenceAlertRuleProperties Class

Definition

Threat Intelligence alert rule base property bag.

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

Constructors

ThreatIntelligenceAlertRuleProperties()

Creates an new ThreatIntelligenceAlertRuleProperties instance.

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.

Enabled

Determines whether this alert rule is enabled or disabled.

LastModifiedUtc

The last time that this alert has been modified.

Severity

The severity for alerts created by this alert rule.

Tactic

The tactics of the alert rule

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ThreatIntelligenceAlertRuleProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ThreatIntelligenceAlertRuleProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ThreatIntelligenceAlertRuleProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to