INPUT_OBJECT

SecurityPatchIntegrationInput

link GraphQL Schema definition

  • input SecurityPatchIntegrationInput {
  • # Integration context
  • context: SecurityContext
  • # Name of this integration
  • displayName: String
  • # Enabled turns the integration on/off
  • enabled: Boolean
  • # Unique identifier of the integration instance
  • integrationId: String!
  • # Opaque version string for this graph node instance
  • nodeVersion: ID
  • # Project id(s) that are included
  • projectId: [String!]
  • # The list of properties specific for the selected integration method
  • properties: [SecurityPropertyInput!]
  • }