Type Alias CheckmarxReportStatusValue

CheckmarxReportStatusValue:
    | "Requested"
    | "Started"
    | "Completed"
    | "Failed"
    | "Deleted"