DeploymentCreateSettings

edit

Additional configuration for the new deployment object.

Properties

edit
ip_filtering_settings (IpFilteringSettings)
The set of rulesets applies to this deployment.

Example

edit
{
   "ip_filtering_settings" : {
      "rulesets" : [
         "string"
      ]
   }
}