Data Source: oci_cloud_guard_managed_list
This data source provides details about a specific Managed List resource in Oracle Cloud Infrastructure Cloud Guard service.
Returns a managed list identified by managedListId.
Example Usage
data "oci_cloud_guard_managed_list" "test_managed_list" {
#Required
managed_list_id = oci_cloud_guard_managed_list.test_managed_list.id
}
Argument Reference
The following arguments are supported:
managed_list_id
- (Required) The managed list OCID to be passed in the request.
Attributes Reference
The following attributes are exported:
compartment_id
- Compartment OCID where the resource is createddefined_tags
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:{"foo-namespace.bar-key": "value"}
description
- Managed list descriptiondisplay_name
- Managed list display namefeed_provider
- Provider of the managed list feedfreeform_tags
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:{"bar-key": "value"}
Avoid entering confidential information.
id
- Unique identifier that can’t be changed after creationis_editable
- Is this list editable?lifecyle_details
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]list_items
- List of items in the managed listlist_type
- Type of information contained in the managed listsource_managed_list_id
- OCID of the source managed liststate
- The current lifecycle state of the resourcesystem_tags
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:{"orcl-cloud.free-tier-retained": "true"}
time_created
- The date and time the managed list was created. Format defined by RFC3339.time_updated
- The date and time the managed list was last updated. Format defined by RFC3339.