Data Source: oci_cloud_guard_security_policy

This data source provides details about a specific Security Policy resource in Oracle Cloud Infrastructure Cloud Guard service.

Returns a security zone policy (SecurityPolicy resource), identified by its unique ID (securityPolicyId). When a policy is enabled in a security zone, then any action in the zone that attempts to violate that policy is blocked.

Example Usage

data "oci_cloud_guard_security_policy" "test_security_policy" {
	#Required
	security_policy_id = oci_cloud_guard_security_policy.test_security_policy.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: