View Source GoogleApi.SecurityCenter.V1.Model.ValidateEventThreatDetectionCustomModuleRequest (google_api_security_center v0.29.0)

Request to validate an Event Threat Detection custom module.

Attributes

  • rawText (type: String.t, default: nil) - Required. The raw text of the module's contents. Used to generate error messages.
  • type (type: String.t, default: nil) - Required. The type of the module (e.g. CONFIGURABLE_BAD_IP).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.ValidateEventThreatDetectionCustomModuleRequest{
    rawText: String.t() | nil,
    type: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.