Data Source: oci_certificates_management_certificates

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

Lists all certificates that match the query parameters. Optionally, you can use the parameter FilterByCertificateIdQueryParam to limit the result set to a single item that matches the specified certificate.

Example Usage

data "oci_certificates_management_certificates" "test_certificates" {

	#Optional
	certificate_id = oci_certificates_management_certificate.test_certificate.id
	compartment_id = var.compartment_id
	issuer_certificate_authority_id = oci_certificates_management_certificate_authority.test_certificate_authority.id
	name = var.certificate_name
	state = var.certificate_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Certificate Reference

The following attributes are exported: