Data Source: oci_dblm_vulnerability_scans

This data source provides the list of Vulnerability Scans in Oracle Cloud Infrastructure Dblm service.

Gets a list of VulnerabilityScans.

Example Usage

data "oci_dblm_vulnerability_scans" "test_vulnerability_scans" {

	#Required
	compartment_id = var.compartment_id

	#Optional
	display_name = var.vulnerability_scan_display_name
	time_created_greater_than = var.vulnerability_scan_time_created_greater_than
	time_ended_less_than = var.vulnerability_scan_time_ended_less_than
	vulnerability_scan_id = oci_dblm_vulnerability_scan.test_vulnerability_scan.id
	vulnerability_scan_status = var.vulnerability_scan_vulnerability_scan_status
	vulnerability_scan_type = var.vulnerability_scan_vulnerability_scan_type
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

VulnerabilityScan Reference

The following attributes are exported: