Frontdoor Rule Conditions Socket Address Condition
data class FrontdoorRuleConditionsSocketAddressCondition(val matchValues: List<String>? = null, val negateCondition: Boolean? = null, val operator: String? = null)
Constructors
Link copied to clipboard
fun FrontdoorRuleConditionsSocketAddressCondition(matchValues: List<String>? = null, negateCondition: Boolean? = null, operator: String? = null)