SeveritySummaryResponse

data class SeveritySummaryResponse(val criticalCount: Int? = null, val highCount: Int? = null, val informationalCount: Int? = null, val lowCount: Int? = null, val mediumCount: Int? = null, val unspecifiedCount: Int? = null)

Definition of SeveritySummary

Constructors

Link copied to clipboard
constructor(criticalCount: Int? = null, highCount: Int? = null, informationalCount: Int? = null, lowCount: Int? = null, mediumCount: Int? = null, unspecifiedCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val criticalCount: Int? = null

The total number of resources or compliance items that have a severity level of Critical. Critical severity is determined by the organization that published the compliance items.

Link copied to clipboard
val highCount: Int? = null

The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.

Link copied to clipboard
val informationalCount: Int? = null

The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.

Link copied to clipboard
val lowCount: Int? = null

The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.

Link copied to clipboard
val mediumCount: Int? = null

The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.

Link copied to clipboard
val unspecifiedCount: Int? = null

The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.