OBJECT

CanUpdateSuricataRuleSet

link GraphQL Schema definition

  • type CanUpdateSuricataRuleSet {
  • # Indicates whether the Suricata rule set can be updated
  • canUpdate: Boolean!
  • # If canUpdate is false, this field specifies why the Suricata rule set cannot be
  • # updated
  • cannotUpdateReason: CannotUpdateSuricataRulesReason!
  • }

link Require by