Data Source: oci_identity_domains_identity_provider

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

Get an Identity Provider

Example Usage

data "oci_identity_domains_identity_provider" "test_identity_provider" {
	#Required
	idcs_endpoint = data.oci_identity_domain.test_domain.url
	identity_provider_id = oci_identity_identity_provider.test_identity_provider.id

	#Optional
	attribute_sets = []
	attributes = ""
	authorization = var.identity_provider_authorization
	resource_type_schema_version = var.identity_provider_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: