Data Source: oci_identity_domains_user_attributes_settings

This data source provides the list of User Attributes Settings in Oracle Cloud Infrastructure Identity Domains service.

Search User Schema Attribute Settings

Example Usage

data "oci_identity_domains_user_attributes_settings" "test_user_attributes_settings" {
	#Required
	idcs_endpoint = data.oci_identity_domain.test_domain.url
	user_attributes_setting_id = oci_identity_domains_user_attributes_setting.test_user_attributes_setting.id
	
	#Optional
	attribute_sets = ["all"]
	attributes = ""
	authorization = var.user_attributes_setting_authorization
	resource_type_schema_version = var.user_attributes_setting_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

UserAttributesSetting Reference

The following attributes are exported: