ComplianceVersionResponse

data class ComplianceVersionResponse(val benchmarkDocument: String, val cpeUri: String, val version: String)

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

Constructors

Link copied to clipboard
fun ComplianceVersionResponse(benchmarkDocument: String, cpeUri: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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