RecommendationSegmentationStrategy
Recommendation Segmentation Strategy
Defines a segmentation strategy, including the action to be taken and whether it should be logged.
JSON Example
{
"strategy": "string",
"logging": false
}
strategy
Optional
The segmentation action to be applied for this strategy. Defines the traffic direction and action (allow, deny, etc.) that will be used in the recommended security policy rules.
Enumeration:
ALLOW_INTRA,
ALLOW_EGRESS,
ALLOW_INGRESS,
DROP_INGRESS,
DROP_EGRESS
boolean
logging
Optional
Specifies whether traffic matching this strategy should be logged.