View Source GoogleApi.Container.V1.Model.SecurityPostureConfig (google_api_container v0.45.0)

SecurityPostureConfig defines the flags needed to enable/disable features for the Security Posture API.

Attributes

  • mode (type: String.t, default: nil) - Sets which mode to use for Security Posture features.
  • vulnerabilityMode (type: String.t, default: nil) - Sets which mode to use for vulnerability scanning.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.SecurityPostureConfig{
  mode: String.t() | nil,
  vulnerabilityMode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.