Class VulnerabilityCountBySeverity
Vulnerability count by severity.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class VulnerabilityCountBySeverity : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SeverityToFindingCount
Key is the Severity enum.
Declaration
[JsonProperty("severityToFindingCount")]
public virtual IDictionary<string, long?> SeverityToFindingCount { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, long?> |