Values.GetScanRequestSourceReturns details about a scan, including whether or not a scan has completed.
type nonrec t = {scanName : ScanName.t;The name of the scan you want to view details about.
*)runId : Uuid.t option;UUID that identifies the individual scan run you want to view details about. You retrieve this when you call the CreateScan operation. Defaults to the latest scan run if missing.
*)}