Data Source: oci_dblm_vulnerability_aggregated_vulnerability_data
This data source provides the list of Vulnerability Aggregated Vulnerability Data in Oracle Cloud Infrastructure Dblm service.
Gets an AggregatedVulnerabilityData
Example Usage
data "oci_dblm_vulnerability_aggregated_vulnerability_data" "test_vulnerability_aggregated_vulnerability_data" {
#Required
compartment_id = var.compartment_id
#Optional
database_release = var.vulnerability_aggregated_vulnerability_data_database_release
state = var.vulnerability_aggregated_vulnerability_data_state
time_created_greater_than = var.vulnerability_aggregated_vulnerability_data_time_created_greater_than
time_ended_less_than = var.vulnerability_aggregated_vulnerability_data_time_ended_less_than
}
Argument Reference
The following arguments are supported:
compartment_id
- (Optional) The ID of the compartment in which to list resources.database_release
- (Optional) A filter to return only database that match the given release version.state
- (Optional) A filter to return only resources their lifecycleState matches the given lifecycleState.time_created_greater_than
- (Optional) The created greater than.time_ended_less_than
- (Optional) The time ended less than.
Attributes Reference
The following attributes are exported:
aggregated_vulnerability_collection
- The list of aggregated_vulnerability_collection.
VulnerabilityAggregatedVulnerabilityData Reference
The following attributes are exported:
items
- List of dataregistered_resources_count
- Registered databases against which the scan ran.timestamp
- UTC timestamp when the scan completed.vulnerabilities_count
- Unresolved vulnerabilities that were found by the scan.