Data Source: oci_certificates_management_certificate_authorities

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

Lists all certificate authorities (CAs) in the specified compartment. Optionally, you can use the parameter FilterByCertificateAuthorityIdQueryParam to limit the results to a single item that matches the specified CA.

Example Usage

data "oci_certificates_management_certificate_authorities" "test_certificate_authorities" {

    #Optional
    certificate_authority_id = oci_certificates_management_certificate_authority.test_certificate_authority.id
    compartment_id = var.compartment_id
    issuer_certificate_authority_id = oci_certificates_management_certificate_authority.test_certificate_authority.id
    name = var.certificate_authority_name
    state = var.certificate_authority_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

CertificateAuthority Reference

The following attributes are exported: