Class SecurityEventSqlInjectionAdditionalProperties
java.lang.Object
com.azure.resourcemanager.sql.models.SecurityEventSqlInjectionAdditionalProperties
The properties of a security event sql injection additional properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SecurityEventSqlInjectionAdditionalProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the errorCode property: The sql error code.Get the errorMessage property: The sql error message.Get the errorSeverity property: The sql error severity.Get the statement property: The statement.Get the statementHighlightLength property: The statement highlight length.Get the statementHighlightOffset property: The statement highlight offset.threatId()Get the threatId property: The threat ID.voidvalidate()Validates the instance.
-
Constructor Details
-
SecurityEventSqlInjectionAdditionalProperties
public SecurityEventSqlInjectionAdditionalProperties()Creates an instance of SecurityEventSqlInjectionAdditionalProperties class.
-
-
Method Details
-
threatId
Get the threatId property: The threat ID.- Returns:
- the threatId value.
-
statement
Get the statement property: The statement.- Returns:
- the statement value.
-
statementHighlightOffset
Get the statementHighlightOffset property: The statement highlight offset.- Returns:
- the statementHighlightOffset value.
-
statementHighlightLength
Get the statementHighlightLength property: The statement highlight length.- Returns:
- the statementHighlightLength value.
-
errorCode
Get the errorCode property: The sql error code.- Returns:
- the errorCode value.
-
errorSeverity
Get the errorSeverity property: The sql error severity.- Returns:
- the errorSeverity value.
-
errorMessage
Get the errorMessage property: The sql error message.- Returns:
- the errorMessage value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-