Share via


AlertProperties.AlertType Property

Definition

Gets unique identifier for the detection logic (all alert instances from the same detection logic will have the same alertType).

[Newtonsoft.Json.JsonProperty(PropertyName="alertType")]
public string AlertType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="alertType")>]
member this.AlertType : string
Public ReadOnly Property AlertType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to