INPUT_OBJECT

SecurityUpsertFindingsSourceInput

link GraphQL Schema definition

  • input SecurityUpsertFindingsSourceInput {
  • # Enabled turns the source on/off
  • enabled: Boolean!
  • # Finding source method
  • method: SecurityFindingsSourceMethod!
  • # Opaque version string for this graph node instance
  • nodeVersion: ID
  • # The list of properties specific for the selected source method
  • properties: [SecurityPropertyInput!]
  • # Unique identifier of the source instance
  • sourceId: String
  • }