OBJECT

NessusPluginSetInfo

link GraphQL Schema definition

  • type NessusPluginSetInfo {
  • # The plugin set that is in the process of being installed (if no update is taking
  • # place, will be equal to loadedPluginSet)
  • pluginSet: String!
  • # The plugin set that is currently installed
  • loadedPluginSet: String!
  • # The time when the plugin set was last updated
  • lastUpdated: Time
  • }

link Require by