Values.GetFindingsRequestSourceRetrieves the details of one or more findings.
type nonrec t = {findingIds : string list;An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as many as 50 unique identifiers in this array.
*)sortCriteria : SortCriteria.t option;The criteria for sorting the results of the request.
*)}