Data Source: oci_identity_domains_authentication_factor_setting

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

Get Authentication Factor Settings

Example Usage

data "oci_identity_domains_authentication_factor_setting" "test_authentication_factor_setting" {
	#Required
	authentication_factor_setting_id = oci_identity_domains_authentication_factor_setting.test_authentication_factor_setting.id
	idcs_endpoint = data.oci_identity_domain.test_domain.url

	#Optional
	attribute_sets = []
	attributes = ""
	authorization = var.authentication_factor_setting_authorization
	resource_type_schema_version = var.authentication_factor_setting_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: