Data Source: oci_vulnerability_scanning_host_scan_targets

This data source provides the list of Host Scan Targets in Oracle Cloud Infrastructure Vulnerability Scanning service.

Retrieves a list of HostScanTargetSummary objects in a compartment. A host scan target is a collection of compute instances that you want routinely scanned for security vulnerabilities.

Example Usage

data "oci_vulnerability_scanning_host_scan_targets" "test_host_scan_targets" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	display_name = var.host_scan_target_display_name
	state = var.host_scan_target_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

HostScanTarget Reference

The following attributes are exported: