Data Source: oci_identity_domains_identity_proofing_provider

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

Get an IdentityProofingProvider.

Example Usage

data "oci_identity_domains_identity_proofing_provider" "test_identity_proofing_provider" {
	#Required
	idcs_endpoint = data.oci_identity_domain.test_domain.url
	identity_proofing_provider_id = oci_identity_domains_identity_proofing_provider.test_identity_proofing_provider.id

	#Optional
	attribute_sets = ["all"]
	attributes = ""
	authorization = var.identity_proofing_provider_authorization
	resource_type_schema_version = var.identity_proofing_provider_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: