Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.DataSafe.getSdmMaskingPolicyDifferenceDifferenceColumns
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides the list of Sdm Masking Policy Difference Difference Columns in Oracle Cloud Infrastructure Data Safe service.
Gets a list of columns of a SDM masking policy difference resource based on the specified query parameters.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSdmMaskingPolicyDifferenceDifferenceColumns = oci.DataSafe.getSdmMaskingPolicyDifferenceDifferenceColumns({
sdmMaskingPolicyDifferenceId: testSdmMaskingPolicyDifference.id,
columnNames: sdmMaskingPolicyDifferenceDifferenceColumnColumnName,
differenceType: sdmMaskingPolicyDifferenceDifferenceColumnDifferenceType,
objects: sdmMaskingPolicyDifferenceDifferenceColumnObject,
plannedAction: sdmMaskingPolicyDifferenceDifferenceColumnPlannedAction,
schemaNames: sdmMaskingPolicyDifferenceDifferenceColumnSchemaName,
syncStatus: sdmMaskingPolicyDifferenceDifferenceColumnSyncStatus,
});
import pulumi
import pulumi_oci as oci
test_sdm_masking_policy_difference_difference_columns = oci.DataSafe.get_sdm_masking_policy_difference_difference_columns(sdm_masking_policy_difference_id=test_sdm_masking_policy_difference["id"],
column_names=sdm_masking_policy_difference_difference_column_column_name,
difference_type=sdm_masking_policy_difference_difference_column_difference_type,
objects=sdm_masking_policy_difference_difference_column_object,
planned_action=sdm_masking_policy_difference_difference_column_planned_action,
schema_names=sdm_masking_policy_difference_difference_column_schema_name,
sync_status=sdm_masking_policy_difference_difference_column_sync_status)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/DataSafe"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DataSafe.GetSdmMaskingPolicyDifferenceDifferenceColumns(ctx, &datasafe.GetSdmMaskingPolicyDifferenceDifferenceColumnsArgs{
SdmMaskingPolicyDifferenceId: testSdmMaskingPolicyDifference.Id,
ColumnNames: sdmMaskingPolicyDifferenceDifferenceColumnColumnName,
DifferenceType: pulumi.StringRef(sdmMaskingPolicyDifferenceDifferenceColumnDifferenceType),
Objects: sdmMaskingPolicyDifferenceDifferenceColumnObject,
PlannedAction: pulumi.StringRef(sdmMaskingPolicyDifferenceDifferenceColumnPlannedAction),
SchemaNames: sdmMaskingPolicyDifferenceDifferenceColumnSchemaName,
SyncStatus: pulumi.StringRef(sdmMaskingPolicyDifferenceDifferenceColumnSyncStatus),
}, 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 testSdmMaskingPolicyDifferenceDifferenceColumns = Oci.DataSafe.GetSdmMaskingPolicyDifferenceDifferenceColumns.Invoke(new()
{
SdmMaskingPolicyDifferenceId = testSdmMaskingPolicyDifference.Id,
ColumnNames = sdmMaskingPolicyDifferenceDifferenceColumnColumnName,
DifferenceType = sdmMaskingPolicyDifferenceDifferenceColumnDifferenceType,
Objects = sdmMaskingPolicyDifferenceDifferenceColumnObject,
PlannedAction = sdmMaskingPolicyDifferenceDifferenceColumnPlannedAction,
SchemaNames = sdmMaskingPolicyDifferenceDifferenceColumnSchemaName,
SyncStatus = sdmMaskingPolicyDifferenceDifferenceColumnSyncStatus,
});
});
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.GetSdmMaskingPolicyDifferenceDifferenceColumnsArgs;
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 testSdmMaskingPolicyDifferenceDifferenceColumns = DataSafeFunctions.getSdmMaskingPolicyDifferenceDifferenceColumns(GetSdmMaskingPolicyDifferenceDifferenceColumnsArgs.builder()
.sdmMaskingPolicyDifferenceId(testSdmMaskingPolicyDifference.id())
.columnNames(sdmMaskingPolicyDifferenceDifferenceColumnColumnName)
.differenceType(sdmMaskingPolicyDifferenceDifferenceColumnDifferenceType)
.objects(sdmMaskingPolicyDifferenceDifferenceColumnObject)
.plannedAction(sdmMaskingPolicyDifferenceDifferenceColumnPlannedAction)
.schemaNames(sdmMaskingPolicyDifferenceDifferenceColumnSchemaName)
.syncStatus(sdmMaskingPolicyDifferenceDifferenceColumnSyncStatus)
.build());
}
}
variables:
testSdmMaskingPolicyDifferenceDifferenceColumns:
fn::invoke:
Function: oci:DataSafe:getSdmMaskingPolicyDifferenceDifferenceColumns
Arguments:
sdmMaskingPolicyDifferenceId: ${testSdmMaskingPolicyDifference.id}
columnNames: ${sdmMaskingPolicyDifferenceDifferenceColumnColumnName}
differenceType: ${sdmMaskingPolicyDifferenceDifferenceColumnDifferenceType}
objects: ${sdmMaskingPolicyDifferenceDifferenceColumnObject}
plannedAction: ${sdmMaskingPolicyDifferenceDifferenceColumnPlannedAction}
schemaNames: ${sdmMaskingPolicyDifferenceDifferenceColumnSchemaName}
syncStatus: ${sdmMaskingPolicyDifferenceDifferenceColumnSyncStatus}
Using getSdmMaskingPolicyDifferenceDifferenceColumns
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 getSdmMaskingPolicyDifferenceDifferenceColumns(args: GetSdmMaskingPolicyDifferenceDifferenceColumnsArgs, opts?: InvokeOptions): Promise<GetSdmMaskingPolicyDifferenceDifferenceColumnsResult>
function getSdmMaskingPolicyDifferenceDifferenceColumnsOutput(args: GetSdmMaskingPolicyDifferenceDifferenceColumnsOutputArgs, opts?: InvokeOptions): Output<GetSdmMaskingPolicyDifferenceDifferenceColumnsResult>
def get_sdm_masking_policy_difference_difference_columns(column_names: Optional[Sequence[str]] = None,
difference_type: Optional[str] = None,
filters: Optional[Sequence[_datasafe.GetSdmMaskingPolicyDifferenceDifferenceColumnsFilter]] = None,
objects: Optional[Sequence[str]] = None,
planned_action: Optional[str] = None,
schema_names: Optional[Sequence[str]] = None,
sdm_masking_policy_difference_id: Optional[str] = None,
sync_status: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSdmMaskingPolicyDifferenceDifferenceColumnsResult
def get_sdm_masking_policy_difference_difference_columns_output(column_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
difference_type: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_datasafe.GetSdmMaskingPolicyDifferenceDifferenceColumnsFilterArgs]]]] = None,
objects: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
planned_action: Optional[pulumi.Input[str]] = None,
schema_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
sdm_masking_policy_difference_id: Optional[pulumi.Input[str]] = None,
sync_status: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSdmMaskingPolicyDifferenceDifferenceColumnsResult]
func GetSdmMaskingPolicyDifferenceDifferenceColumns(ctx *Context, args *GetSdmMaskingPolicyDifferenceDifferenceColumnsArgs, opts ...InvokeOption) (*GetSdmMaskingPolicyDifferenceDifferenceColumnsResult, error)
func GetSdmMaskingPolicyDifferenceDifferenceColumnsOutput(ctx *Context, args *GetSdmMaskingPolicyDifferenceDifferenceColumnsOutputArgs, opts ...InvokeOption) GetSdmMaskingPolicyDifferenceDifferenceColumnsResultOutput
> Note: This function is named GetSdmMaskingPolicyDifferenceDifferenceColumns
in the Go SDK.
public static class GetSdmMaskingPolicyDifferenceDifferenceColumns
{
public static Task<GetSdmMaskingPolicyDifferenceDifferenceColumnsResult> InvokeAsync(GetSdmMaskingPolicyDifferenceDifferenceColumnsArgs args, InvokeOptions? opts = null)
public static Output<GetSdmMaskingPolicyDifferenceDifferenceColumnsResult> Invoke(GetSdmMaskingPolicyDifferenceDifferenceColumnsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSdmMaskingPolicyDifferenceDifferenceColumnsResult> getSdmMaskingPolicyDifferenceDifferenceColumns(GetSdmMaskingPolicyDifferenceDifferenceColumnsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DataSafe/getSdmMaskingPolicyDifferenceDifferenceColumns:getSdmMaskingPolicyDifferenceDifferenceColumns
arguments:
# arguments dictionary
The following arguments are supported:
- Sdm
Masking stringPolicy Difference Id - The OCID of the SDM masking policy difference.
- Column
Names List<string> - A filter to return only a specific column based on column name.
- Difference
Type string - A filter to return only the SDM masking policy difference columns that match the specified difference type
- Filters
List<Get
Sdm Masking Policy Difference Difference Columns Filter> - Objects List<string>
- A filter to return only items related to a specific object name.
- Planned
Action string - A filter to return only the SDM masking policy difference columns that match the specified planned action.
- Schema
Names List<string> - A filter to return only items related to specific schema name.
- Sync
Status string - A filter to return the SDM masking policy difference columns based on the value of their syncStatus attribute.
- Sdm
Masking stringPolicy Difference Id - The OCID of the SDM masking policy difference.
- Column
Names []string - A filter to return only a specific column based on column name.
- Difference
Type string - A filter to return only the SDM masking policy difference columns that match the specified difference type
- Filters
[]Get
Sdm Masking Policy Difference Difference Columns Filter - Objects []string
- A filter to return only items related to a specific object name.
- Planned
Action string - A filter to return only the SDM masking policy difference columns that match the specified planned action.
- Schema
Names []string - A filter to return only items related to specific schema name.
- Sync
Status string - A filter to return the SDM masking policy difference columns based on the value of their syncStatus attribute.
- sdm
Masking StringPolicy Difference Id - The OCID of the SDM masking policy difference.
- column
Names List<String> - A filter to return only a specific column based on column name.
- difference
Type String - A filter to return only the SDM masking policy difference columns that match the specified difference type
- filters
List<Get
Sdm Masking Policy Difference Difference Columns Filter> - objects List<String>
- A filter to return only items related to a specific object name.
- planned
Action String - A filter to return only the SDM masking policy difference columns that match the specified planned action.
- schema
Names List<String> - A filter to return only items related to specific schema name.
- sync
Status String - A filter to return the SDM masking policy difference columns based on the value of their syncStatus attribute.
- sdm
Masking stringPolicy Difference Id - The OCID of the SDM masking policy difference.
- column
Names string[] - A filter to return only a specific column based on column name.
- difference
Type string - A filter to return only the SDM masking policy difference columns that match the specified difference type
- filters
Get
Sdm Masking Policy Difference Difference Columns Filter[] - objects string[]
- A filter to return only items related to a specific object name.
- planned
Action string - A filter to return only the SDM masking policy difference columns that match the specified planned action.
- schema
Names string[] - A filter to return only items related to specific schema name.
- sync
Status string - A filter to return the SDM masking policy difference columns based on the value of their syncStatus attribute.
- sdm_
masking_ strpolicy_ difference_ id - The OCID of the SDM masking policy difference.
- column_
names Sequence[str] - A filter to return only a specific column based on column name.
- difference_
type str - A filter to return only the SDM masking policy difference columns that match the specified difference type
- filters
Sequence[datasafe.
Get Sdm Masking Policy Difference Difference Columns Filter] - objects Sequence[str]
- A filter to return only items related to a specific object name.
- planned_
action str - A filter to return only the SDM masking policy difference columns that match the specified planned action.
- schema_
names Sequence[str] - A filter to return only items related to specific schema name.
- sync_
status str - A filter to return the SDM masking policy difference columns based on the value of their syncStatus attribute.
- sdm
Masking StringPolicy Difference Id - The OCID of the SDM masking policy difference.
- column
Names List<String> - A filter to return only a specific column based on column name.
- difference
Type String - A filter to return only the SDM masking policy difference columns that match the specified difference type
- filters List<Property Map>
- objects List<String>
- A filter to return only items related to a specific object name.
- planned
Action String - A filter to return only the SDM masking policy difference columns that match the specified planned action.
- schema
Names List<String> - A filter to return only items related to specific schema name.
- sync
Status String - A filter to return the SDM masking policy difference columns based on the value of their syncStatus attribute.
getSdmMaskingPolicyDifferenceDifferenceColumns Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Sdm
Masking List<GetPolicy Difference Column Collections Sdm Masking Policy Difference Difference Columns Sdm Masking Policy Difference Column Collection> - The list of sdm_masking_policy_difference_column_collection.
- Sdm
Masking stringPolicy Difference Id - Column
Names List<string> - The name of the difference column.
- Difference
Type string - The type of the SDM masking policy difference column. It can be one of the following three types: NEW: A new sensitive column in the sensitive data model that is not in the masking policy. DELETED: A column that is present in the masking policy but has been deleted from the sensitive data model. MODIFIED: A column that is present in the masking policy as well as the sensitive data model but some of its attributes have been modified.
- Filters
List<Get
Sdm Masking Policy Difference Difference Columns Filter> - Objects List<string>
- The database object that contains the difference column.
- Planned
Action string - Specifies how to process the difference column. It's set to SYNC by default. Use the PatchSdmMaskingPolicyDifferenceColumns operation to update this attribute. You can choose one of the following options: SYNC: To sync the difference column and update the masking policy to reflect the changes. NO_SYNC: To not sync the difference column so that it doesn't change the masking policy. After specifying the planned action, you can use the ApplySdmMaskingPolicyDifference operation to automatically process the difference columns.
- Schema
Names List<string> - The database schema that contains the difference column.
- Sync
Status string - Indicates if the difference column has been processed. Use GetDifferenceColumn operation to track whether the difference column has already been processed and applied to the masking policy.
- Id string
- The provider-assigned unique ID for this managed resource.
- Sdm
Masking []GetPolicy Difference Column Collections Sdm Masking Policy Difference Difference Columns Sdm Masking Policy Difference Column Collection - The list of sdm_masking_policy_difference_column_collection.
- Sdm
Masking stringPolicy Difference Id - Column
Names []string - The name of the difference column.
- Difference
Type string - The type of the SDM masking policy difference column. It can be one of the following three types: NEW: A new sensitive column in the sensitive data model that is not in the masking policy. DELETED: A column that is present in the masking policy but has been deleted from the sensitive data model. MODIFIED: A column that is present in the masking policy as well as the sensitive data model but some of its attributes have been modified.
- Filters
[]Get
Sdm Masking Policy Difference Difference Columns Filter - Objects []string
- The database object that contains the difference column.
- Planned
Action string - Specifies how to process the difference column. It's set to SYNC by default. Use the PatchSdmMaskingPolicyDifferenceColumns operation to update this attribute. You can choose one of the following options: SYNC: To sync the difference column and update the masking policy to reflect the changes. NO_SYNC: To not sync the difference column so that it doesn't change the masking policy. After specifying the planned action, you can use the ApplySdmMaskingPolicyDifference operation to automatically process the difference columns.
- Schema
Names []string - The database schema that contains the difference column.
- Sync
Status string - Indicates if the difference column has been processed. Use GetDifferenceColumn operation to track whether the difference column has already been processed and applied to the masking policy.
- id String
- The provider-assigned unique ID for this managed resource.
- sdm
Masking List<GetPolicy Difference Column Collections Sdm Masking Policy Difference Difference Columns Sdm Masking Policy Difference Column Collection> - The list of sdm_masking_policy_difference_column_collection.
- sdm
Masking StringPolicy Difference Id - column
Names List<String> - The name of the difference column.
- difference
Type String - The type of the SDM masking policy difference column. It can be one of the following three types: NEW: A new sensitive column in the sensitive data model that is not in the masking policy. DELETED: A column that is present in the masking policy but has been deleted from the sensitive data model. MODIFIED: A column that is present in the masking policy as well as the sensitive data model but some of its attributes have been modified.
- filters
List<Get
Sdm Masking Policy Difference Difference Columns Filter> - objects List<String>
- The database object that contains the difference column.
- planned
Action String - Specifies how to process the difference column. It's set to SYNC by default. Use the PatchSdmMaskingPolicyDifferenceColumns operation to update this attribute. You can choose one of the following options: SYNC: To sync the difference column and update the masking policy to reflect the changes. NO_SYNC: To not sync the difference column so that it doesn't change the masking policy. After specifying the planned action, you can use the ApplySdmMaskingPolicyDifference operation to automatically process the difference columns.
- schema
Names List<String> - The database schema that contains the difference column.
- sync
Status String - Indicates if the difference column has been processed. Use GetDifferenceColumn operation to track whether the difference column has already been processed and applied to the masking policy.
- id string
- The provider-assigned unique ID for this managed resource.
- sdm
Masking GetPolicy Difference Column Collections Sdm Masking Policy Difference Difference Columns Sdm Masking Policy Difference Column Collection[] - The list of sdm_masking_policy_difference_column_collection.
- sdm
Masking stringPolicy Difference Id - column
Names string[] - The name of the difference column.
- difference
Type string - The type of the SDM masking policy difference column. It can be one of the following three types: NEW: A new sensitive column in the sensitive data model that is not in the masking policy. DELETED: A column that is present in the masking policy but has been deleted from the sensitive data model. MODIFIED: A column that is present in the masking policy as well as the sensitive data model but some of its attributes have been modified.
- filters
Get
Sdm Masking Policy Difference Difference Columns Filter[] - objects string[]
- The database object that contains the difference column.
- planned
Action string - Specifies how to process the difference column. It's set to SYNC by default. Use the PatchSdmMaskingPolicyDifferenceColumns operation to update this attribute. You can choose one of the following options: SYNC: To sync the difference column and update the masking policy to reflect the changes. NO_SYNC: To not sync the difference column so that it doesn't change the masking policy. After specifying the planned action, you can use the ApplySdmMaskingPolicyDifference operation to automatically process the difference columns.
- schema
Names string[] - The database schema that contains the difference column.
- sync
Status string - Indicates if the difference column has been processed. Use GetDifferenceColumn operation to track whether the difference column has already been processed and applied to the masking policy.
- id str
- The provider-assigned unique ID for this managed resource.
- sdm_
masking_ Sequence[datasafe.policy_ difference_ column_ collections Get Sdm Masking Policy Difference Difference Columns Sdm Masking Policy Difference Column Collection] - The list of sdm_masking_policy_difference_column_collection.
- sdm_
masking_ strpolicy_ difference_ id - column_
names Sequence[str] - The name of the difference column.
- difference_
type str - The type of the SDM masking policy difference column. It can be one of the following three types: NEW: A new sensitive column in the sensitive data model that is not in the masking policy. DELETED: A column that is present in the masking policy but has been deleted from the sensitive data model. MODIFIED: A column that is present in the masking policy as well as the sensitive data model but some of its attributes have been modified.
- filters
Sequence[datasafe.
Get Sdm Masking Policy Difference Difference Columns Filter] - objects Sequence[str]
- The database object that contains the difference column.
- planned_
action str - Specifies how to process the difference column. It's set to SYNC by default. Use the PatchSdmMaskingPolicyDifferenceColumns operation to update this attribute. You can choose one of the following options: SYNC: To sync the difference column and update the masking policy to reflect the changes. NO_SYNC: To not sync the difference column so that it doesn't change the masking policy. After specifying the planned action, you can use the ApplySdmMaskingPolicyDifference operation to automatically process the difference columns.
- schema_
names Sequence[str] - The database schema that contains the difference column.
- sync_
status str - Indicates if the difference column has been processed. Use GetDifferenceColumn operation to track whether the difference column has already been processed and applied to the masking policy.
- id String
- The provider-assigned unique ID for this managed resource.
- sdm
Masking List<Property Map>Policy Difference Column Collections - The list of sdm_masking_policy_difference_column_collection.
- sdm
Masking StringPolicy Difference Id - column
Names List<String> - The name of the difference column.
- difference
Type String - The type of the SDM masking policy difference column. It can be one of the following three types: NEW: A new sensitive column in the sensitive data model that is not in the masking policy. DELETED: A column that is present in the masking policy but has been deleted from the sensitive data model. MODIFIED: A column that is present in the masking policy as well as the sensitive data model but some of its attributes have been modified.
- filters List<Property Map>
- objects List<String>
- The database object that contains the difference column.
- planned
Action String - Specifies how to process the difference column. It's set to SYNC by default. Use the PatchSdmMaskingPolicyDifferenceColumns operation to update this attribute. You can choose one of the following options: SYNC: To sync the difference column and update the masking policy to reflect the changes. NO_SYNC: To not sync the difference column so that it doesn't change the masking policy. After specifying the planned action, you can use the ApplySdmMaskingPolicyDifference operation to automatically process the difference columns.
- schema
Names List<String> - The database schema that contains the difference column.
- sync
Status String - Indicates if the difference column has been processed. Use GetDifferenceColumn operation to track whether the difference column has already been processed and applied to the masking policy.
Supporting Types
GetSdmMaskingPolicyDifferenceDifferenceColumnsFilter
GetSdmMaskingPolicyDifferenceDifferenceColumnsSdmMaskingPolicyDifferenceColumnCollection
GetSdmMaskingPolicyDifferenceDifferenceColumnsSdmMaskingPolicyDifferenceColumnCollectionItem
- Column
Name string - A filter to return only a specific column based on column name.
- Difference
Type string - A filter to return only the SDM masking policy difference columns that match the specified difference type
- Key string
- The unique key that identifies the SDM masking policy difference column.
- Masking
Columnkey string - The unique key that identifies the masking column represented by the SDM masking policy difference column.
- Object string
- A filter to return only items related to a specific object name.
- Planned
Action string - A filter to return only the SDM masking policy difference columns that match the specified planned action.
- Schema
Name string - A filter to return only items related to specific schema name.
- Sensitive
Columnkey string - The unique key that identifies the sensitive column represented by the SDM masking policy difference column.
- Sensitive
Type stringId - The OCID of the sensitive type associated with the difference column.
- Sync
Status string - A filter to return the SDM masking policy difference columns based on the value of their syncStatus attribute.
- Time
Last stringSynced - The date and time the SDM masking policy difference column was last synced, in the format defined by RFC3339.
- Column
Name string - A filter to return only a specific column based on column name.
- Difference
Type string - A filter to return only the SDM masking policy difference columns that match the specified difference type
- Key string
- The unique key that identifies the SDM masking policy difference column.
- Masking
Columnkey string - The unique key that identifies the masking column represented by the SDM masking policy difference column.
- Object string
- A filter to return only items related to a specific object name.
- Planned
Action string - A filter to return only the SDM masking policy difference columns that match the specified planned action.
- Schema
Name string - A filter to return only items related to specific schema name.
- Sensitive
Columnkey string - The unique key that identifies the sensitive column represented by the SDM masking policy difference column.
- Sensitive
Type stringId - The OCID of the sensitive type associated with the difference column.
- Sync
Status string - A filter to return the SDM masking policy difference columns based on the value of their syncStatus attribute.
- Time
Last stringSynced - The date and time the SDM masking policy difference column was last synced, in the format defined by RFC3339.
- column
Name String - A filter to return only a specific column based on column name.
- difference
Type String - A filter to return only the SDM masking policy difference columns that match the specified difference type
- key String
- The unique key that identifies the SDM masking policy difference column.
- masking
Columnkey String - The unique key that identifies the masking column represented by the SDM masking policy difference column.
- object String
- A filter to return only items related to a specific object name.
- planned
Action String - A filter to return only the SDM masking policy difference columns that match the specified planned action.
- schema
Name String - A filter to return only items related to specific schema name.
- sensitive
Columnkey String - The unique key that identifies the sensitive column represented by the SDM masking policy difference column.
- sensitive
Type StringId - The OCID of the sensitive type associated with the difference column.
- sync
Status String - A filter to return the SDM masking policy difference columns based on the value of their syncStatus attribute.
- time
Last StringSynced - The date and time the SDM masking policy difference column was last synced, in the format defined by RFC3339.
- column
Name string - A filter to return only a specific column based on column name.
- difference
Type string - A filter to return only the SDM masking policy difference columns that match the specified difference type
- key string
- The unique key that identifies the SDM masking policy difference column.
- masking
Columnkey string - The unique key that identifies the masking column represented by the SDM masking policy difference column.
- object string
- A filter to return only items related to a specific object name.
- planned
Action string - A filter to return only the SDM masking policy difference columns that match the specified planned action.
- schema
Name string - A filter to return only items related to specific schema name.
- sensitive
Columnkey string - The unique key that identifies the sensitive column represented by the SDM masking policy difference column.
- sensitive
Type stringId - The OCID of the sensitive type associated with the difference column.
- sync
Status string - A filter to return the SDM masking policy difference columns based on the value of their syncStatus attribute.
- time
Last stringSynced - The date and time the SDM masking policy difference column was last synced, in the format defined by RFC3339.
- column_
name str - A filter to return only a specific column based on column name.
- difference_
type str - A filter to return only the SDM masking policy difference columns that match the specified difference type
- key str
- The unique key that identifies the SDM masking policy difference column.
- masking_
columnkey str - The unique key that identifies the masking column represented by the SDM masking policy difference column.
- object str
- A filter to return only items related to a specific object name.
- planned_
action str - A filter to return only the SDM masking policy difference columns that match the specified planned action.
- schema_
name str - A filter to return only items related to specific schema name.
- sensitive_
columnkey str - The unique key that identifies the sensitive column represented by the SDM masking policy difference column.
- sensitive_
type_ strid - The OCID of the sensitive type associated with the difference column.
- sync_
status str - A filter to return the SDM masking policy difference columns based on the value of their syncStatus attribute.
- time_
last_ strsynced - The date and time the SDM masking policy difference column was last synced, in the format defined by RFC3339.
- column
Name String - A filter to return only a specific column based on column name.
- difference
Type String - A filter to return only the SDM masking policy difference columns that match the specified difference type
- key String
- The unique key that identifies the SDM masking policy difference column.
- masking
Columnkey String - The unique key that identifies the masking column represented by the SDM masking policy difference column.
- object String
- A filter to return only items related to a specific object name.
- planned
Action String - A filter to return only the SDM masking policy difference columns that match the specified planned action.
- schema
Name String - A filter to return only items related to specific schema name.
- sensitive
Columnkey String - The unique key that identifies the sensitive column represented by the SDM masking policy difference column.
- sensitive
Type StringId - The OCID of the sensitive type associated with the difference column.
- sync
Status String - A filter to return the SDM masking policy difference columns based on the value of their syncStatus attribute.
- time
Last StringSynced - The date and time the SDM masking policy difference column was last synced, 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.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi