Frontdoor Rule Conditions Server Port Condition
data class FrontdoorRuleConditionsServerPortCondition(val matchValues: List<String>, val negateCondition: Boolean? = null, val operator: String)
Properties
Link copied to clipboard
A list of one or more integer values(e.g. "1") representing the value of the client port to match. Possible values include 80 or 443. If multiple values are specified, they're evaluated using OR logic.
Link copied to clipboard
If true operator becomes the opposite of its value. Possible values true or false. Defaults to false. Details can be found in the Condition Operator List below.