INPUT_OBJECT

SecurityPatchFindingsSourceInput

link GraphQL Schema definition

  • input SecurityPatchFindingsSourceInput {
  • # Enabled turns the source on/off
  • enabled: Boolean
  • # 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!
  • }