ConfidenceScoreStatus type

The confidence score calculation status, i.e. indicating if score calculation is pending for this alert, not applicable or final.
KnownConfidenceScoreStatus can be used interchangeably with ConfidenceScoreStatus, this enum contains the known values that the service supports.

Known values supported by the service

NotApplicable: Score will not be calculated for this alert as it is not supported by virtual analyst
InProcess: No score was set yet and calculation is in progress
NotFinal: Score is calculated and shown as part of the alert, but may be updated again at a later time following the processing of additional data
Final: Final score was calculated and available

type ConfidenceScoreStatus = string