View Source GoogleApi.NetworkSecurity.V1.Model.ThreatPreventionProfile (google_api_network_security v0.3.1)

ThreatPreventionProfile defines an action for specific threat signatures or severity levels.

Attributes

  • severityOverrides (type: list(GoogleApi.NetworkSecurity.V1.Model.SeverityOverride.t), default: nil) - Optional. Configuration for overriding threats actions by severity match.
  • threatOverrides (type: list(GoogleApi.NetworkSecurity.V1.Model.ThreatOverride.t), default: nil) - Optional. Configuration for overriding threats actions by threat_id match. If a threat is matched both by configuration provided in severity_overrides and threat_overrides, the threat_overrides action is applied.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.NetworkSecurity.V1.Model.ThreatPreventionProfile{
  severityOverrides:
    [GoogleApi.NetworkSecurity.V1.Model.SeverityOverride.t()] | nil,
  threatOverrides: [GoogleApi.NetworkSecurity.V1.Model.ThreatOverride.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.