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>)
ComplianceNote encapsulates all information about a specific compliance check.
Constructors
Link copied to clipboard
fun ComplianceNoteResponse(cisBenchmark: CisBenchmarkResponse, description: String, rationale: String, remediation: String, scanInstructions: String, title: String, version: List<ComplianceVersionResponse>)