Class: Grafeas::V1::ComplianceVersion

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/grafeas/v1/compliance.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#benchmark_document::String

Returns The name of the document that defines this benchmark, e.g. "CIS Container-Optimized OS".

Returns:

  • (::String)

    The name of the document that defines this benchmark, e.g. "CIS Container-Optimized OS".



71
72
73
74
# File 'proto_docs/grafeas/v1/compliance.rb', line 71

class ComplianceVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#cpe_uri::String

Returns The CPE URI (https://cpe.mitre.org/specification/) this benchmark is applicable to.

Returns:



71
72
73
74
# File 'proto_docs/grafeas/v1/compliance.rb', line 71

class ComplianceVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version::String

Returns The version of the benchmark. This is set to the version of the OS-specific CIS document the benchmark is defined in.

Returns:

  • (::String)

    The version of the benchmark. This is set to the version of the OS-specific CIS document the benchmark is defined in.



71
72
73
74
# File 'proto_docs/grafeas/v1/compliance.rb', line 71

class ComplianceVersion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end