Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi
oci.DataSafe.getMaskingReportMaskingErrors
Explore with Pulumi AI
This data source provides the list of Masking Report Masking Errors in Oracle Cloud Infrastructure Data Safe service.
Gets a list of masking errors in a masking run based on the specified query parameters.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testMaskingReportMaskingErrors = oci.DataSafe.getMaskingReportMaskingErrors({
maskingReportId: testMaskingReport.id,
stepName: maskingReportMaskingErrorStepName,
});
import pulumi
import pulumi_oci as oci
test_masking_report_masking_errors = oci.DataSafe.get_masking_report_masking_errors(masking_report_id=test_masking_report["id"],
step_name=masking_report_masking_error_step_name)
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.GetMaskingReportMaskingErrors(ctx, &datasafe.GetMaskingReportMaskingErrorsArgs{
MaskingReportId: testMaskingReport.Id,
StepName: pulumi.StringRef(maskingReportMaskingErrorStepName),
}, 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 testMaskingReportMaskingErrors = Oci.DataSafe.GetMaskingReportMaskingErrors.Invoke(new()
{
MaskingReportId = testMaskingReport.Id,
StepName = maskingReportMaskingErrorStepName,
});
});
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.GetMaskingReportMaskingErrorsArgs;
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 testMaskingReportMaskingErrors = DataSafeFunctions.getMaskingReportMaskingErrors(GetMaskingReportMaskingErrorsArgs.builder()
.maskingReportId(testMaskingReport.id())
.stepName(maskingReportMaskingErrorStepName)
.build());
}
}
variables:
testMaskingReportMaskingErrors:
fn::invoke:
function: oci:DataSafe:getMaskingReportMaskingErrors
arguments:
maskingReportId: ${testMaskingReport.id}
stepName: ${maskingReportMaskingErrorStepName}
Using getMaskingReportMaskingErrors
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 getMaskingReportMaskingErrors(args: GetMaskingReportMaskingErrorsArgs, opts?: InvokeOptions): Promise<GetMaskingReportMaskingErrorsResult>
function getMaskingReportMaskingErrorsOutput(args: GetMaskingReportMaskingErrorsOutputArgs, opts?: InvokeOptions): Output<GetMaskingReportMaskingErrorsResult>
def get_masking_report_masking_errors(filters: Optional[Sequence[_datasafe.GetMaskingReportMaskingErrorsFilter]] = None,
masking_report_id: Optional[str] = None,
step_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMaskingReportMaskingErrorsResult
def get_masking_report_masking_errors_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[_datasafe.GetMaskingReportMaskingErrorsFilterArgs]]]] = None,
masking_report_id: Optional[pulumi.Input[str]] = None,
step_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMaskingReportMaskingErrorsResult]
func GetMaskingReportMaskingErrors(ctx *Context, args *GetMaskingReportMaskingErrorsArgs, opts ...InvokeOption) (*GetMaskingReportMaskingErrorsResult, error)
func GetMaskingReportMaskingErrorsOutput(ctx *Context, args *GetMaskingReportMaskingErrorsOutputArgs, opts ...InvokeOption) GetMaskingReportMaskingErrorsResultOutput
> Note: This function is named GetMaskingReportMaskingErrors
in the Go SDK.
public static class GetMaskingReportMaskingErrors
{
public static Task<GetMaskingReportMaskingErrorsResult> InvokeAsync(GetMaskingReportMaskingErrorsArgs args, InvokeOptions? opts = null)
public static Output<GetMaskingReportMaskingErrorsResult> Invoke(GetMaskingReportMaskingErrorsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMaskingReportMaskingErrorsResult> getMaskingReportMaskingErrors(GetMaskingReportMaskingErrorsArgs args, InvokeOptions options)
public static Output<GetMaskingReportMaskingErrorsResult> getMaskingReportMaskingErrors(GetMaskingReportMaskingErrorsArgs args, InvokeOptions options)
fn::invoke:
function: oci:DataSafe/getMaskingReportMaskingErrors:getMaskingReportMaskingErrors
arguments:
# arguments dictionary
The following arguments are supported:
- Masking
Report stringId - The OCID of the masking report.
- Filters
List<Get
Masking Report Masking Errors Filter> - Step
Name string - A filter to return only masking errors that match the specified step name.
- Masking
Report stringId - The OCID of the masking report.
- Filters
[]Get
Masking Report Masking Errors Filter - Step
Name string - A filter to return only masking errors that match the specified step name.
- masking
Report StringId - The OCID of the masking report.
- filters
List<Get
Masking Report Masking Errors Filter> - step
Name String - A filter to return only masking errors that match the specified step name.
- masking
Report stringId - The OCID of the masking report.
- filters
Get
Masking Report Masking Errors Filter[] - step
Name string - A filter to return only masking errors that match the specified step name.
- masking_
report_ strid - The OCID of the masking report.
- filters
Sequence[datasafe.
Get Masking Report Masking Errors Filter] - step_
name str - A filter to return only masking errors that match the specified step name.
- masking
Report StringId - The OCID of the masking report.
- filters List<Property Map>
- step
Name String - A filter to return only masking errors that match the specified step name.
getMaskingReportMaskingErrors Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Masking
Error List<GetCollections Masking Report Masking Errors Masking Error Collection> - The list of masking_error_collection.
- Masking
Report stringId - Filters
List<Get
Masking Report Masking Errors Filter> - Step
Name string - The stepName of the masking error.
- Id string
- The provider-assigned unique ID for this managed resource.
- Masking
Error []GetCollections Masking Report Masking Errors Masking Error Collection - The list of masking_error_collection.
- Masking
Report stringId - Filters
[]Get
Masking Report Masking Errors Filter - Step
Name string - The stepName of the masking error.
- id String
- The provider-assigned unique ID for this managed resource.
- masking
Error List<GetCollections Masking Report Masking Errors Masking Error Collection> - The list of masking_error_collection.
- masking
Report StringId - filters
List<Get
Masking Report Masking Errors Filter> - step
Name String - The stepName of the masking error.
- id string
- The provider-assigned unique ID for this managed resource.
- masking
Error GetCollections Masking Report Masking Errors Masking Error Collection[] - The list of masking_error_collection.
- masking
Report stringId - filters
Get
Masking Report Masking Errors Filter[] - step
Name string - The stepName of the masking error.
- id str
- The provider-assigned unique ID for this managed resource.
- masking_
error_ Sequence[datasafe.collections Get Masking Report Masking Errors Masking Error Collection] - The list of masking_error_collection.
- masking_
report_ strid - filters
Sequence[datasafe.
Get Masking Report Masking Errors Filter] - step_
name str - The stepName of the masking error.
- id String
- The provider-assigned unique ID for this managed resource.
- masking
Error List<Property Map>Collections - The list of masking_error_collection.
- masking
Report StringId - filters List<Property Map>
- step
Name String - The stepName of the masking error.
Supporting Types
GetMaskingReportMaskingErrorsFilter
GetMaskingReportMaskingErrorsMaskingErrorCollection
- Items
List<Get
Masking Report Masking Errors Masking Error Collection Item> - An array of masking error objects.
- Items
[]Get
Masking Report Masking Errors Masking Error Collection Item - An array of masking error objects.
- items
List<Get
Masking Report Masking Errors Masking Error Collection Item> - An array of masking error objects.
- items
Get
Masking Report Masking Errors Masking Error Collection Item[] - An array of masking error objects.
- items
Sequence[datasafe.
Get Masking Report Masking Errors Masking Error Collection Item] - An array of masking error objects.
- items List<Property Map>
- An array of masking error objects.
GetMaskingReportMaskingErrorsMaskingErrorCollectionItem
- Error string
- The text of the masking error.
- Failed
Statement string - The statement resulting into the error.
- Step
Name string - A filter to return only masking errors that match the specified step name.
- Time
Created string - The date and time the error entry was created, in the format defined by RFC3339.
- Error string
- The text of the masking error.
- Failed
Statement string - The statement resulting into the error.
- Step
Name string - A filter to return only masking errors that match the specified step name.
- Time
Created string - The date and time the error entry was created, in the format defined by RFC3339.
- error String
- The text of the masking error.
- failed
Statement String - The statement resulting into the error.
- step
Name String - A filter to return only masking errors that match the specified step name.
- time
Created String - The date and time the error entry was created, in the format defined by RFC3339.
- error string
- The text of the masking error.
- failed
Statement string - The statement resulting into the error.
- step
Name string - A filter to return only masking errors that match the specified step name.
- time
Created string - The date and time the error entry was created, in the format defined by RFC3339.
- error str
- The text of the masking error.
- failed_
statement str - The statement resulting into the error.
- step_
name str - A filter to return only masking errors that match the specified step name.
- time_
created str - The date and time the error entry was created, in the format defined by RFC3339.
- error String
- The text of the masking error.
- failed
Statement String - The statement resulting into the error.
- step
Name String - A filter to return only masking errors that match the specified step name.
- time
Created String - The date and time the error entry was created, in the format defined by RFC3339.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.