Data Source: oci_vulnerability_scanning_host_scan_recipes

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

Retrieves a list of HostScanRecipeSummary objects in a compartment. A recipe determines the types of security issues that you want scanned, and how often to scan.

Example Usage

data "oci_vulnerability_scanning_host_scan_recipes" "test_host_scan_recipes" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	display_name = var.host_scan_recipe_display_name
	state = var.host_scan_recipe_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

HostScanRecipe Reference

The following attributes are exported: