Data Source: oci_golden_gate_deployment_certificate
This data source provides details about a specific Deployment Certificate resource in Oracle Cloud Infrastructure Golden Gate service.
Retrieves a Certificate.
Example Usage
data "oci_golden_gate_deployment_certificate" "test_deployment_certificate" {
#Required
certificate_key = var.deployment_certificate_certificate_key
deployment_id = oci_golden_gate_deployment.test_deployment.id
}
Argument Reference
The following arguments are supported:
certificate_key
- (Required) A unique certificate identifier.deployment_id
- (Required) A unique Deployment identifier.
Attributes Reference
The following attributes are exported:
authority_key_id
- The Certificate authority key id.certificate_content
- The base64 encoded content of the PEM file containing the SSL certificate.deployment_id
- The OCID of the deployment being referenced.is_ca
- Indicates if the certificate is ca.is_self_signed
- Indicates if the certificate is self signed.issuer
- The Certificate issuer.key
- The identifier key (unique name in the scope of the deployment) of the certificate being referenced. It must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.md5hash
- The Certificate md5Hash.public_key
- The Certificate public key.public_key_algorithm
- The Certificate public key algorithm.public_key_size
- The Certificate public key size.serial
- The Certificate serial.sha1hash
- The Certificate sha1 hash.state
- Possible certificate lifecycle states.subject
- The Certificate subject.subject_key_id
- The Certificate subject key id.time_created
- The time the resource was created. The format is defined by RFC3339, such as2016-08-25T21:10:29.600Z
.time_valid_from
- The time the certificate is valid from. The format is defined by RFC3339, such as2016-08-25T21:10:29.600Z
.time_valid_to
- The time the certificate is valid to. The format is defined by RFC3339, such as2016-08-25T21:10:29.600Z
.version
- The Certificate version.