View Source GoogleApi.NetworkSecurity.V1.Model.ThreatOverride (google_api_network_security v0.4.0)

Defines what action to take for a specific threat_id match.

Attributes

  • action (type: String.t, default: nil) - Required. Threat action override. For some threat types, only a subset of actions applies.
  • threatId (type: String.t, default: nil) - Required. Vendor-specific ID of a threat to override.
  • type (type: String.t, default: nil) - Output only. Type of the threat (read only).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.NetworkSecurity.V1.Model.ThreatOverride{
  action: String.t() | nil,
  threatId: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.