Compliance Note Response
data class ComplianceNoteResponse(val cisBenchmark: CisBenchmarkResponse, val description: String, val rationale: String, val remediation: String, val scanInstructions: String, val title: String, val version: List<ComplianceVersionResponse>)
Constructors
Link copied to clipboard
constructor(cisBenchmark: CisBenchmarkResponse, description: String, rationale: String, remediation: String, scanInstructions: String, title: String, version: List<ComplianceVersionResponse>)
Properties
Link copied to clipboard
Link copied to clipboard
A description about this compliance check.
Link copied to clipboard
A description of remediation steps if the compliance check fails.
Link copied to clipboard
Serialized scan instructions with a predefined format.
Link copied to clipboard
The OS and config versions the benchmark applies to.