Files
hunfabric/modules/net-swp/schemas/policy-rule.schema.md
Ludovico Magnocavallo 6b04ce769d Allow multiple types in JSON schema docs tool (#3126)
* allow multiple types in JSON schema docs tool

* support pattern

* support pattern
2025-05-31 11:58:20 +02:00

483 B

Policy rule

Properties

additional properties: false

  • priority: integer
  • allow: boolean
  • description: string
  • enabled: boolean
  • application_matcher: string
  • session_matcher: string
  • tls_inspect: boolean
  • matcher_args: object
    additional properties: false
    • application: array
      • items: string
    • session: array
      • items: string

Definitions