Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.DataSafe.getMaskingReport
Explore with Pulumi AI
This data source provides details about a specific Masking Report resource in Oracle Cloud Infrastructure Data Safe service.
Gets the details of the specified masking report.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testMaskingReport = oci.DataSafe.getMaskingReport({
maskingReportId: testMaskingReportOciDataSafeMaskingReport.id,
});
import pulumi
import pulumi_oci as oci
test_masking_report = oci.DataSafe.get_masking_report(masking_report_id=test_masking_report_oci_data_safe_masking_report["id"])
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.GetMaskingReport(ctx, &datasafe.GetMaskingReportArgs{
MaskingReportId: testMaskingReportOciDataSafeMaskingReport.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testMaskingReport = Oci.DataSafe.GetMaskingReport.Invoke(new()
{
MaskingReportId = testMaskingReportOciDataSafeMaskingReport.Id,
});
});
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.GetMaskingReportArgs;
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 testMaskingReport = DataSafeFunctions.getMaskingReport(GetMaskingReportArgs.builder()
.maskingReportId(testMaskingReportOciDataSafeMaskingReport.id())
.build());
}
}
variables:
testMaskingReport:
fn::invoke:
Function: oci:DataSafe:getMaskingReport
Arguments:
maskingReportId: ${testMaskingReportOciDataSafeMaskingReport.id}
Using getMaskingReport
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 getMaskingReport(args: GetMaskingReportArgs, opts?: InvokeOptions): Promise<GetMaskingReportResult>
function getMaskingReportOutput(args: GetMaskingReportOutputArgs, opts?: InvokeOptions): Output<GetMaskingReportResult>
def get_masking_report(masking_report_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMaskingReportResult
def get_masking_report_output(masking_report_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMaskingReportResult]
func GetMaskingReport(ctx *Context, args *GetMaskingReportArgs, opts ...InvokeOption) (*GetMaskingReportResult, error)
func GetMaskingReportOutput(ctx *Context, args *GetMaskingReportOutputArgs, opts ...InvokeOption) GetMaskingReportResultOutput
> Note: This function is named GetMaskingReport
in the Go SDK.
public static class GetMaskingReport
{
public static Task<GetMaskingReportResult> InvokeAsync(GetMaskingReportArgs args, InvokeOptions? opts = null)
public static Output<GetMaskingReportResult> Invoke(GetMaskingReportInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMaskingReportResult> getMaskingReport(GetMaskingReportArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DataSafe/getMaskingReport:getMaskingReport
arguments:
# arguments dictionary
The following arguments are supported:
- Masking
Report stringId - The OCID of the masking report.
- Masking
Report stringId - The OCID of the masking report.
- masking
Report StringId - The OCID of the masking report.
- masking
Report stringId - The OCID of the masking report.
- masking_
report_ strid - The OCID of the masking report.
- masking
Report StringId - The OCID of the masking report.
getMaskingReport Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment that contains the masking report.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Drop boolTemp Tables Enabled - Indicates if the temporary tables created during the masking operation were dropped after masking.
- Is
Redo boolLogging Enabled - Indicates if redo logging was enabled during the masking operation.
- Is
Refresh boolStats Enabled - Indicates if statistics gathering was enabled during the masking operation.
- Masking
Policy stringId - The OCID of the masking policy used.
- Masking
Report stringId - Masking
Work stringRequest Id - The OCID of the masking work request that resulted in this masking report.
- Parallel
Degree string - Indicates if parallel execution was enabled during the masking operation.
- Recompile string
- Indicates how invalid objects were recompiled post the masking operation.
- State string
- The current state of the masking report.
- Target
Id string - The OCID of the target database masked.
- Time
Created string - The date and time the masking report was created, in the format defined by RFC3339.
- Time
Masking stringFinished - The date and time data masking finished, in the format defined by RFC3339
- Time
Masking stringStarted - The date and time data masking started, in the format defined by RFC3339
- Total
Masked stringColumns - The total number of masked columns.
- Total
Masked stringObjects - The total number of unique objects (tables and editioning views) that contain the masked columns.
- Total
Masked stringSchemas - The total number of unique schemas that contain the masked columns.
- Total
Masked stringSensitive Types - The total number of unique sensitive types associated with the masked columns.
- Total
Masked stringValues - The total number of masked values.
- Compartment
Id string - The OCID of the compartment that contains the masking report.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Drop boolTemp Tables Enabled - Indicates if the temporary tables created during the masking operation were dropped after masking.
- Is
Redo boolLogging Enabled - Indicates if redo logging was enabled during the masking operation.
- Is
Refresh boolStats Enabled - Indicates if statistics gathering was enabled during the masking operation.
- Masking
Policy stringId - The OCID of the masking policy used.
- Masking
Report stringId - Masking
Work stringRequest Id - The OCID of the masking work request that resulted in this masking report.
- Parallel
Degree string - Indicates if parallel execution was enabled during the masking operation.
- Recompile string
- Indicates how invalid objects were recompiled post the masking operation.
- State string
- The current state of the masking report.
- Target
Id string - The OCID of the target database masked.
- Time
Created string - The date and time the masking report was created, in the format defined by RFC3339.
- Time
Masking stringFinished - The date and time data masking finished, in the format defined by RFC3339
- Time
Masking stringStarted - The date and time data masking started, in the format defined by RFC3339
- Total
Masked stringColumns - The total number of masked columns.
- Total
Masked stringObjects - The total number of unique objects (tables and editioning views) that contain the masked columns.
- Total
Masked stringSchemas - The total number of unique schemas that contain the masked columns.
- Total
Masked stringSensitive Types - The total number of unique sensitive types associated with the masked columns.
- Total
Masked stringValues - The total number of masked values.
- compartment
Id String - The OCID of the compartment that contains the masking report.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Drop BooleanTemp Tables Enabled - Indicates if the temporary tables created during the masking operation were dropped after masking.
- is
Redo BooleanLogging Enabled - Indicates if redo logging was enabled during the masking operation.
- is
Refresh BooleanStats Enabled - Indicates if statistics gathering was enabled during the masking operation.
- masking
Policy StringId - The OCID of the masking policy used.
- masking
Report StringId - masking
Work StringRequest Id - The OCID of the masking work request that resulted in this masking report.
- parallel
Degree String - Indicates if parallel execution was enabled during the masking operation.
- recompile String
- Indicates how invalid objects were recompiled post the masking operation.
- state String
- The current state of the masking report.
- target
Id String - The OCID of the target database masked.
- time
Created String - The date and time the masking report was created, in the format defined by RFC3339.
- time
Masking StringFinished - The date and time data masking finished, in the format defined by RFC3339
- time
Masking StringStarted - The date and time data masking started, in the format defined by RFC3339
- total
Masked StringColumns - The total number of masked columns.
- total
Masked StringObjects - The total number of unique objects (tables and editioning views) that contain the masked columns.
- total
Masked StringSchemas - The total number of unique schemas that contain the masked columns.
- total
Masked StringSensitive Types - The total number of unique sensitive types associated with the masked columns.
- total
Masked StringValues - The total number of masked values.
- compartment
Id string - The OCID of the compartment that contains the masking report.
- id string
- The provider-assigned unique ID for this managed resource.
- is
Drop booleanTemp Tables Enabled - Indicates if the temporary tables created during the masking operation were dropped after masking.
- is
Redo booleanLogging Enabled - Indicates if redo logging was enabled during the masking operation.
- is
Refresh booleanStats Enabled - Indicates if statistics gathering was enabled during the masking operation.
- masking
Policy stringId - The OCID of the masking policy used.
- masking
Report stringId - masking
Work stringRequest Id - The OCID of the masking work request that resulted in this masking report.
- parallel
Degree string - Indicates if parallel execution was enabled during the masking operation.
- recompile string
- Indicates how invalid objects were recompiled post the masking operation.
- state string
- The current state of the masking report.
- target
Id string - The OCID of the target database masked.
- time
Created string - The date and time the masking report was created, in the format defined by RFC3339.
- time
Masking stringFinished - The date and time data masking finished, in the format defined by RFC3339
- time
Masking stringStarted - The date and time data masking started, in the format defined by RFC3339
- total
Masked stringColumns - The total number of masked columns.
- total
Masked stringObjects - The total number of unique objects (tables and editioning views) that contain the masked columns.
- total
Masked stringSchemas - The total number of unique schemas that contain the masked columns.
- total
Masked stringSensitive Types - The total number of unique sensitive types associated with the masked columns.
- total
Masked stringValues - The total number of masked values.
- compartment_
id str - The OCID of the compartment that contains the masking report.
- id str
- The provider-assigned unique ID for this managed resource.
- is_
drop_ booltemp_ tables_ enabled - Indicates if the temporary tables created during the masking operation were dropped after masking.
- is_
redo_ boollogging_ enabled - Indicates if redo logging was enabled during the masking operation.
- is_
refresh_ boolstats_ enabled - Indicates if statistics gathering was enabled during the masking operation.
- masking_
policy_ strid - The OCID of the masking policy used.
- masking_
report_ strid - masking_
work_ strrequest_ id - The OCID of the masking work request that resulted in this masking report.
- parallel_
degree str - Indicates if parallel execution was enabled during the masking operation.
- recompile str
- Indicates how invalid objects were recompiled post the masking operation.
- state str
- The current state of the masking report.
- target_
id str - The OCID of the target database masked.
- time_
created str - The date and time the masking report was created, in the format defined by RFC3339.
- time_
masking_ strfinished - The date and time data masking finished, in the format defined by RFC3339
- time_
masking_ strstarted - The date and time data masking started, in the format defined by RFC3339
- total_
masked_ strcolumns - The total number of masked columns.
- total_
masked_ strobjects - The total number of unique objects (tables and editioning views) that contain the masked columns.
- total_
masked_ strschemas - The total number of unique schemas that contain the masked columns.
- total_
masked_ strsensitive_ types - The total number of unique sensitive types associated with the masked columns.
- total_
masked_ strvalues - The total number of masked values.
- compartment
Id String - The OCID of the compartment that contains the masking report.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Drop BooleanTemp Tables Enabled - Indicates if the temporary tables created during the masking operation were dropped after masking.
- is
Redo BooleanLogging Enabled - Indicates if redo logging was enabled during the masking operation.
- is
Refresh BooleanStats Enabled - Indicates if statistics gathering was enabled during the masking operation.
- masking
Policy StringId - The OCID of the masking policy used.
- masking
Report StringId - masking
Work StringRequest Id - The OCID of the masking work request that resulted in this masking report.
- parallel
Degree String - Indicates if parallel execution was enabled during the masking operation.
- recompile String
- Indicates how invalid objects were recompiled post the masking operation.
- state String
- The current state of the masking report.
- target
Id String - The OCID of the target database masked.
- time
Created String - The date and time the masking report was created, in the format defined by RFC3339.
- time
Masking StringFinished - The date and time data masking finished, in the format defined by RFC3339
- time
Masking StringStarted - The date and time data masking started, in the format defined by RFC3339
- total
Masked StringColumns - The total number of masked columns.
- total
Masked StringObjects - The total number of unique objects (tables and editioning views) that contain the masked columns.
- total
Masked StringSchemas - The total number of unique schemas that contain the masked columns.
- total
Masked StringSensitive Types - The total number of unique sensitive types associated with the masked columns.
- total
Masked StringValues - The total number of masked values.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.