Data Source: oci_identity_domains_identity_setting

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

Get an Identity setting.

Example Usage

data "oci_identity_domains_identity_setting" "test_identity_setting" {
	#Required
	idcs_endpoint = data.oci_identity_domain.test_domain.url
	identity_setting_id = oci_identity_domains_identity_setting.test_identity_setting.id

	#Optional
	attribute_sets = ["all"]
	attributes = ""
	authorization = var.identity_setting_authorization
	resource_type_schema_version = var.identity_setting_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: