OverviewStatusResponse

data class OverviewStatusResponse(val failedCount: Int, val manualCount: Int, val notApplicableCount: Int, val passedCount: Int, val pendingCount: Int)

The overview of the compliance result for one report.

Constructors

Link copied to clipboard
constructor(failedCount: Int, manualCount: Int, notApplicableCount: Int, passedCount: Int, pendingCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The count of all failed control.

Link copied to clipboard

The count of all manual control.

Link copied to clipboard

The count of all not applicable control.

Link copied to clipboard

The count of all passed control.

Link copied to clipboard

The count of all pending for approval control.