Data Source: oci_identity_domains_identity_propagation_trust

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

Get an existing Identity Propagation Trust configuration.

Example Usage

data "oci_identity_domains_identity_propagation_trust" "test_identity_propagation_trust" {
    #Required
    idcs_endpoint = data.oci_identity_domain.test_domain.url
    identity_propagation_trust_id = oci_identity_domains_identity_propagation_trust.test_identity_propagation_trust.id

    #Optional
    attribute_sets = ["all"]
    attributes = ""
    authorization = var.identity_propagation_trust_authorization
    resource_type_schema_version = var.identity_propagation_trust_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: