FrontdoorRuleConditionsSocketAddressCondition

data class FrontdoorRuleConditionsSocketAddressCondition(val matchValues: List<String>? = null, val negateCondition: Boolean? = null, val operator: String? = null)

Constructors

constructor(matchValues: List<String>? = null, negateCondition: Boolean? = null, operator: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val matchValues: List<String>? = null

Specify one or more IP address ranges. If multiple IP address ranges 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.

Link copied to clipboard
val operator: String? = null

The type of match. The Possible values are IpMatch or Any. Defaults to IPMatch.