FindingSummary

A summary of findings for an organization, a folder, or a project.

JSON representation
{
  "type": enum (FindingType),
  "category": enum (FindingCategory),
  "targetResource": string,
  "createTime": string,
  "updateTime": string,
  "severity": enum (FindingSeverity),
  "summaryDetails": [
    {
      object (SummaryDetails)
    }
  ]
}
Fields
type

enum (FindingType)

Output only. The type of the finding.

category

enum (FindingCategory)

Output only. The category of finding.

targetResource

string

Output only. The fully qualified Cloud resource name for which this summary was generated.
Example: //cloudresourcemanager.googleapis.com/projects/p1

createTime

string (Timestamp format)

Output only. The creation time of the earliest finding that this summary is based on.

updateTime

string (Timestamp format)

Output only. The time of the most recent update among all the findings that this summary is based on.

severity

enum (FindingSeverity)

Output only. Severity of the finding.

summaryDetails[]

object (SummaryDetails)

Output only. The SummaryDetails resources.

SummaryDetails

Details about the FindingSummary resource.

JSON representation
{
  // Union field magnitude can be only one of the following:
  "count": string,
  "percentage": number
  // End of list of possible types for union field magnitude.

  "resourceType": enum (ResourceType),
  "description": string
}
Fields
Union field magnitude. The value of the summary, which can be one of the following:
count

string (int64 format)

The count of impacted resources.

percentage

number

The percentage of impacted resources.

resourceType

enum (ResourceType)

Output only. The type of Cloud resource this summary detail applies to.

description

string

Output only. A short description about the FindingSummary.

ResourceType

The resource types.

Enums
RESOURCE_TYPE_UNSPECIFIED Resource type is unspecified.
PROJECT Resource type is project.
BUCKET Resource type is bucket.