FrontdoorRuleConditionsIsDeviceCondition

data class FrontdoorRuleConditionsIsDeviceCondition(val matchValues: String? = null, val negateCondition: Boolean? = null, val operator: String? = null)

Constructors

Link copied to clipboard
constructor(matchValues: String? = null, negateCondition: Boolean? = null, operator: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val matchValues: String? = null

Which device should this rule match on? Possible values Mobile or Desktop.

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

Possible value Equal. Defaults to Equal.