Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SecurityRuleMatchCriteria

Criteria to evaluate against network traffic. A match occurs when at least one item in the array associated with each specified property corresponds with the relevant aspect of the traffic.

Properties

Optional application

application: Array<string>

An array of application list names to be evaluated against the traffic protocol and protocol-specific parameters.

Optional destinationAddress

destinationAddress: Array<string>

An array of IP address list names to be evaluated against the traffic destination address.

Optional service

service: Array<string>

An array of service list names to be evaluated against the traffic protocol and protocol-specific parameters.

Optional sourceAddress

sourceAddress: Array<string>

An array of IP address list names to be evaluated against the traffic source address.

Optional url

url: Array<string>

An array of URL pattern list names to be evaluated against the HTTP(S) request target.

Functions

getDeserializedJsonObj

getJsonObj