View Source GoogleApi.NetworkSecurity.V1.Model.SeverityOverride (google_api_network_security v0.3.0)

Defines what action to take for a specific severity match.

Attributes

  • action (type: String.t, default: nil) - Required. Threat action override.
  • severity (type: String.t, default: nil) - Required. Severity level to match.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.