Data Source: oci_adm_vulnerability_audits

This data source provides the list of Vulnerability Audits in Oracle Cloud Infrastructure ADM service.

Returns a list of Vulnerability Audits based on the specified query parameters. At least one of id, compartmentId query parameter must be provided.

Example Usage

data "oci_adm_vulnerability_audits" "test_vulnerability_audits" {

	#Optional
	compartment_id = var.compartment_id
	display_name = var.vulnerability_audit_display_name
	id = var.vulnerability_audit_id
	is_success = var.vulnerability_audit_is_success
	knowledge_base_id = oci_adm_knowledge_base.test_knowledge_base.id
	max_observed_severity_greater_than_or_equal_to = var.vulnerability_audit_max_observed_severity_greater_than_or_equal_to
	state = var.vulnerability_audit_state
	time_created_greater_than_or_equal_to = var.vulnerability_audit_time_created_greater_than_or_equal_to
	time_created_less_than_or_equal_to = var.vulnerability_audit_time_created_less_than_or_equal_to
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

VulnerabilityAudit Reference

The following attributes are exported: