Editing a Customer-Provided Managed List

For managed lists that have Customer as the provider, you can edit tags, move the list to another compartment, or edit list entries.

Note

If the entry in the Feed provider column for the managed list on the Managed lists page is Oracle, you can't edit the list.
    1. Open the navigation menu and click Identity & Security. Under Cloud Guard, click Managed lists.
    2. Locate the managed list that you want to modify and click its name in the List name column.
    3. To edit, add, or delete tags, click the Tags tab and follow these steps:
      • To edit or remove an existing tag, click the edit icon next to it and change its value or remove it.
      • To add one or more tags, click Add tags and enter the Tag namespace (for a defined tag), Tag key, and Tag value.
    4. To attach the managed list to a different compartment, click Move resource, select the new compartment, and then click Move resource.
    5. To make changes in list items, click Edit and follow these steps:
      1. To change a list item, edit the item directly in the text box.
      2. To add a list item, click Additional list item.
      3. To delete a list item, click the "X" to the right side of the item.
      4. After making your changes, click Save.
  • For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

    Use the oci cloud-guard managed-list update command and required parameters to update a managed list:

    oci cloud-guard managed-list update --managed-list-id managed_list_ocid [OPTIONS]

    Use the oci cloud-guard managed-list change-compartment command and required parameters to move a managed list to a different compartment:

    oci cloud-guard managed-list change-compartment --compartment-id, -c <compartment_ocid> --managed-list-id <managed_list_ocid> [OPTIONS]
  • Use the UpdateManagedList operation to update a managed list.

    Use the ChangeManagedList Compartment operation move a managed list to a different compartment.