AppPolicyUpdateConfig

AppPolicyUpdateConfig
Application Policy Update Config

Configuration for updating an existing DFW security policy for the application. This is a full update of the policy's connectivity configuration, not a partial patch: the default connectivity rule and the per-application connectivity strategies are replaced with the values supplied in this request. Fields that are omitted are reset to their default (empty) state rather than left unchanged.

AllOf
This class requires all of the following:
JSON Example
{
    "action_type": "POLICY_UPDATE",
    "policy_path": "/infra/domains/default/security-policies/Policy-123",
    "connectivity_preference": "ALLOWLIST",
    "app_connectivity_strategies": [
        {
            "strategy": "ALLOW_INTRA",
            "logging": false
        },
        {
            "strategy": "DROP_EGRESS",
            "logging": true
        }
    ]
}