1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataSafe
  5. getReport
Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi

oci.DataSafe.getReport

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi

This data source provides details about a specific Report resource in Oracle Cloud Infrastructure Data Safe service.

Gets a report by identifier

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testReport = oci.DataSafe.getReport({
    reportId: testReportOciDataSafeReport.id,
});
Copy
import pulumi
import pulumi_oci as oci

test_report = oci.DataSafe.get_report(report_id=test_report_oci_data_safe_report["id"])
Copy
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/datasafe"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := datasafe.GetReport(ctx, &datasafe.GetReportArgs{
			ReportId: testReportOciDataSafeReport.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testReport = Oci.DataSafe.GetReport.Invoke(new()
    {
        ReportId = testReportOciDataSafeReport.Id,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataSafe.DataSafeFunctions;
import com.pulumi.oci.DataSafe.inputs.GetReportArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var testReport = DataSafeFunctions.getReport(GetReportArgs.builder()
            .reportId(testReportOciDataSafeReport.id())
            .build());

    }
}
Copy
variables:
  testReport:
    fn::invoke:
      function: oci:DataSafe:getReport
      arguments:
        reportId: ${testReportOciDataSafeReport.id}
Copy

Using getReport

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getReport(args: GetReportArgs, opts?: InvokeOptions): Promise<GetReportResult>
function getReportOutput(args: GetReportOutputArgs, opts?: InvokeOptions): Output<GetReportResult>
Copy
def get_report(report_id: Optional[str] = None,
               opts: Optional[InvokeOptions] = None) -> GetReportResult
def get_report_output(report_id: Optional[pulumi.Input[str]] = None,
               opts: Optional[InvokeOptions] = None) -> Output[GetReportResult]
Copy
func GetReport(ctx *Context, args *GetReportArgs, opts ...InvokeOption) (*GetReportResult, error)
func GetReportOutput(ctx *Context, args *GetReportOutputArgs, opts ...InvokeOption) GetReportResultOutput
Copy

> Note: This function is named GetReport in the Go SDK.

public static class GetReport 
{
    public static Task<GetReportResult> InvokeAsync(GetReportArgs args, InvokeOptions? opts = null)
    public static Output<GetReportResult> Invoke(GetReportInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetReportResult> getReport(GetReportArgs args, InvokeOptions options)
public static Output<GetReportResult> getReport(GetReportArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:DataSafe/getReport:getReport
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ReportId This property is required. string
Unique report identifier
ReportId This property is required. string
Unique report identifier
reportId This property is required. String
Unique report identifier
reportId This property is required. string
Unique report identifier
report_id This property is required. str
Unique report identifier
reportId This property is required. String
Unique report identifier

getReport Result

The following output properties are available:

CompartmentId string
The OCID of the compartment containing the report.
DefinedTags Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
Description string
Specifies a description of the report.
DisplayName string
Name of the report.
FreeformTags Dictionary<string, string>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
Id string
The OCID of the report.
LifecycleDetails string
Details about the current state of the report in Data Safe.
MimeType string
Specifies the format of report to be .xls or .pdf or .json
ReportDefinitionId string
The OCID of the report definition.
ReportId string
State string
The current state of the audit report.
SystemTags Dictionary<string, string>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeGenerated string
Specifies the date and time the report was generated.
Type string
The type of the audit report.
CompartmentId string
The OCID of the compartment containing the report.
DefinedTags map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
Description string
Specifies a description of the report.
DisplayName string
Name of the report.
FreeformTags map[string]string
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
Id string
The OCID of the report.
LifecycleDetails string
Details about the current state of the report in Data Safe.
MimeType string
Specifies the format of report to be .xls or .pdf or .json
ReportDefinitionId string
The OCID of the report definition.
ReportId string
State string
The current state of the audit report.
SystemTags map[string]string
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeGenerated string
Specifies the date and time the report was generated.
Type string
The type of the audit report.
compartmentId String
The OCID of the compartment containing the report.
definedTags Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
description String
Specifies a description of the report.
displayName String
Name of the report.
freeformTags Map<String,String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
id String
The OCID of the report.
lifecycleDetails String
Details about the current state of the report in Data Safe.
mimeType String
Specifies the format of report to be .xls or .pdf or .json
reportDefinitionId String
The OCID of the report definition.
reportId String
state String
The current state of the audit report.
systemTags Map<String,String>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
timeGenerated String
Specifies the date and time the report was generated.
type String
The type of the audit report.
compartmentId string
The OCID of the compartment containing the report.
definedTags {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
description string
Specifies a description of the report.
displayName string
Name of the report.
freeformTags {[key: string]: string}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
id string
The OCID of the report.
lifecycleDetails string
Details about the current state of the report in Data Safe.
mimeType string
Specifies the format of report to be .xls or .pdf or .json
reportDefinitionId string
The OCID of the report definition.
reportId string
state string
The current state of the audit report.
systemTags {[key: string]: string}
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
timeGenerated string
Specifies the date and time the report was generated.
type string
The type of the audit report.
compartment_id str
The OCID of the compartment containing the report.
defined_tags Mapping[str, str]
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
description str
Specifies a description of the report.
display_name str
Name of the report.
freeform_tags Mapping[str, str]
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
id str
The OCID of the report.
lifecycle_details str
Details about the current state of the report in Data Safe.
mime_type str
Specifies the format of report to be .xls or .pdf or .json
report_definition_id str
The OCID of the report definition.
report_id str
state str
The current state of the audit report.
system_tags Mapping[str, str]
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
time_generated str
Specifies the date and time the report was generated.
type str
The type of the audit report.
compartmentId String
The OCID of the compartment containing the report.
definedTags Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
description String
Specifies a description of the report.
displayName String
Name of the report.
freeformTags Map<String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
id String
The OCID of the report.
lifecycleDetails String
Details about the current state of the report in Data Safe.
mimeType String
Specifies the format of report to be .xls or .pdf or .json
reportDefinitionId String
The OCID of the report definition.
reportId String
state String
The current state of the audit report.
systemTags Map<String>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
timeGenerated String
Specifies the date and time the report was generated.
type String
The type of the audit report.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.30.0 published on Monday, Apr 14, 2025 by Pulumi