RuleGroupSqliMatchStatementArgs

data class RuleGroupSqliMatchStatementArgs(val fieldToMatch: Output<RuleGroupFieldToMatchArgs>, val sensitivityLevel: Output<RuleGroupSensitivityLevel>? = null, val textTransformations: Output<List<RuleGroupTextTransformationArgs>>) : ConvertibleToJava<RuleGroupSqliMatchStatementArgs>

Sqli Match Statement.

Constructors

Link copied to clipboard
fun RuleGroupSqliMatchStatementArgs(fieldToMatch: Output<RuleGroupFieldToMatchArgs>, sensitivityLevel: Output<RuleGroupSensitivityLevel>? = null, textTransformations: Output<List<RuleGroupTextTransformationArgs>>)

Functions

Link copied to clipboard
open override fun toJava(): RuleGroupSqliMatchStatementArgs

Properties

Link copied to clipboard
Link copied to clipboard