public sealed class FindingSummary : IMessage<FindingSummary>, IEquatable<FindingSummary>, IDeepCloneable<FindingSummary>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Storage v2 API class FindingSummary.
A summary of findings generated for an organization, a folder, or a project.
Implements
IMessageFindingSummary, IEquatableFindingSummary, IDeepCloneableFindingSummary, IBufferMessage, IMessageNamespace
Google.Cloud.Storage.Control.V2Assembly
Google.Cloud.Storage.Control.V2.dll
Constructors
FindingSummary()
public FindingSummary()FindingSummary(FindingSummary)
public FindingSummary(FindingSummary other)| Parameter | |
|---|---|
| Name | Description |
other |
FindingSummary |
Properties
Category
public FindingCategory Category { get; set; }Output only. The category of finding.
| Property Value | |
|---|---|
| Type | Description |
FindingCategory |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. The creation time of the earliest finding that this summary is based on.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Severity
public FindingSeverity Severity { get; set; }Severity of the finding.
| Property Value | |
|---|---|
| Type | Description |
FindingSeverity |
|
SummaryDetails
public RepeatedField<FindingSummary.Types.SummaryDetails> SummaryDetails { get; }Output only. List of SummaryDetails.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFindingSummaryTypesSummaryDetails |
|
TargetResource
public string TargetResource { get; set; }Output only. The fully qualified Cloud resource name for which this
summary was generated.
eg: //cloudresourcemanager.googleapis.com/projects/p1
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public FindingType Type { get; set; }Output only. The type of the finding.
| Property Value | |
|---|---|
| Type | Description |
FindingType |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The time of the most recent update among all the findings that this summary is based on.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|