AppPublishActionConfig
Application Publish Action Config
Base type for a typed application publish action.
JSON Example
{
"action_type": "string"
}
action_type
Required
The type of DFW publish action to perform for an application.
| Action Type | Description |
|---|---|
POLICY_CREATE |
Create a new DFW security policy scoped to the application group. |
POLICY_UPDATE |
Update the default connectivity rule and per-app strategies of an existing policy. Fields not provided are reset to defaults (full replacement, not patch). |
RULE_UPDATE |
Update the forwarding action of an existing DFW rule. Default rules and auto-plumbed rules are not supported. |
Enumeration:
POLICY_CREATE,
POLICY_UPDATE,
RULE_UPDATE
Property Of