Show / Hide Table of Contents

Class VulnerabilityCollection

Collection of vulnerabilities, with aggregation for resources.

Inheritance
object
VulnerabilityCollection
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 VulnerabilityCollection

Properties

Items

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

Collection of vulnerability summary items.

Remarks

Required

In this article
Back to top