A summary of findings for an organization, a folder, or a project.
| JSON representation |
|---|
{ "type": enum ( |
| Fields | |
|---|---|
type |
Output only. The type of the finding. |
category |
Output only. The category of finding. |
targetResource |
Output only. The fully qualified Cloud resource name for which this summary was generated. |
createTime |
Output only. The creation time of the earliest finding that this summary is based on. |
updateTime |
Output only. The time of the most recent update among all the findings that this summary is based on. |
severity |
Output only. Severity of the finding. |
summaryDetails[] |
Output only. The |
SummaryDetails
Details about the FindingSummary resource.
| JSON representation |
|---|
{ // Union field |
| Fields | |
|---|---|
Union field magnitude. The value of the summary, which can be one of the following: |
|
count |
The count of impacted resources. |
percentage |
The percentage of impacted resources. |
resourceType |
Output only. The type of Cloud resource this summary detail applies to. |
description |
Output only. A short description about the |
ResourceType
The resource types.
| Enums | |
|---|---|
RESOURCE_TYPE_UNSPECIFIED |
Resource type is unspecified. |
PROJECT |
Resource type is project. |
BUCKET |
Resource type is bucket. |