INPUT_OBJECT

SecurityUpsertIntegrationInput

link GraphQL Schema definition

  • input SecurityUpsertIntegrationInput {
  • # 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
  • # Integration method
  • method: SecurityIntegrationMethod!
  • # 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!]
  • }