Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DetectStage

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

Properties

Optional auditId

auditId: undefined | string

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

Optional nextStageType

nextStageType: model.RemediationRunStageType

The next type of stage in the remediation run.

Optional previousStageType

previousStageType: model.RemediationRunStageType

The previous type of stage in the remediation run.

remediationRunId

remediationRunId: string

The Oracle Cloud identifier (OCID) of the remediation run.

status

status: Status

The current status of a remediation run stage.

Optional summary

summary: undefined | string

Information about the current step within the stage.

timeCreated

timeCreated: Date

The creation date and time of the remediation run stage (formatted according to RFC3339).

Optional timeFinished

timeFinished: Date

The date and time of the finish of the remediation run stage (formatted according to RFC3339).

Optional timeStarted

timeStarted: Date

The date and time of the start of the remediation run stage (formatted according to RFC3339).

Const type

type: string = "DETECT"

Methods

getDeserializedJsonObj

getJsonObj