RemoteAddressMatchConditionParametersResponse

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

Defines the parameters for RemoteAddress match conditions

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match.

Link copied to clipboard

Describes if this is negate condition or not

Link copied to clipboard
Link copied to clipboard

Describes operator to be matched

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

List of transforms