Data Source: oci_identity_domains_cloud_gate_mapping

This data source provides details about a specific Cloud Gate Mapping resource in Oracle Cloud Infrastructure Identity Domains service.

Get a Cloud Gate mapping

Example Usage

data "oci_identity_domains_cloud_gate_mapping" "test_cloud_gate_mapping" {
	#Required
	cloud_gate_mapping_id = oci_identity_domains_cloud_gate_mapping.test_cloud_gate_mapping.id
	idcs_endpoint = data.oci_identity_domain.test_domain.url

	#Optional
	attribute_sets = ["all"]
	attributes = ""
	authorization = var.cloud_gate_mapping_authorization
	resource_type_schema_version = var.cloud_gate_mapping_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: