Data Source: oci_cloud_guard_security_zone
This data source provides details about a specific Security Zone resource in Oracle Cloud Infrastructure Cloud Guard service.
Returns a security zone (SecurityZone resource) identified by securityZoneId.
Example Usage
data "oci_cloud_guard_security_zone" "test_security_zone" {
	#Required
	security_zone_id = oci_cloud_guard_security_zone.test_security_zone.id
}
Argument Reference
The following arguments are supported:
- security_zone_id- (Required) The unique identifier of the security zone (- SecurityZoneresource).
Attributes Reference
The following attributes are exported:
- compartment_id- The OCID of the compartment for the security zone
- defined_tags- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:- {"foo-namespace.bar-key": "value"}
- description- The security zone’s description
- display_name- The security zone’s display name
- freeform_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 creation
- inherited_by_compartments- List of inherited compartments
- lifecycle_details- A message describing the current state in more detail. For example, this can be used to provide actionable information for a zone in the- Failedstate.
- security_zone_recipe_id- The OCID of the recipe (- SecurityReciperesource) for the security zone
- security_zone_target_id- The OCID of the target associated with the security zone
- state- The current lifecycle state of the security zone
- time_created- The time the security zone was created. An RFC3339 formatted datetime string.
- time_updated- The time the security zone was last updated. An RFC3339 formatted datetime string.