Data Source: oci_data_safe_report_definitions

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

Gets a list of report definitions. The ListReportDefinitions operation returns only the report definitions in the specified compartmentId. It also returns the seeded report definitions which are available to all the compartments.

Example Usage

data "oci_data_safe_report_definitions" "test_report_definitions" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	access_level = var.report_definition_access_level
	category = var.report_definition_category
	compartment_id_in_subtree = var.report_definition_compartment_id_in_subtree
	data_source = var.report_definition_data_source
	display_name = var.report_definition_display_name
	is_seeded = var.report_definition_is_seeded
	state = var.report_definition_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

ReportDefinition Reference

The following attributes are exported: