Behavior

class Behavior

A Device Defender security profile behavior.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The criteria that determine if a device is behaving normally in regard to the metric.

Link copied to clipboard

Value indicates exporting metrics related to the behavior when it is true.

Link copied to clipboard

What is measured by the behavior.

Link copied to clipboard

The dimension for a metric in your behavior. For example, using a TOPIC_FILTER dimension, you can narrow down the scope of the metric to only MQTT topics where the name matches the pattern specified in the dimension. This can't be used with custom metrics.

Link copied to clipboard

The name you've given to the behavior.

Link copied to clipboard

Suppresses alerts.

Functions

Link copied to clipboard
inline fun copy(block: Behavior.Builder.() -> Unit = {}): Behavior
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String