ScanOperationStatus type
The scan operation status.
KnownScanOperationStatus can be used interchangeably with ScanOperationStatus,
this enum contains the known values that the service supports.
Known values supported by the service
Passed: The scan completed successfully with no vulnerabilities found.
Failed: The scan completed but found vulnerabilities.
FailedToRun: The scan failed to execute.
InProgress: The scan is currently running.
type ScanOperationStatus = string