Class FixableTotalByDigest
Per resource and severity counts of fixable and total vulnerabilities.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.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? |
ResourceUri
The affected resource.
Declaration
[JsonProperty("resourceUri")]
public virtual string ResourceUri { get; set; }
Property Value
Type | Description |
---|---|
string |
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? |