Data Source: oci_identity_domains_mapped_attribute

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

Get Attribute Mappings for a Mapped Attribute

Example Usage

data "oci_identity_domains_mapped_attribute" "test_mapped_attribute" {
	#Required
	idcs_endpoint = data.oci_identity_domain.test_domain.url
	mapped_attribute_id = oci_identity_domains_mapped_attribute.test_mapped_attribute.id

	#Optional
	attribute_sets = ["all"]
	attributes = ""
	authorization = var.mapped_attribute_authorization
	resource_type_schema_version = var.mapped_attribute_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: