Data Source: oci_data_safe_discovery_jobs_results

This data source provides the list of Discovery Jobs Results in Oracle Cloud Infrastructure Data Safe service.

Gets a list of discovery results based on the specified query parameters.

Example Usage

data "oci_data_safe_discovery_jobs_results" "test_discovery_jobs_results" {
    #Required
    discovery_job_id = oci_data_safe_discovery_job.test_discovery_job.id

    #Optional
    column_name = var.discovery_jobs_result_column_name
    discovery_type = var.discovery_jobs_result_discovery_type
    is_result_applied = var.discovery_jobs_result_is_result_applied
    object = var.discovery_jobs_result_object
    planned_action = var.discovery_jobs_result_planned_action
    schema_name = var.discovery_jobs_result_schema_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DiscoveryJobsResult Reference

The following attributes are exported: