Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi
oci.DataSafe.getSensitiveDataModelReferentialRelation
Explore with Pulumi AI
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.
- Sensitive
Data stringModel Id - 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.
- Sensitive
Data stringModel Id - 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.
- sensitive
Data StringModel Id - 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.
- sensitive
Data stringModel Id - 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_ strmodel_ id - 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.
- sensitive
Data StringModel Id - The OCID of the sensitive data model.
getSensitiveDataModelReferentialRelation Result
The following output properties are available:
- Children
List<Get
Sensitive Data Model Referential Relation Child> - columnsInfo object has details of column group with schema details.
- Id string
- Is
Sensitive 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<Get
Sensitive Data Model Referential Relation Parent> - columnsInfo object has details of column group with schema details.
- Relation
Type 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.
- Sensitive
Data stringModel Id - The OCID of the sensitive data model that contains the sensitive column.
- State string
- The current state of the referential relation.
- Children
[]Get
Sensitive Data Model Referential Relation Child - columnsInfo object has details of column group with schema details.
- Id string
- Is
Sensitive 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
[]Get
Sensitive Data Model Referential Relation Parent - columnsInfo object has details of column group with schema details.
- Relation
Type 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.
- Sensitive
Data stringModel Id - The OCID of the sensitive data model that contains the sensitive column.
- State string
- The current state of the referential relation.
- children
List<Get
Sensitive Data Model Referential Relation Child> - columnsInfo object has details of column group with schema details.
- id String
- is
Sensitive 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<Get
Sensitive Data Model Referential Relation Parent> - columnsInfo object has details of column group with schema details.
- relation
Type 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.
- sensitive
Data StringModel Id - The OCID of the sensitive data model that contains the sensitive column.
- state String
- The current state of the referential relation.
- children
Get
Sensitive Data Model Referential Relation Child[] - columnsInfo object has details of column group with schema details.
- id string
- is
Sensitive 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
Get
Sensitive Data Model Referential Relation Parent[] - columnsInfo object has details of column group with schema details.
- relation
Type 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.
- sensitive
Data stringModel Id - The OCID of the sensitive data model that contains the sensitive column.
- state string
- The current state of the referential relation.
- children
Sequence[datasafe.
Get Sensitive Data Model Referential Relation Child] - 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.
Get Sensitive Data Model Referential Relation Parent] - 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_ strmodel_ id - 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
- is
Sensitive 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.
- relation
Type 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.
- sensitive
Data StringModel Id - The OCID of the sensitive data model that contains the sensitive column.
- state String
- The current state of the referential relation.
Supporting Types
GetSensitiveDataModelReferentialRelationChild
- App
Name string - The application name.
- Column
Groups 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.
- Object
Type string - The type of the database object that contains the sensitive column.
- Schema
Name string - The schema name.
- Sensitive
Type List<string>Ids - 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 string - The application name.
- Column
Groups []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.
- Object
Type string - The type of the database object that contains the sensitive column.
- Schema
Name string - The schema name.
- Sensitive
Type []stringIds - 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 String - The application name.
- column
Groups 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.
- object
Type String - The type of the database object that contains the sensitive column.
- schema
Name String - The schema name.
- sensitive
Type List<String>Ids - 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 string - The application name.
- column
Groups 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.
- object
Type string - The type of the database object that contains the sensitive column.
- schema
Name string - The schema name.
- sensitive
Type string[]Ids - 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_ Sequence[str]ids - 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 String - The application name.
- column
Groups 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.
- object
Type String - The type of the database object that contains the sensitive column.
- schema
Name String - The schema name.
- sensitive
Type List<String>Ids - 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
- App
Name string - The application name.
- Column
Groups 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.
- Object
Type string - The type of the database object that contains the sensitive column.
- Schema
Name string - The schema name.
- Sensitive
Type List<string>Ids - 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 string - The application name.
- Column
Groups []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.
- Object
Type string - The type of the database object that contains the sensitive column.
- Schema
Name string - The schema name.
- Sensitive
Type []stringIds - 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 String - The application name.
- column
Groups 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.
- object
Type String - The type of the database object that contains the sensitive column.
- schema
Name String - The schema name.
- sensitive
Type List<String>Ids - 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 string - The application name.
- column
Groups 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.
- object
Type string - The type of the database object that contains the sensitive column.
- schema
Name string - The schema name.
- sensitive
Type string[]Ids - 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_ Sequence[str]ids - 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 String - The application name.
- column
Groups 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.
- object
Type String - The type of the database object that contains the sensitive column.
- schema
Name String - The schema name.
- sensitive
Type List<String>Ids - 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.