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 zonedefined_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 descriptiondisplay_name- The security zone’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 creationinherited_by_compartments- List of inherited compartmentslifecycle_details- A message describing the current state in more detail. For example, this can be used to provide actionable information for a zone in theFailedstate.security_zone_recipe_id- The OCID of the recipe (SecurityReciperesource) for the security zonesecurity_zone_target_id- The OCID of the target associated with the security zonestate- The current lifecycle state of the security zonetime_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.