Show / Hide Table of Contents

Class FixableTotalByDigest

Per resource and severity counts of fixable and total vulnerabilities.

Inheritance
object
FixableTotalByDigest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class FixableTotalByDigest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FixableCount

The number of fixable vulnerabilities associated with this resource.

Declaration
[JsonProperty("fixableCount")]
public virtual long? FixableCount { get; set; }
Property Value
Type Description
long?

Resource

The affected resource.

Declaration
[JsonProperty("resource")]
public virtual Resource Resource { get; set; }
Property Value
Type Description
Resource

Severity

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

Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type Description
string

TotalCount

The total number of vulnerabilities associated with this resource.

Declaration
[JsonProperty("totalCount")]
public virtual long? TotalCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX