Creating a Managed List

Create your own managed lists in Cloud Guard whenever you see need to reuse the same list of items to define a detector or responder rule.

    1. Open the navigation menu and click Identity & Security. Under Cloud Guard, click Managed lists.
    2. On the Managed lists page, click Create managed list.
    3. On the Basic information page, enter a List name and an optional Description.
      Avoid entering confidential information.
    4. Select the Compartment to assign the list to.
      When you select a parent compartment, all child compartments under it are automatically selected.
    5. Select a List type that matches the type of information to be stored in the list.
    6. Click Next.
    7. On the List entries page, enter the text for the first item in the box.
    8. To enter text for another item, click Additional list item.
    9. Repeat the previous two steps until you have finished entering items,
      If you want to remove an item from the list, click the "X" to the right side of the item.
    10. Click Submit.
      The list appears on the Managed lists page.
  • For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

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

    oci cloud-guard managed-list create --compartment-id, -c <compartment_ocid> --display-name <display_name_text> [OPTIONS]
  • Run the CreateManagedList operation to create a managed list.