SecurityEventSqlInjectionAdditionalProperties interface
The properties of a security event sql injection additional properties.
Properties
error |
The sql error code NOTE: This property will not be serialized. It can only be populated by the server. |
error |
The sql error message NOTE: This property will not be serialized. It can only be populated by the server. |
error |
The sql error severity NOTE: This property will not be serialized. It can only be populated by the server. |
statement | The statement NOTE: This property will not be serialized. It can only be populated by the server. |
statement |
The statement highlight length NOTE: This property will not be serialized. It can only be populated by the server. |
statement |
The statement highlight offset NOTE: This property will not be serialized. It can only be populated by the server. |
threat |
The threat ID. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
errorCode
The sql error code NOTE: This property will not be serialized. It can only be populated by the server.
errorCode?: number
Property Value
number
errorMessage
The sql error message NOTE: This property will not be serialized. It can only be populated by the server.
errorMessage?: string
Property Value
string
errorSeverity
The sql error severity NOTE: This property will not be serialized. It can only be populated by the server.
errorSeverity?: number
Property Value
number
statement
The statement NOTE: This property will not be serialized. It can only be populated by the server.
statement?: string
Property Value
string
statementHighlightLength
The statement highlight length NOTE: This property will not be serialized. It can only be populated by the server.
statementHighlightLength?: number
Property Value
number
statementHighlightOffset
The statement highlight offset NOTE: This property will not be serialized. It can only be populated by the server.
statementHighlightOffset?: number
Property Value
number
threatId
The threat ID. NOTE: This property will not be serialized. It can only be populated by the server.
threatId?: string
Property Value
string