Automation Rule Map Filter
data class AutomationRuleMapFilter(val comparison: AutomationRuleMapFilterComparison, val key: String, val value: String)
A map filter for filtering ASHlong findings. Each map filter provides the field to check for, the value to check for, and the comparison operator.