EnvPublishActionConfig

EnvPublishActionConfig
Environment Pair Publish Action Config

Base type for a typed environment pair publish action.

JSON Example
{
    "action_type": "string"
}
action_type
Required  

The type of DFW publish action to perform for an environment pair.

Action Type Description
POLICY_WITH_PROTECTION_RULE_CREATE Create a new DFW security policy with an embedded protection rule scoped to the source and destination environment groups.
PROTECTION_RULE_UPDATE Update the action of an existing protection rule in an environment policy.
Enumeration: POLICY_WITH_PROTECTION_RULE_CREATE, PROTECTION_RULE_UPDATE