Policy Custom Rule Match Condition Args
data class PolicyCustomRuleMatchConditionArgs(val matchValues: Output<List<String>>? = null, val matchVariables: Output<List<PolicyCustomRuleMatchConditionMatchVariableArgs>>, val negationCondition: Output<Boolean>? = null, val operator: Output<String>, val transforms: Output<List<String>>? = null) : ConvertibleToJava<PolicyCustomRuleMatchConditionArgs>
Properties
Link copied to clipboard
A list of match values. This is Required when the operator
is not Any
.
Link copied to clipboard
One or more match_variables
blocks as defined below.
Link copied to clipboard
Describes if this is negate condition or not
Link copied to clipboard
A list of transformations to do before the match is attempted. Possible values are HtmlEntityDecode
, Lowercase
, RemoveNulls
, Trim
, Uppercase
, UrlDecode
and UrlEncode
.