This data source provides the list of Deployment Certificates in Oracle Cloud Infrastructure Golden Gate service.
Returns a list of certificates from truststore.
data "oci_golden_gate_deployment_certificates" "test_deployment_certificates" {
#Required
deployment_id = oci_golden_gate_deployment.test_deployment.id
#Optional
state = var.deployment_certificate_state
}
The following arguments are supported:
deployment_id
- (Required) A unique Deployment identifier. state
- (Optional) A filter to return only connections having the 'lifecycleState' given. The following attributes are exported:
certificate_collection
- The list of certificate_collection.The following attributes are exported:
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.time_created
- The time the resource was created. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z
.is_self_signed
- Indicates if the certificate is self signed.state
- Possible certificate lifecycle states.subject
- The Certificate subject.time_valid_to
- The time the certificate is valid to. The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z
.