OperationResponseOutput interface
The operation response.
Properties
| end |
The end time of the operation. |
| error | The error info. |
| scan |
The scan result identifier. Value may contain a UUID |
| start |
The start time of the operation. |
| status | Scan operation status. |
Property Details
endTime
The end time of the operation.
endTime?: string
Property Value
string
error
scanResultId
The scan result identifier.
Value may contain a UUID
scanResultId?: string
Property Value
string
startTime
The start time of the operation.
startTime?: string
Property Value
string
status
Scan operation status.
status?: "Accepted" | "InProgress" | "TransientFailure" | "Succeeded" | "Failed" | "Canceled"
Property Value
"Accepted" | "InProgress" | "TransientFailure" | "Succeeded" | "Failed" | "Canceled"