Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.08 KB

DynamicScanRequest.md

File metadata and controls

26 lines (19 loc) · 1.08 KB

DynamicScanRequest

Properties

Name Type Description Notes
id Long Unique identifier of dynamic scan request
lastUpdateDate OffsetDateTime The date that the dynamic scan request was updated [optional]
objectVersion Integer The object version of the dynamic scan request [optional]
parameters List<DynamicScanRequestParameter> Parameters that are needed for dynamic scan request
requestedDate OffsetDateTime The date that the dynamic scan request was submitted [optional]
status StatusEnum The status of the dynamic scan request [optional]
submitter String The id of the user who submitted the dynamic scan request [optional]

Enum: StatusEnum

Name Value
SUBMITTED "SUBMITTED"
PICKED_UP "PICKED_UP"
CANCELED "CANCELED"
COMPLETED "COMPLETED"