Skip to main content

AssociateToRetestProjectInput

Autogenerated input type of AssociateToRetestProject

input AssociateToRetestProjectInput {
clientMutationId: String
retestProjectId: ID!
projectIds: [ID!]
scanIds: [ID!]
vulnerabilityIds: [ID!]
assetIds: [ID!]
dryRun: Boolean
}

Fields

AssociateToRetestProjectInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

AssociateToRetestProjectInput.retestProjectId ● ID! non-null scalar

ID of the Vulnerability Retest project to associate vulnerabilities to

AssociateToRetestProjectInput.projectIds ● [ID!] list scalar

Array of project IDs to fetch vulnerabilities from

AssociateToRetestProjectInput.scanIds ● [ID!] list scalar

Array of scan IDs to fetch vulnerabilities from

AssociateToRetestProjectInput.vulnerabilityIds ● [ID!] list scalar

Array of vulnerability IDs to associate directly

AssociateToRetestProjectInput.assetIds ● [ID!] list scalar

Array of asset IDs to fetch vulnerabilities from

AssociateToRetestProjectInput.dryRun ● Boolean scalar

If true, only returns found vulnerabilities without creating associations

Member Of

associateToRetestProject mutation