Class VulnerabilityImpactedHostSummary
Information on a host impacted by a vulnerability
Inherited Members
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