Input for retrieving information about a single security issue.
input SingleIssueInput { issueId: String! scanId: String }
issueId String!
String!
Unique identifier of the issue to retrieve
scanId String
String
Specific scan identifier to retrieve the issue from
<?> getSingleIssueInfo.getSingleIssueInput
<?> getResolvedIssue.getSingleIssueInput
<?> getCICDIssue.getSingleIssueInput
Last updated 12 days ago