SecurityEvent.SecurityEventType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type of the security event. Possible values include: 'Undefined', 'SqlInjectionVulnerability', 'SqlInjectionExploit'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.securityEventType")]
public Microsoft.Azure.Management.Sql.Models.SecurityEventType? SecurityEventType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.securityEventType")>]
member this.SecurityEventType : Nullable<Microsoft.Azure.Management.Sql.Models.SecurityEventType>
Public ReadOnly Property SecurityEventType As Nullable(Of SecurityEventType)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute