Skip to main content

CreateOrUpdateDependencyTrackIntegrationInput

Autogenerated input type of CreateOrUpdateDependencyTrackIntegration

input CreateOrUpdateDependencyTrackIntegrationInput {
clientMutationId: String
companyId: Int!
url: String!
token: String!
severitiesToImport: [SeverityEnum!]
webhookToken: String!
}

Fields

CreateOrUpdateDependencyTrackIntegrationInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreateOrUpdateDependencyTrackIntegrationInput.companyId ● Int! non-null scalar

CreateOrUpdateDependencyTrackIntegrationInput.url ● String! non-null scalar

CreateOrUpdateDependencyTrackIntegrationInput.token ● String! non-null scalar

CreateOrUpdateDependencyTrackIntegrationInput.severitiesToImport ● [SeverityEnum!] list enum

CreateOrUpdateDependencyTrackIntegrationInput.webhookToken ● String! non-null scalar

UUID v4 token

Member Of

createOrUpdateDependencyTrackIntegration mutation