Data Source: oci_data_safe_masking_policy_referential_relations

This data source provides the list of Masking Policy Referential Relations in Oracle Cloud Infrastructure Data Safe service.

Gets a list of referential relations present in the specified masking policy based on the specified query parameters.

Example Usage

data "oci_data_safe_masking_policy_referential_relations" "test_masking_policy_referential_relations" {
	#Required
	masking_policy_id = oci_data_safe_masking_policy.test_masking_policy.id

	#Optional
	column_name = var.masking_policy_referential_relation_column_name
	object = var.masking_policy_referential_relation_object
	relation_type = var.masking_policy_referential_relation_relation_type
	schema_name = var.masking_policy_referential_relation_schema_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

MaskingPolicyReferentialRelation Reference

The following attributes are exported: