matchedProjects

Represents matched projects for an application according to a specific tool.

Examples

type MatchedProjects {
  toolName: String
  matchedProjects: [MatchedProject]
}

Fields

Field
Description
Supported fields

toolName String

The name of the tool that matched the project

matchedProjects [MatchedProject]

The list of matched projects

externalToolProject String matchMethod String

References

Fields with this object:

Last updated