Oracle Cloud Infrastructure v0.20.0, May 31 23
Oracle Cloud Infrastructure v0.20.0, May 31 23
oci.CloudGuard.getDataMaskRule
Explore with Pulumi AI
This data source provides details about a specific Data Mask Rule resource in Oracle Cloud Infrastructure Cloud Guard service.
Returns a DataMaskRule identified by DataMaskRuleId
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testDataMaskRule = Oci.CloudGuard.GetDataMaskRule.Invoke(new()
{
DataMaskRuleId = oci_cloud_guard_data_mask_rule.Test_data_mask_rule.Id,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/CloudGuard"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := CloudGuard.GetDataMaskRule(ctx, &cloudguard.GetDataMaskRuleArgs{
DataMaskRuleId: oci_cloud_guard_data_mask_rule.Test_data_mask_rule.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.CloudGuard.CloudGuardFunctions;
import com.pulumi.oci.CloudGuard.inputs.GetDataMaskRuleArgs;
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 testDataMaskRule = CloudGuardFunctions.getDataMaskRule(GetDataMaskRuleArgs.builder()
.dataMaskRuleId(oci_cloud_guard_data_mask_rule.test_data_mask_rule().id())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_data_mask_rule = oci.CloudGuard.get_data_mask_rule(data_mask_rule_id=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDataMaskRule = oci.CloudGuard.getDataMaskRule({
dataMaskRuleId: oci_cloud_guard_data_mask_rule.test_data_mask_rule.id,
});
variables:
testDataMaskRule:
fn::invoke:
Function: oci:CloudGuard:getDataMaskRule
Arguments:
dataMaskRuleId: ${oci_cloud_guard_data_mask_rule.test_data_mask_rule.id}
Using getDataMaskRule
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 getDataMaskRule(args: GetDataMaskRuleArgs, opts?: InvokeOptions): Promise<GetDataMaskRuleResult>
function getDataMaskRuleOutput(args: GetDataMaskRuleOutputArgs, opts?: InvokeOptions): Output<GetDataMaskRuleResult>
def get_data_mask_rule(data_mask_rule_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDataMaskRuleResult
def get_data_mask_rule_output(data_mask_rule_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDataMaskRuleResult]
func GetDataMaskRule(ctx *Context, args *GetDataMaskRuleArgs, opts ...InvokeOption) (*GetDataMaskRuleResult, error)
func GetDataMaskRuleOutput(ctx *Context, args *GetDataMaskRuleOutputArgs, opts ...InvokeOption) GetDataMaskRuleResultOutput
> Note: This function is named GetDataMaskRule
in the Go SDK.
public static class GetDataMaskRule
{
public static Task<GetDataMaskRuleResult> InvokeAsync(GetDataMaskRuleArgs args, InvokeOptions? opts = null)
public static Output<GetDataMaskRuleResult> Invoke(GetDataMaskRuleInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDataMaskRuleResult> getDataMaskRule(GetDataMaskRuleArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:CloudGuard/getDataMaskRule:getDataMaskRule
arguments:
# arguments dictionary
The following arguments are supported:
- Data
Mask stringRule Id OCID of dataMaskRule
- Data
Mask stringRule Id OCID of dataMaskRule
- data
Mask StringRule Id OCID of dataMaskRule
- data
Mask stringRule Id OCID of dataMaskRule
- data_
mask_ strrule_ id OCID of dataMaskRule
- data
Mask StringRule Id OCID of dataMaskRule
getDataMaskRule Result
The following output properties are available:
- Compartment
Id string Compartment Identifier where the resource is created.
- Data
Mask List<string>Categories Data Mask Categories
- Data
Mask stringRule Id - Data
Mask stringRule Status The status of the dataMaskRule.
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
The data mask rule description.
- Display
Name string Data Mask Rule Identifier, can be renamed.
- Dictionary<string, object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Iam
Group stringId IAM Group id associated with the data mask rule
- Id string
Unique identifier that is immutable on creation
- Lifecyle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- State string
The current state of the DataMaskRule.
- Dictionary<string, object>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Target
Selecteds List<GetData Mask Rule Target Selected> Target Selection eg select ALL or select on basis of TargetResourceTypes or TargetIds.
- Time
Created string The date and time the target was created. Format defined by RFC3339.
- Time
Updated string The date and time the target was updated. Format defined by RFC3339.
- Compartment
Id string Compartment Identifier where the resource is created.
- Data
Mask []stringCategories Data Mask Categories
- Data
Mask stringRule Id - Data
Mask stringRule Status The status of the dataMaskRule.
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
The data mask rule description.
- Display
Name string Data Mask Rule Identifier, can be renamed.
- map[string]interface{}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Iam
Group stringId IAM Group id associated with the data mask rule
- Id string
Unique identifier that is immutable on creation
- Lifecyle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- State string
The current state of the DataMaskRule.
- map[string]interface{}
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Target
Selecteds []GetData Mask Rule Target Selected Target Selection eg select ALL or select on basis of TargetResourceTypes or TargetIds.
- Time
Created string The date and time the target was created. Format defined by RFC3339.
- Time
Updated string The date and time the target was updated. Format defined by RFC3339.
- compartment
Id String Compartment Identifier where the resource is created.
- data
Mask List<String>Categories Data Mask Categories
- data
Mask StringRule Id - data
Mask StringRule Status The status of the dataMaskRule.
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
The data mask rule description.
- display
Name String Data Mask Rule Identifier, can be renamed.
- Map<String,Object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- iam
Group StringId IAM Group id associated with the data mask rule
- id String
Unique identifier that is immutable on creation
- lifecyle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- state String
The current state of the DataMaskRule.
- Map<String,Object>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- target
Selecteds List<GetData Mask Rule Target Selected> Target Selection eg select ALL or select on basis of TargetResourceTypes or TargetIds.
- time
Created String The date and time the target was created. Format defined by RFC3339.
- time
Updated String The date and time the target was updated. Format defined by RFC3339.
- compartment
Id string Compartment Identifier where the resource is created.
- data
Mask string[]Categories Data Mask Categories
- data
Mask stringRule Id - data
Mask stringRule Status The status of the dataMaskRule.
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
The data mask rule description.
- display
Name string Data Mask Rule Identifier, can be renamed.
- {[key: string]: any}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- iam
Group stringId IAM Group id associated with the data mask rule
- id string
Unique identifier that is immutable on creation
- lifecyle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- state string
The current state of the DataMaskRule.
- {[key: string]: any}
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- target
Selecteds GetData Mask Rule Target Selected[] Target Selection eg select ALL or select on basis of TargetResourceTypes or TargetIds.
- time
Created string The date and time the target was created. Format defined by RFC3339.
- time
Updated string The date and time the target was updated. Format defined by RFC3339.
- compartment_
id str Compartment Identifier where the resource is created.
- data_
mask_ Sequence[str]categories Data Mask Categories
- data_
mask_ strrule_ id - data_
mask_ strrule_ status The status of the dataMaskRule.
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
The data mask rule description.
- display_
name str Data Mask Rule Identifier, can be renamed.
- Mapping[str, Any]
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- iam_
group_ strid IAM Group id associated with the data mask rule
- id str
Unique identifier that is immutable on creation
- lifecyle_
details str A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- state str
The current state of the DataMaskRule.
- Mapping[str, Any]
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- target_
selecteds GetData Mask Rule Target Selected] Target Selection eg select ALL or select on basis of TargetResourceTypes or TargetIds.
- time_
created str The date and time the target was created. Format defined by RFC3339.
- time_
updated str The date and time the target was updated. Format defined by RFC3339.
- compartment
Id String Compartment Identifier where the resource is created.
- data
Mask List<String>Categories Data Mask Categories
- data
Mask StringRule Id - data
Mask StringRule Status The status of the dataMaskRule.
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
The data mask rule description.
- display
Name String Data Mask Rule Identifier, can be renamed.
- Map<Any>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- iam
Group StringId IAM Group id associated with the data mask rule
- id String
Unique identifier that is immutable on creation
- lifecyle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- state String
The current state of the DataMaskRule.
- Map<Any>
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example:
{"orcl-cloud.free-tier-retained": "true"}
- target
Selecteds List<Property Map> Target Selection eg select ALL or select on basis of TargetResourceTypes or TargetIds.
- time
Created String The date and time the target was created. Format defined by RFC3339.
- time
Updated String The date and time the target was updated. Format defined by RFC3339.
Supporting Types
GetDataMaskRuleTargetSelected
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.