AlertValidationRequestStatus enum
Fields
None = 0 | Default, when the request status is not set/applicable. |
Created = 1 | First validation request for the alert's validation fingerprints, created when the sarif is submitted for processing. |
InProgress = 2 | The secret validation jobs for the alert's validation fingerprints have been manually queued and at least one is still in progress. |
Completed = 3 | All the secret validation jobs for the alert's validation fingerprints have returned Completed or Failed. |
Failed = 4 | This status is set only when there is an exception in the ValidationService. |