Data Source: oci_identity_domains_notification_setting

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

Get Notification Settings

Example Usage

data "oci_identity_domains_notification_setting" "test_notification_setting" {
	#Required
	idcs_endpoint = data.oci_identity_domain.test_domain.url
	notification_setting_id = oci_identity_domains_notification_setting.test_notification_setting.id

	#Optional
	attribute_sets = ["all"]
	attributes = ""
	authorization = var.notification_setting_authorization
	resource_type_schema_version = var.notification_setting_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: