OBJECT
Rule
Threat detection rule
link GraphQL Schema definition
- type Rule {
- # Sid of rule (uint32)
- Float! :
- # Rev of rule (uint32)
- Float! :
- # Protocol
- String! :
- # Source IPs
- String! :
- # Source port
- String! :
- # Destination IPs
- String! :
- # Destination ports
- String! :
- # Is rule bidirectional or not
- Boolean! :
- # Rule message
- String! :
- # Rule 'classtype' property
- String :
- # Rule source file
- String! :
- # Rule 'metadata.createdAt' property
- Time :
- # Rule 'metadata.updatedAt' property
- Time :
- # Is enabled
- Boolean! :
- # All payload properties
- String! :
- # References
- Reference!]! : [
- # References by type
- ReferenceByType :
- }