RuleSummary

A complex type containing details about a Suricata rule. Contains:

  • SID

  • Msg

  • Metadata

Summaries are available for rule groups you manage and for active threat defense Amazon Web Services managed rule groups.

Types

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

Properties

Link copied to clipboard

The contents of the rule's metadata.

Link copied to clipboard
val msg: String?

The contents taken from the rule's msg field.

Link copied to clipboard
val sid: String?

The unique identifier (Signature ID) of the Suricata rule.

Functions

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