REST Resource: organizations.locations.findingSummaries

Resource: FindingSummary

The details for a finding.

JSON representation
{
  "findingCategory": string,
  "findingClass": enum (FindingClass),
  "severity": enum (Severity),
  "findingCount": string,
  "updateTime": string,
  "relatedFrameworks": [
    string
  ],
  "name": string
}
Fields
findingCategory

string

The category of the finding.

findingClass

enum (FindingClass)

The class of the finding.

severity

enum (Severity)

The severity of the finding.

findingCount

string (int64 format)

The count of the finding.

updateTime

string (Timestamp format)

Output only. The last updated time of the finding.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

relatedFrameworks[]

string

Optional. The list of compliance frameworks that the finding belongs to.

name

string

Identifier. The name of the finding summary.

Methods

list

Lists the finding summary by category for a given scope.