Data Source: oci_email_suppressions

This data source provides the list of Suppressions in Oracle Cloud Infrastructure Email service.

Gets a list of suppressed recipient email addresses for a user. The compartmentId for suppressions must be a tenancy OCID. The returned list is sorted by creation time in descending order.

Example Usage

data "oci_email_suppressions" "test_suppressions" {
    #Required
    compartment_id = var.tenancy_ocid

    #Optional
    email_address = var.suppression_email_address
    time_created_greater_than_or_equal_to = var.suppression_time_created_greater_than_or_equal_to
    time_created_less_than = var.suppression_time_created_less_than
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Suppression Reference

The following attributes are exported: