Frontdoor Rule Conditions Remote Address Condition Args
data class FrontdoorRuleConditionsRemoteAddressConditionArgs(val matchValues: Output<List<String>>? = null, val negateCondition: Output<Boolean>? = null, val operator: Output<String>? = null) : ConvertibleToJava<FrontdoorRuleConditionsRemoteAddressConditionArgs>
Constructors
Link copied to clipboard
fun FrontdoorRuleConditionsRemoteAddressConditionArgs(matchValues: Output<List<String>>? = null, negateCondition: Output<Boolean>? = null, operator: Output<String>? = null)
Functions
Properties
Link copied to clipboard
For the IP Match or IP Not Match operators: specify one or more IP address ranges. If multiple IP address ranges are specified, they're evaluated using OR
logic. For the Geo Match or Geo Not Match operators: specify one or more locations using their country code. ->NOTE: See the Specifying IP Address Ranges
section below on how to correctly define the match_values
field.