Grafeas V1 API - Class Grafeas::V1::NonCompliantFile (v0.9.0)

Reference documentation and code samples for the Grafeas V1 API class Grafeas::V1::NonCompliantFile.

Details about files that caused a compliance check to fail.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#display_command

def display_command() -> ::String
Returns
  • (::String) — Command to display the non-compliant files.

#display_command=

def display_command=(value) -> ::String
Parameter
  • value (::String) — Command to display the non-compliant files.
Returns
  • (::String) — Command to display the non-compliant files.

#path

def path() -> ::String
Returns
  • (::String) — Empty if display_command is set.

#path=

def path=(value) -> ::String
Parameter
  • value (::String) — Empty if display_command is set.
Returns
  • (::String) — Empty if display_command is set.

#reason

def reason() -> ::String
Returns
  • (::String) — Explains why a file is non compliant for a CIS check.

#reason=

def reason=(value) -> ::String
Parameter
  • value (::String) — Explains why a file is non compliant for a CIS check.
Returns
  • (::String) — Explains why a file is non compliant for a CIS check.