Data Source: oci_identity_domains_rule

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

Get a Rule

Example Usage

data "oci_identity_domains_rule" "test_rule" {
	#Required
	idcs_endpoint = data.oci_identity_domain.test_domain.url
	rule_id = oci_events_rule.test_rule.id

	#Optional
	attribute_sets = ["all"]
	attributes = ""
	authorization = var.rule_authorization
	resource_type_schema_version = var.rule_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: