Class VulnerabilityOccurrencesSummary.Types.FixableTotalByDigest (2.4.0)

public sealed class FixableTotalByDigest : IMessage<VulnerabilityOccurrencesSummary.Types.FixableTotalByDigest>, IEquatable<VulnerabilityOccurrencesSummary.Types.FixableTotalByDigest>, IDeepCloneable<VulnerabilityOccurrencesSummary.Types.FixableTotalByDigest>, IBufferMessage, IMessage

Per resource and severity counts of fixable and total vulnerabilities.

Inheritance

Object > VulnerabilityOccurrencesSummary.Types.FixableTotalByDigest

Namespace

Google.Cloud.DevTools.ContainerAnalysis.V1

Assembly

Google.Cloud.DevTools.ContainerAnalysis.V1.dll

Constructors

FixableTotalByDigest()

public FixableTotalByDigest()

FixableTotalByDigest(VulnerabilityOccurrencesSummary.Types.FixableTotalByDigest)

public FixableTotalByDigest(VulnerabilityOccurrencesSummary.Types.FixableTotalByDigest other)
Parameter
NameDescription
otherVulnerabilityOccurrencesSummary.Types.FixableTotalByDigest

Properties

FixableCount

public long FixableCount { get; set; }

The number of fixable vulnerabilities associated with this resource.

Property Value
TypeDescription
Int64

ResourceUri

public string ResourceUri { get; set; }

The affected resource.

Property Value
TypeDescription
String

Severity

public Severity Severity { get; set; }

The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities.

Property Value
TypeDescription
Severity

TotalCount

public long TotalCount { get; set; }

The total number of vulnerabilities associated with this resource.

Property Value
TypeDescription
Int64