Data Source: oci_data_safe_reports

This data source provides the list of Reports in Oracle Cloud Infrastructure Data Safe service.

Gets a list of all the reports in the compartment. It contains information such as report generation time.

Example Usage

data "oci_data_safe_reports" "test_reports" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	access_level = var.report_access_level
	compartment_id_in_subtree = var.report_compartment_id_in_subtree
	display_name = var.report_display_name
	report_definition_id = oci_data_safe_report_definition.test_report_definition.id
	state = var.report_state
	type = var.report_type
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Report Reference

The following attributes are exported: