View Source GoogleApi.ContainerAnalysis.V1.Model.ComplianceVersion (google_api_container_analysis v0.28.0)

Describes the CIS benchmark version that is applicable to a given OS and os version.

Attributes

  • benchmarkDocument (type: String.t, default: nil) - The name of the document that defines this benchmark, e.g. "CIS Container-Optimized OS".
  • cpeUri (type: String.t, default: nil) - The CPE URI (https://cpe.mitre.org/specification/) this benchmark is applicable to.
  • version (type: String.t, default: nil) - The version of the benchmark. This is set to the version of the OS-specific CIS document the benchmark is defined in.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1.Model.ComplianceVersion{
  benchmarkDocument: String.t() | nil,
  cpeUri: String.t() | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.