CisBenchmarkResponse

data class CisBenchmarkResponse(val profileLevel: Int, val severity: String)

A compliance check that is a CIS benchmark.

Constructors

Link copied to clipboard
fun CisBenchmarkResponse(profileLevel: Int, severity: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The profile level of this CIS benchmark check.

Link copied to clipboard

The severity level of this CIS benchmark check.