Device Taint Rule Spec
data class DeviceTaintRuleSpec(val deviceSelector: DeviceTaintSelector? = null, val taint: DeviceTaint)
DeviceTaintRuleSpec specifies the selector and one taint.
Properties
Link copied to clipboard
DeviceSelector defines which device(s) the taint is applied to. All selector criteria must be satified for a device to match. The empty selector matches all devices. Without a selector, no devices are matches.
Link copied to clipboard
The taint that gets applied to matching devices.