SeveritySummaryArgs

data class SeveritySummaryArgs(val criticalCount: Output<Int>? = null, val highCount: Output<Int>? = null, val informationalCount: Output<Int>? = null, val lowCount: Output<Int>? = null, val mediumCount: Output<Int>? = null, val unspecifiedCount: Output<Int>? = null) : ConvertibleToJava<SeveritySummaryArgs>

Definition of SeveritySummary

Constructors

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

Properties

Link copied to clipboard
val criticalCount: Output<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: Output<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: Output<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: Output<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: Output<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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): SeveritySummaryArgs