Data Source: oci_data_safe_data_safe_configuration
This data source provides details about a specific Data Safe Configuration resource in Oracle Cloud Infrastructure Data Safe service.
Gets the details of the Data Safe configuration.
Example Usage
data "oci_data_safe_data_safe_configuration" "test_data_safe_configuration" {
	#Optional
	compartment_id = var.compartment_id
}
Argument Reference
The following arguments are supported:
- compartment_id- (Optional) A filter to return the Data Safe configuration for the specified tenancy OCID.
Attributes Reference
The following attributes are exported:
- compartment_id- The OCID of the tenancy used to enable Data Safe.
- data_safe_nat_gateway_ip_address- The Oracle Data Safe’s NAT Gateway IP Address.
- defined_tags- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:- {"Operations.CostCenter": "42"}
- freeform_tags- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:- {"Department": "Finance"}
- global_settings- Details of the tenancy level global settings in Data Safe.- is_paid_usage- The paid usage option chosen by the customer admin.
- offline_retention_period- The offline retention period in months.
- online_retention_period- The online retention period in months.
 
- is_enabled- Indicates if Data Safe is enabled.
- state- The current state of Data Safe.
- time_enabled- The date and time Data Safe was enabled, in the format defined by RFC3339.
- url- The URL of the Data Safe service.