Share via


ThreatIntelligenceAlertRuleTemplateProperties Class

Definition

Threat Intelligence alert rule template properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ThreatIntelligenceAlertRuleTemplatePropertiesTypeConverter))]
public class ThreatIntelligenceAlertRuleTemplateProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IThreatIntelligenceAlertRuleTemplateProperties, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ThreatIntelligenceAlertRuleTemplatePropertiesTypeConverter))>]
type ThreatIntelligenceAlertRuleTemplateProperties = class
    interface IThreatIntelligenceAlertRuleTemplateProperties
    interface IJsonSerializable
    interface IAlertRuleTemplatePropertiesBase
    interface IValidates
Public Class ThreatIntelligenceAlertRuleTemplateProperties
Implements IThreatIntelligenceAlertRuleTemplateProperties, IValidates
Inheritance
ThreatIntelligenceAlertRuleTemplateProperties
Attributes
Implements

Constructors

ThreatIntelligenceAlertRuleTemplateProperties()

Creates an new ThreatIntelligenceAlertRuleTemplateProperties instance.

Properties

AlertRulesCreatedByTemplateCount

the number of alert rules that were created by this template

CreatedDateUtc

The time that this alert rule template has been added.

Description

The description of the alert rule template.

DisplayName

The display name for alert rule template.

LastUpdatedDateUtc

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

RequiredDataConnector

The required data sources for this template

Severity

The severity for alerts created by this alert rule.

Status

The alert rule template status.

Tactic

The tactics of the alert rule template

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ThreatIntelligenceAlertRuleTemplateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ThreatIntelligenceAlertRuleTemplateProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ThreatIntelligenceAlertRuleTemplateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to