Cloud Security Compliance v1 API - Class FindingSummary (1.0.0-beta04)

public sealed class FindingSummary : IMessage<FindingSummary>, IEquatable<FindingSummary>, IDeepCloneable<FindingSummary>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Security Compliance v1 API class FindingSummary.

The details for a finding.

Inheritance

object > FindingSummary

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

FindingSummary()

public FindingSummary()

FindingSummary(FindingSummary)

public FindingSummary(FindingSummary other)
Parameter
Name Description
other FindingSummary

Properties

FindingCategory

public string FindingCategory { get; set; }

The category of the finding.

Property Value
Type Description
string

FindingClass

public FindingClass FindingClass { get; set; }

The class of the finding.

Property Value
Type Description
FindingClass

FindingCount

public long FindingCount { get; set; }

The count of the finding.

Property Value
Type Description
long

FindingSummaryName

public FindingSummaryName FindingSummaryName { get; set; }

FindingSummaryName-typed view over the Name resource name property.

Property Value
Type Description
FindingSummaryName

Name

public string Name { get; set; }

Identifier. The name of the finding summary.

Property Value
Type Description
string

RelatedFrameworks

public RepeatedField<string> RelatedFrameworks { get; }

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

Property Value
Type Description
RepeatedFieldstring

Severity

public Severity Severity { get; set; }

The severity of the finding.

Property Value
Type Description
Severity

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The last updated time of the finding.

Property Value
Type Description
Timestamp