MitigationActionAddThingsToThingGroupParams

data class MitigationActionAddThingsToThingGroupParams(val overrideDynamicGroups: Boolean? = null, val thingGroupNames: List<String>)

Parameters to define a mitigation action that moves devices associated with a certificate to one or more specified thing groups, typically for quarantine.

Constructors

constructor(overrideDynamicGroups: Boolean? = null, thingGroupNames: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies if this mitigation action can move the things that triggered the mitigation action out of one or more dynamic thing groups.

Link copied to clipboard

The list of groups to which you want to add the things that triggered the mitigation action.