OBJECT

CanUpdateNessusPluginSet

link GraphQL Schema definition

  • type CanUpdateNessusPluginSet {
  • # Indicates whether the plugin set can be updated
  • canUpdate: Boolean!
  • # If canUpdate is false, specifies the reason why the plugin set cannot be updated
  • cannotUpdateReason: CannotUpdatePluginSetReason!
  • }

link Require by