Class Grafeas::V1::ComplianceVersion (v0.3.1)

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cpe_uri

def cpe_uri() -> ::String
Returns
  • (::String) — The CPE URI (https://cpe.mitre.org/specification/) this benchmark is applicable to.

#cpe_uri=

def cpe_uri=(value) -> ::String
Parameter
  • value (::String) — The CPE URI (https://cpe.mitre.org/specification/) this benchmark is applicable to.
Returns
  • (::String) — The CPE URI (https://cpe.mitre.org/specification/) this benchmark is applicable to.

#version

def version() -> ::String
Returns
  • (::String) — The version of the benchmark. This is set to the version of the OS-specific CIS document the benchmark is defined in.

#version=

def version=(value) -> ::String
Parameter
  • value (::String) — 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.