public sealed class VulnerabilityOccurrencesSummary.Types.FixableTotalByDigest : IMessage<VulnerabilityOccurrencesSummary.Types.FixableTotalByDigest>, IEquatable<VulnerabilityOccurrencesSummary.Types.FixableTotalByDigest>, IDeepCloneable<VulnerabilityOccurrencesSummary.Types.FixableTotalByDigest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Container Analysis v1 API class VulnerabilityOccurrencesSummary.Types.FixableTotalByDigest.
Per resource and severity counts of fixable and total vulnerabilities.
Implements
IMessageVulnerabilityOccurrencesSummaryTypesFixableTotalByDigest, IEquatableVulnerabilityOccurrencesSummaryTypesFixableTotalByDigest, IDeepCloneableVulnerabilityOccurrencesSummaryTypesFixableTotalByDigest, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.DevToolsGoogle.Cloud.DevTools.ContainerAnalysisV1Assembly
Google.Cloud.DevTools.ContainerAnalysis.V1.dll
Constructors
FixableTotalByDigest()
public FixableTotalByDigest()
FixableTotalByDigest(FixableTotalByDigest)
public FixableTotalByDigest(VulnerabilityOccurrencesSummary.Types.FixableTotalByDigest other)
Parameter | |
---|---|
Name | Description |
other | VulnerabilityOccurrencesSummaryTypesFixableTotalByDigest |
Properties
FixableCount
public long FixableCount { get; set; }
The number of fixable vulnerabilities associated with this resource.
Property Value | |
---|---|
Type | Description |
long |
ResourceUri
public string ResourceUri { get; set; }
The affected resource.
Property Value | |
---|---|
Type | Description |
string |
Severity
public Severity Severity { get; set; }
The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities.
Property Value | |
---|---|
Type | Description |
Severity |
TotalCount
public long TotalCount { get; set; }
The total number of vulnerabilities associated with this resource.
Property Value | |
---|---|
Type | Description |
long |