Deleting an Edge Policy IP Address Allowlist
Describes how to delete IP address allowlists from an edge policy.
Publish your changes for them to take effect. See Publishing Changes.
- Enter the following command and required parameters:
oci waas whitelist update --waas-policy-id waas_policy_ocid --whitelists whitelists [OPTIONS]
The
whitelists
value is a complex type whose value must be valid JSON. The value can be provided as a string on the command line or passed in as a file using thefile://path/to/file
syntax.Delete whitelists by removing the existing whitelist object from the list. Any existing whitelists that you do not specify with a key in the list of access rules are deleted upon update.
See the CLI online help for a list of optional parameters:
oci waas whitelists update --help
Refer to the Oracle Cloud Infrastructure documentation for a complete description of the oci waas whitelists update command.
Use the UpdateWhitelists operation to delete an IP address whitelist from an edge policy using the API.
Delete whitelists by removing the existing whitelist object from the list. Any existing whitelists that you do not specify with a key in the list of access rules are deleted upon update.