AppPolicyCreateConfig

AppPolicyCreateConfig
Application Policy Create Config

Configuration for creating a new DFW security policy for the application. The policy is scoped to the application group derived from the application-id in the URL on the site specified in the request.

AllOf
This class requires all of the following:
JSON Example
{
    "action_type": "POLICY_CREATE",
    "display_name": "Shared Application Policy",
    "connectivity_preference": "DENYLIST",
    "app_connectivity_strategies": [
        {
            "strategy": "ALLOW_INTRA",
            "logging": false
        },
        {
            "strategy": "ALLOW_EGRESS",
            "logging": false
        }
    ]
}