Policy Custom Rule Match Condition
data class PolicyCustomRuleMatchCondition(val matchValues: List<String>? = null, val matchVariables: List<PolicyCustomRuleMatchConditionMatchVariable>, val negationCondition: Boolean? = null, val operator: String, val transforms: List<String>? = null)
Constructors
Link copied to clipboard
fun PolicyCustomRuleMatchCondition(matchValues: List<String>? = null, matchVariables: List<PolicyCustomRuleMatchConditionMatchVariable>, negationCondition: Boolean? = null, operator: String, transforms: List<String>? = null)