cloudIssueSeverityBreakdown

Represents a breakdown of issues for a single policy category with severity counts.

Examples

type CloudIssueSeverityBreakdown {
  name: String
  severities: Severities
}

Fields

Field
Description
Supported fields

name String

Name of the policy category

severities Severities

Severity counts for this category

info Int low Int medium Int high Int critical Int appox Int

References

Fields with this object:

Last updated