Data Source: oci_identity_identity_providers

This data source provides the list of Identity Providers in Oracle Cloud Infrastructure Identity service.

Deprecated. For more information, see Deprecated IAM Service APIs.

Lists all the identity providers in your tenancy. You must specify the identity provider type (e.g., SAML2 for identity providers using the SAML2.0 protocol). You must specify your tenancy's OCID as the value for the compartment ID (remember that the tenancy is simply the root compartment). See Where to Get the Tenancy's OCID and User's OCID.

Example Usage

data "oci_identity_identity_providers" "test_identity_providers" {
    #Required
    compartment_id = var.tenancy_ocid
    protocol = var.identity_provider_protocol

    #Optional
    name = var.identity_provider_name
    state = var.identity_provider_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

IdentityProvider Reference

The following attributes are exported: