» Data Source: oci_waas_certificates

This data source provides the list of Certificates in Oracle Cloud Infrastructure Waas service.

Gets a list of SSL certificates that can be used in a WAAS policy.

» Example Usage

data "oci_waas_certificates" "test_certificates" {
    #Required
    compartment_id = "${var.compartment_id}"

    #Optional
    display_names = "${var.certificate_display_names}"
    ids = "${var.certificate_ids}"
    states = "${var.certificate_states}"
    time_created_greater_than_or_equal_to = "${var.certificate_time_created_greater_than_or_equal_to}"
    time_created_less_than = "${var.certificate_time_created_less_than}"
}

» Argument Reference

The following arguments are supported:

  • compartment_id - (Required) The OCID of the compartment. This number is generated when the compartment is created.
  • display_names - (Optional) Filter certificates using a list of display names.
  • ids - (Optional) Filter certificates using a list of certificates OCIDs.
  • states - (Optional) Filter certificates using a list of lifecycle states.
  • time_created_greater_than_or_equal_to - (Optional) A filter that matches certificates created on or after the specified date-time.
  • time_created_less_than - (Optional) A filter that matches certificates created before the specified date-time.

» Attributes Reference

The following attributes are exported:

» Certificate Reference

The following attributes are exported: