Data Source: oci_identity_domains_social_identity_provider

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

Get a Social Identity Provider

Example Usage

data "oci_identity_domains_social_identity_provider" "test_social_identity_provider" {
	#Required
	idcs_endpoint = data.oci_identity_domain.test_domain.url
	social_identity_provider_id = oci_identity_identity_provider.test_identity_provider.id

	#Optional
	authorization = var.social_identity_provider_authorization
	resource_type_schema_version = var.social_identity_provider_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: