Show / Hide Table of Contents

Class AggregatedVulnerabilityCollection

The aggregated vulnerability data.

Inheritance
object
AggregatedVulnerabilityCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DblmService.Models
Assembly: OCI.DotNetSDK.Dblm.dll
Syntax
public class AggregatedVulnerabilityCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AggregatedVulnerabilitySummary> Items { get; set; }
Property Value
Type Description
List<AggregatedVulnerabilitySummary>

List of data

Remarks

Required

In this article
Back to top