Show / Hide Table of Contents

Class VulnerabilityResourceCollection

Collection of assessed resources that may or may not have vulnerabilities

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

Properties

Items

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

Collection of assessed resources

Remarks

Required

In this article
Back to top