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

Details about files that caused a compliance check to fail. display_command is a single command that can be used to display a list of non compliant files. When there is no such command, we can also iterate a list of non compliant file using 'path'.

Attributes

  • displayCommand (type: String.t, default: nil) - Command to display the non-compliant files.
  • path (type: String.t, default: nil) - Empty if display_command is set.
  • reason (type: String.t, default: nil) - Explains why a file is non compliant for a CIS check.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1.Model.NonCompliantFile{
  displayCommand: String.t() | nil,
  path: String.t() | nil,
  reason: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.