Show / Hide Table of Contents

Class DetectStage

A detect stage performs a Vulnerability Audit and determines if the remediation run should proceed to remediation stage.

Inheritance
object
RemediationRunStage
DetectStage
Inherited Members
RemediationRunStage.Status
RemediationRunStage.TimeCreated
RemediationRunStage.TimeStarted
RemediationRunStage.TimeFinished
RemediationRunStage.Summary
RemediationRunStage.RemediationRunId
RemediationRunStage.PreviousStageType
RemediationRunStage.NextStageType
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 DetectStage : RemediationRunStage

Properties

AuditId

Declaration
[JsonProperty(PropertyName = "auditId")]
public string AuditId { get; set; }
Property Value
Type Description
string

The Oracle Cloud identifier (OCID) of the vulnerability audit.

In this article
Back to top