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

SqlInjectionExploit 2
SqlInjectionVulnerability 1
Undefined 0

Applies to