OBJECT
CanUpdateSuricataRuleSet
link GraphQL Schema definition
- type CanUpdateSuricataRuleSet {
- # Indicates whether the Suricata rule set can be updated
- : Boolean!
- # If canUpdate is false, this field specifies why the Suricata rule set cannot be
- # updated
- : CannotUpdateSuricataRulesReason!
- }