Data Source: oci_identity_domains_account_recovery_setting

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

Get an account recovery setting.

Example Usage

data "oci_identity_domains_account_recovery_setting" "test_account_recovery_setting" {
	#Required
	account_recovery_setting_id = oci_identity_domains_account_recovery_setting.test_account_recovery_setting.id
	idcs_endpoint = data.oci_identity_domain.test_domain.url

	#Optional
	attribute_sets = ["all"]
	attributes = ""
	authorization = var.account_recovery_setting_authorization
	resource_type_schema_version = var.account_recovery_setting_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: