1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataSafe
  5. getSensitiveDataModelReferentialRelation
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

oci.DataSafe.getSensitiveDataModelReferentialRelation

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

    This data source provides details about a specific Sensitive Data Model Referential Relation resource in Oracle Cloud Infrastructure Data Safe service.

    Gets the details of the specified referential relation.

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    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.GetSensitiveDataModelReferentialRelationArgs;
    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 testSensitiveDataModelReferentialRelation = DataSafeFunctions.getSensitiveDataModelReferentialRelation(GetSensitiveDataModelReferentialRelationArgs.builder()
                .referentialRelationKey(sensitiveDataModelReferentialRelationReferentialRelationKey)
                .sensitiveDataModelId(testSensitiveDataModel.id())
                .build());
    
        }
    }
    
    variables:
      testSensitiveDataModelReferentialRelation:
        fn::invoke:
          function: oci:DataSafe:getSensitiveDataModelReferentialRelation
          arguments:
            referentialRelationKey: ${sensitiveDataModelReferentialRelationReferentialRelationKey}
            sensitiveDataModelId: ${testSensitiveDataModel.id}
    

    Using getSensitiveDataModelReferentialRelation

    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 getSensitiveDataModelReferentialRelation(args: GetSensitiveDataModelReferentialRelationArgs, opts?: InvokeOptions): Promise<GetSensitiveDataModelReferentialRelationResult>
    function getSensitiveDataModelReferentialRelationOutput(args: GetSensitiveDataModelReferentialRelationOutputArgs, opts?: InvokeOptions): Output<GetSensitiveDataModelReferentialRelationResult>
    def get_sensitive_data_model_referential_relation(key: Optional[str] = None,
                                                      sensitive_data_model_id: Optional[str] = None,
                                                      opts: Optional[InvokeOptions] = None) -> GetSensitiveDataModelReferentialRelationResult
    def get_sensitive_data_model_referential_relation_output(key: Optional[pulumi.Input[str]] = None,
                                                      sensitive_data_model_id: Optional[pulumi.Input[str]] = None,
                                                      opts: Optional[InvokeOptions] = None) -> Output[GetSensitiveDataModelReferentialRelationResult]
    func GetSensitiveDataModelReferentialRelation(ctx *Context, args *GetSensitiveDataModelReferentialRelationArgs, opts ...InvokeOption) (*GetSensitiveDataModelReferentialRelationResult, error)
    func GetSensitiveDataModelReferentialRelationOutput(ctx *Context, args *GetSensitiveDataModelReferentialRelationOutputArgs, opts ...InvokeOption) GetSensitiveDataModelReferentialRelationResultOutput

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

    public static class GetSensitiveDataModelReferentialRelation 
    {
        public static Task<GetSensitiveDataModelReferentialRelationResult> InvokeAsync(GetSensitiveDataModelReferentialRelationArgs args, InvokeOptions? opts = null)
        public static Output<GetSensitiveDataModelReferentialRelationResult> Invoke(GetSensitiveDataModelReferentialRelationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSensitiveDataModelReferentialRelationResult> getSensitiveDataModelReferentialRelation(GetSensitiveDataModelReferentialRelationArgs args, InvokeOptions options)
    public static Output<GetSensitiveDataModelReferentialRelationResult> getSensitiveDataModelReferentialRelation(GetSensitiveDataModelReferentialRelationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:DataSafe/getSensitiveDataModelReferentialRelation:getSensitiveDataModelReferentialRelation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Key string
    The unique key that identifies the referential relation. It's numeric and unique within a sensitive data model.
    SensitiveDataModelId string
    The OCID of the sensitive data model.
    Key string
    The unique key that identifies the referential relation. It's numeric and unique within a sensitive data model.
    SensitiveDataModelId string
    The OCID of the sensitive data model.
    key String
    The unique key that identifies the referential relation. It's numeric and unique within a sensitive data model.
    sensitiveDataModelId String
    The OCID of the sensitive data model.
    key string
    The unique key that identifies the referential relation. It's numeric and unique within a sensitive data model.
    sensitiveDataModelId string
    The OCID of the sensitive data model.
    key str
    The unique key that identifies the referential relation. It's numeric and unique within a sensitive data model.
    sensitive_data_model_id str
    The OCID of the sensitive data model.
    key String
    The unique key that identifies the referential relation. It's numeric and unique within a sensitive data model.
    sensitiveDataModelId String
    The OCID of the sensitive data model.

    getSensitiveDataModelReferentialRelation Result

    The following output properties are available:

    Children List<GetSensitiveDataModelReferentialRelationChild>
    columnsInfo object has details of column group with schema details.
    Id string
    IsSensitive bool
    Determines if the columns present in the referential relation is present in the sensitive data model
    Key string
    The unique key that identifies the referential relation. It's numeric and unique within a sensitive data model.
    Parents List<GetSensitiveDataModelReferentialRelationParent>
    columnsInfo object has details of column group with schema details.
    RelationType string
    The type of referential relationship the sensitive column has with its parent. NONE indicates that the sensitive column does not have a parent. DB_DEFINED indicates that the relationship is defined in the database dictionary. APP_DEFINED indicates that the relationship is defined at the application level and not in the database dictionary.
    SensitiveDataModelId string
    The OCID of the sensitive data model that contains the sensitive column.
    State string
    The current state of the referential relation.
    Children []GetSensitiveDataModelReferentialRelationChild
    columnsInfo object has details of column group with schema details.
    Id string
    IsSensitive bool
    Determines if the columns present in the referential relation is present in the sensitive data model
    Key string
    The unique key that identifies the referential relation. It's numeric and unique within a sensitive data model.
    Parents []GetSensitiveDataModelReferentialRelationParent
    columnsInfo object has details of column group with schema details.
    RelationType string
    The type of referential relationship the sensitive column has with its parent. NONE indicates that the sensitive column does not have a parent. DB_DEFINED indicates that the relationship is defined in the database dictionary. APP_DEFINED indicates that the relationship is defined at the application level and not in the database dictionary.
    SensitiveDataModelId string
    The OCID of the sensitive data model that contains the sensitive column.
    State string
    The current state of the referential relation.
    children List<GetSensitiveDataModelReferentialRelationChild>
    columnsInfo object has details of column group with schema details.
    id String
    isSensitive Boolean
    Determines if the columns present in the referential relation is present in the sensitive data model
    key String
    The unique key that identifies the referential relation. It's numeric and unique within a sensitive data model.
    parents List<GetSensitiveDataModelReferentialRelationParent>
    columnsInfo object has details of column group with schema details.
    relationType String
    The type of referential relationship the sensitive column has with its parent. NONE indicates that the sensitive column does not have a parent. DB_DEFINED indicates that the relationship is defined in the database dictionary. APP_DEFINED indicates that the relationship is defined at the application level and not in the database dictionary.
    sensitiveDataModelId String
    The OCID of the sensitive data model that contains the sensitive column.
    state String
    The current state of the referential relation.
    children GetSensitiveDataModelReferentialRelationChild[]
    columnsInfo object has details of column group with schema details.
    id string
    isSensitive boolean
    Determines if the columns present in the referential relation is present in the sensitive data model
    key string
    The unique key that identifies the referential relation. It's numeric and unique within a sensitive data model.
    parents GetSensitiveDataModelReferentialRelationParent[]
    columnsInfo object has details of column group with schema details.
    relationType string
    The type of referential relationship the sensitive column has with its parent. NONE indicates that the sensitive column does not have a parent. DB_DEFINED indicates that the relationship is defined in the database dictionary. APP_DEFINED indicates that the relationship is defined at the application level and not in the database dictionary.
    sensitiveDataModelId string
    The OCID of the sensitive data model that contains the sensitive column.
    state string
    The current state of the referential relation.
    children Sequence[datasafe.GetSensitiveDataModelReferentialRelationChild]
    columnsInfo object has details of column group with schema details.
    id str
    is_sensitive bool
    Determines if the columns present in the referential relation is present in the sensitive data model
    key str
    The unique key that identifies the referential relation. It's numeric and unique within a sensitive data model.
    parents Sequence[datasafe.GetSensitiveDataModelReferentialRelationParent]
    columnsInfo object has details of column group with schema details.
    relation_type str
    The type of referential relationship the sensitive column has with its parent. NONE indicates that the sensitive column does not have a parent. DB_DEFINED indicates that the relationship is defined in the database dictionary. APP_DEFINED indicates that the relationship is defined at the application level and not in the database dictionary.
    sensitive_data_model_id str
    The OCID of the sensitive data model that contains the sensitive column.
    state str
    The current state of the referential relation.
    children List<Property Map>
    columnsInfo object has details of column group with schema details.
    id String
    isSensitive Boolean
    Determines if the columns present in the referential relation is present in the sensitive data model
    key String
    The unique key that identifies the referential relation. It's numeric and unique within a sensitive data model.
    parents List<Property Map>
    columnsInfo object has details of column group with schema details.
    relationType String
    The type of referential relationship the sensitive column has with its parent. NONE indicates that the sensitive column does not have a parent. DB_DEFINED indicates that the relationship is defined in the database dictionary. APP_DEFINED indicates that the relationship is defined at the application level and not in the database dictionary.
    sensitiveDataModelId String
    The OCID of the sensitive data model that contains the sensitive column.
    state String
    The current state of the referential relation.

    Supporting Types

    GetSensitiveDataModelReferentialRelationChild

    AppName string
    The application name.
    ColumnGroups List<string>
    Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
    Object string
    The database object that contains the columns.
    ObjectType string
    The type of the database object that contains the sensitive column.
    SchemaName string
    The schema name.
    SensitiveTypeIds List<string>
    Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
    AppName string
    The application name.
    ColumnGroups []string
    Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
    Object string
    The database object that contains the columns.
    ObjectType string
    The type of the database object that contains the sensitive column.
    SchemaName string
    The schema name.
    SensitiveTypeIds []string
    Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
    appName String
    The application name.
    columnGroups List<String>
    Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
    object String
    The database object that contains the columns.
    objectType String
    The type of the database object that contains the sensitive column.
    schemaName String
    The schema name.
    sensitiveTypeIds List<String>
    Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
    appName string
    The application name.
    columnGroups string[]
    Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
    object string
    The database object that contains the columns.
    objectType string
    The type of the database object that contains the sensitive column.
    schemaName string
    The schema name.
    sensitiveTypeIds string[]
    Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
    app_name str
    The application name.
    column_groups Sequence[str]
    Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
    object str
    The database object that contains the columns.
    object_type str
    The type of the database object that contains the sensitive column.
    schema_name str
    The schema name.
    sensitive_type_ids Sequence[str]
    Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
    appName String
    The application name.
    columnGroups List<String>
    Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
    object String
    The database object that contains the columns.
    objectType String
    The type of the database object that contains the sensitive column.
    schemaName String
    The schema name.
    sensitiveTypeIds List<String>
    Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.

    GetSensitiveDataModelReferentialRelationParent

    AppName string
    The application name.
    ColumnGroups List<string>
    Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
    Object string
    The database object that contains the columns.
    ObjectType string
    The type of the database object that contains the sensitive column.
    SchemaName string
    The schema name.
    SensitiveTypeIds List<string>
    Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
    AppName string
    The application name.
    ColumnGroups []string
    Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
    Object string
    The database object that contains the columns.
    ObjectType string
    The type of the database object that contains the sensitive column.
    SchemaName string
    The schema name.
    SensitiveTypeIds []string
    Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
    appName String
    The application name.
    columnGroups List<String>
    Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
    object String
    The database object that contains the columns.
    objectType String
    The type of the database object that contains the sensitive column.
    schemaName String
    The schema name.
    sensitiveTypeIds List<String>
    Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
    appName string
    The application name.
    columnGroups string[]
    Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
    object string
    The database object that contains the columns.
    objectType string
    The type of the database object that contains the sensitive column.
    schemaName string
    The schema name.
    sensitiveTypeIds string[]
    Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
    app_name str
    The application name.
    column_groups Sequence[str]
    Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
    object str
    The database object that contains the columns.
    object_type str
    The type of the database object that contains the sensitive column.
    schema_name str
    The schema name.
    sensitive_type_ids Sequence[str]
    Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
    appName String
    The application name.
    columnGroups List<String>
    Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
    object String
    The database object that contains the columns.
    objectType String
    The type of the database object that contains the sensitive column.
    schemaName String
    The schema name.
    sensitiveTypeIds List<String>
    Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi