| Name | Type | Description | Notes |
|---|---|---|---|
| binaryIds | List<Long> | Binary IDs to match the analysis against, one workflow per binary. | |
| debugTypes | List<String> | Restrict matches to candidates with these debug source types. Defaults to ["SYSTEM"]. | [optional] |
| minSimilarity | Double | Similarity floor as a percentage. Defaults to 90. | [optional] |
| resultsPerFunction | Long | Max matches returned per source function. Defaults to 1. | [optional] |