ProvisioningState type
The status of a firmware analysis job.
KnownProvisioningState can be used interchangeably with ProvisioningState,
this enum contains the known values that the service supports.
Known values supported by the service
Succeeded: The request has successfully completed.
Failed: There was an error during the request.
Canceled: The request was canceled.
Pending: The request is queued and awaiting execution
Extracting: The Firmware is currently being extracted.
Analyzing: Analysis is being run on the firmware
type ProvisioningState = string