Show / Hide Table of Contents

Class ApplicationDependencyVulnerabilityCollection

application dependencies with Vulnerabilities. This resource is defined by a list of application dependencies that are associated with eventual Vulnerabilities.

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

Properties

Items

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

List of vulnerability audit summaries.

Remarks

Required

In this article
Back to top