MetricsSummary

A summary of metrics for an account as of a specified date.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of CategoryWithFindingNum objects for the top 5 finding categories with the most findings.

Link copied to clipboard
val date: <Error class: unknown class>?

The date from which the metrics summary information was retrieved.

Link copied to clipboard

The number of open findings of each severity.

Link copied to clipboard

A list of ScanNameWithFindingNum objects for the top 3 scans with the most number of open critical findings.

Link copied to clipboard

A list of ScanNameWithFindingNum objects for the top 3 scans with the most number of open findings.

Functions

Link copied to clipboard
inline fun copy(block: MetricsSummary.Builder.() -> Unit = {}): MetricsSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String