Share via


SecurityEventType Enum

Definition

Defines values for SecurityEventType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum SecurityEventType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type SecurityEventType = 
Public Enum SecurityEventType
Inheritance
SecurityEventType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Undefined 0
SqlInjectionVulnerability 1
SqlInjectionExploit 2

Applies to