Data Source: oci_identity_domains_setting

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

Get Settings

Example Usage

data "oci_identity_domains_setting" "test_setting" {
	#Required
	idcs_endpoint = data.oci_identity_domain.test_domain.url
	setting_id = "Settings"

	#Optional
	attribute_sets = ["all"]
	attributes = ""
	authorization = var.setting_authorization
	resource_type_schema_version = var.setting_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: