Share via


OperationResponseOutput interface

The operation response.

Properties

endTime

The end time of the operation.

error

The error info.

scanResultId

The scan result identifier.

Value may contain a UUID

startTime

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

The error info.

error?: ErrorInfoOutput

Property Value

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"