INPUT_OBJECT

SecurityTestNewIntegrationInput

link GraphQL Schema definition

  • input SecurityTestNewIntegrationInput {
  • # Address if required by the integration method
  • address: String
  • # Integration method
  • method: SecurityIntegrationMethod!
  • # The list of properties specific for the selected integration method
  • properties: [SecurityPropertyInput!]
  • }