matchedProjects
Examples
type MatchedProjects {
toolName: String
matchedProjects: [MatchedProject]
}Fields
Field
Description
Supported fields
References
Fields with this object:
Last updated
Represents matched projects for an application according to a specific tool.
type MatchedProjects {
toolName: String
matchedProjects: [MatchedProject]
}toolName String
The name of the tool that matched the project
matchedProjects [MatchedProject]
The list of matched projects
externalToolProject String
matchMethod String
Last updated
