CompliantSummaryResponse

data class CompliantSummaryResponse(val compliantCount: Int? = null, val severitySummary: SeveritySummaryResponse? = null)

Definition of CompliantSummary

Constructors

Link copied to clipboard
constructor(compliantCount: Int? = null, severitySummary: SeveritySummaryResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val compliantCount: Int? = null

The total number of resources that are compliant.

Link copied to clipboard

A summary of the compliance severity by compliance type.