GoogleApi.Container.V1.Model.SecurityPostureConfig (google_api_container v0.57.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.