ApplicationConnectivityStrategy

ApplicationConnectivityStrategy
Application Connectivity Strategy

Specifies a single application connectivity strategy entry: a traffic direction/type combined with an optional logging flag. Multiple entries may be combined to express the full per-application policy for a security policy section.

JSON Example
{
    "strategy": "string",
    "logging": false
}
string
strategy
Required  

The directional connectivity strategy to apply for this application.

Strategy Description
ALLOW_INTRA Allow intra-application traffic (east-west within the same application).
ALLOW_EGRESS Allow outbound (egress) traffic from the application.
ALLOW_INGRESS Allow inbound (ingress) traffic to the application.
DROP_INGRESS Drop inbound (ingress) traffic to the application.
DROP_EGRESS Drop outbound (egress) traffic from the application.
Enumeration: ALLOW_INTRA, ALLOW_EGRESS, ALLOW_INGRESS, DROP_INGRESS, DROP_EGRESS
boolean
logging
Optional

Whether to enable logging for traffic matched by this connectivity strategy. Defaults to false when not specified.