Show / Hide Table of Contents

Class VulnerabilityImpactedHostSummary

Information on a host impacted by a vulnerability

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

Properties

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The compartment ID of the impacted host

Remarks

Required

InstanceId

Declaration
[Required(ErrorMessage = "InstanceId is required.")]
[JsonProperty(PropertyName = "instanceId")]
public string InstanceId { get; set; }
Property Value
Type Description
string

The compute instance ID of the impacted host

Remarks

Required

LastAgentScanId

Declaration
[Required(ErrorMessage = "LastAgentScanId is required.")]
[JsonProperty(PropertyName = "lastAgentScanId")]
public string LastAgentScanId { get; set; }
Property Value
Type Description
string

The OCID of the host agent scan result. Immutable and generated on creation.

Remarks

Required

In this article
Back to top