ViolationEvent

Information about a Device Defender security profile behavior violation.

Types

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

Properties

Link copied to clipboard

The behavior that was violated.

Link copied to clipboard

The value of the metric (the measurement).

Link copied to clipboard

The name of the security profile whose behavior was violated.

Link copied to clipboard

The name of the thing responsible for the violation event.

Link copied to clipboard

The verification state of the violation (detect alarm).

Link copied to clipboard

The description of the verification state of the violation.

Link copied to clipboard

The details of a violation event.

Link copied to clipboard

The time the violation event occurred.

Link copied to clipboard

The type of violation event.

Link copied to clipboard

The ID of the violation event.

Functions

Link copied to clipboard
inline fun copy(block: ViolationEvent.Builder.() -> Unit = {}): ViolationEvent
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