View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.CisBenchmark (google_api_container_analysis v0.28.0)

A compliance check that is a CIS benchmark.

Attributes

  • profileLevel (type: integer(), default: nil) - The profile level of this CIS benchmark check.
  • severity (type: String.t, default: nil) - The severity level of this CIS benchmark check.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.CisBenchmark{
  profileLevel: integer() | nil,
  severity: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.