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] |
Name | Value |
---|---|
SUBMITTED | "SUBMITTED" |
PICKED_UP | "PICKED_UP" |
CANCELED | "CANCELED" |
COMPLETED | "COMPLETED" |