Data Source: oci_cloud_guard_security_recipe
This data source provides details about a specific Security Recipe resource in Oracle Cloud Infrastructure Cloud Guard service.
Returns a security zone recipe (SecurityRecipe resource) identified by securityRecipeId.
Example Usage
data "oci_cloud_guard_security_recipe" "test_security_recipe" {
#Required
security_recipe_id = oci_cloud_guard_security_recipe.test_security_recipe.id
}
Argument Reference
The following arguments are supported:
security_recipe_id
- (Required) The unique identifier of the security zone recipe. (SecurityRecipe
)
Attributes Reference
The following attributes are exported:
compartment_id
- The OCID of the compartment that contains the recipedefined_tags
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:{"foo-namespace.bar-key": "value"}
description
- The recipe’s descriptiondisplay_name
- The recipe’s display namefreeform_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 creationlifecycle_details
- A message describing the current state in more detail. For example, this can be used to provide actionable information for a recipe in theFailed
state.owner
- The owner of the recipesecurity_policies
- The list of security policy IDs that are included in the recipestate
- The current lifecycle state of the recipetime_created
- The time the recipe was created. An RFC3339 formatted datetime string.time_updated
- The time the recipe was last updated. An RFC3339 formatted datetime string.