Show / Hide Table of Contents

Class VulnerabilityAuditCollection

Collection of vulnerability audit summaries.

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

Properties

Items

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

List of vulnerability audit summaries.

Remarks

Required

In this article
Back to top