Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.GoldenGate.getDeploymentCertificates
Explore with Pulumi AI
This data source provides the list of Deployment Certificates in Oracle Cloud Infrastructure Golden Gate service.
Returns a list of certificates from truststore.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDeploymentCertificates = oci.GoldenGate.getDeploymentCertificates({
deploymentId: testDeployment.id,
state: deploymentCertificateState,
});
import pulumi
import pulumi_oci as oci
test_deployment_certificates = oci.GoldenGate.get_deployment_certificates(deployment_id=test_deployment["id"],
state=deployment_certificate_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/goldengate"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := goldengate.GetDeploymentCertificates(ctx, &goldengate.GetDeploymentCertificatesArgs{
DeploymentId: testDeployment.Id,
State: pulumi.StringRef(deploymentCertificateState),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testDeploymentCertificates = Oci.GoldenGate.GetDeploymentCertificates.Invoke(new()
{
DeploymentId = testDeployment.Id,
State = deploymentCertificateState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.GoldenGate.GoldenGateFunctions;
import com.pulumi.oci.GoldenGate.inputs.GetDeploymentCertificatesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testDeploymentCertificates = GoldenGateFunctions.getDeploymentCertificates(GetDeploymentCertificatesArgs.builder()
.deploymentId(testDeployment.id())
.state(deploymentCertificateState)
.build());
}
}
variables:
testDeploymentCertificates:
fn::invoke:
function: oci:GoldenGate:getDeploymentCertificates
arguments:
deploymentId: ${testDeployment.id}
state: ${deploymentCertificateState}
Using getDeploymentCertificates
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDeploymentCertificates(args: GetDeploymentCertificatesArgs, opts?: InvokeOptions): Promise<GetDeploymentCertificatesResult>
function getDeploymentCertificatesOutput(args: GetDeploymentCertificatesOutputArgs, opts?: InvokeOptions): Output<GetDeploymentCertificatesResult>
def get_deployment_certificates(deployment_id: Optional[str] = None,
filters: Optional[Sequence[_goldengate.GetDeploymentCertificatesFilter]] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDeploymentCertificatesResult
def get_deployment_certificates_output(deployment_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_goldengate.GetDeploymentCertificatesFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDeploymentCertificatesResult]
func GetDeploymentCertificates(ctx *Context, args *GetDeploymentCertificatesArgs, opts ...InvokeOption) (*GetDeploymentCertificatesResult, error)
func GetDeploymentCertificatesOutput(ctx *Context, args *GetDeploymentCertificatesOutputArgs, opts ...InvokeOption) GetDeploymentCertificatesResultOutput
> Note: This function is named GetDeploymentCertificates
in the Go SDK.
public static class GetDeploymentCertificates
{
public static Task<GetDeploymentCertificatesResult> InvokeAsync(GetDeploymentCertificatesArgs args, InvokeOptions? opts = null)
public static Output<GetDeploymentCertificatesResult> Invoke(GetDeploymentCertificatesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDeploymentCertificatesResult> getDeploymentCertificates(GetDeploymentCertificatesArgs args, InvokeOptions options)
public static Output<GetDeploymentCertificatesResult> getDeploymentCertificates(GetDeploymentCertificatesArgs args, InvokeOptions options)
fn::invoke:
function: oci:GoldenGate/getDeploymentCertificates:getDeploymentCertificates
arguments:
# arguments dictionary
The following arguments are supported:
- Deployment
Id This property is required. string - A unique Deployment identifier.
- Filters
Changes to this property will trigger replacement.
Deployment Certificates Filter> - State string
- A filter to return only connections having the 'lifecycleState' given.
- Deployment
Id This property is required. string - A unique Deployment identifier.
- Filters
Changes to this property will trigger replacement.
Deployment Certificates Filter - State string
- A filter to return only connections having the 'lifecycleState' given.
- deployment
Id This property is required. String - A unique Deployment identifier.
- filters
Changes to this property will trigger replacement.
Deployment Certificates Filter> - state String
- A filter to return only connections having the 'lifecycleState' given.
- deployment
Id This property is required. string - A unique Deployment identifier.
- filters
Changes to this property will trigger replacement.
Deployment Certificates Filter[] - state string
- A filter to return only connections having the 'lifecycleState' given.
- deployment_
id This property is required. str - A unique Deployment identifier.
- filters
Changes to this property will trigger replacement.
Get Deployment Certificates Filter] - state str
- A filter to return only connections having the 'lifecycleState' given.
- deployment
Id This property is required. String - A unique Deployment identifier.
- filters
Changes to this property will trigger replacement.
- state String
- A filter to return only connections having the 'lifecycleState' given.
getDeploymentCertificates Result
The following output properties are available:
- Certificate
Collections List<GetDeployment Certificates Certificate Collection> - The list of certificate_collection.
- Deployment
Id string - The OCID of the deployment being referenced.
- Id string
- The provider-assigned unique ID for this managed resource.
- Filters
List<Get
Deployment Certificates Filter> - State string
- Possible certificate lifecycle states.
- Certificate
Collections []GetDeployment Certificates Certificate Collection - The list of certificate_collection.
- Deployment
Id string - The OCID of the deployment being referenced.
- Id string
- The provider-assigned unique ID for this managed resource.
- Filters
[]Get
Deployment Certificates Filter - State string
- Possible certificate lifecycle states.
- certificate
Collections List<GetDeployment Certificates Certificate Collection> - The list of certificate_collection.
- deployment
Id String - The OCID of the deployment being referenced.
- id String
- The provider-assigned unique ID for this managed resource.
- filters
List<Get
Deployment Certificates Filter> - state String
- Possible certificate lifecycle states.
- certificate
Collections GetDeployment Certificates Certificate Collection[] - The list of certificate_collection.
- deployment
Id string - The OCID of the deployment being referenced.
- id string
- The provider-assigned unique ID for this managed resource.
- filters
Get
Deployment Certificates Filter[] - state string
- Possible certificate lifecycle states.
- certificate_
collections Sequence[goldengate.Get Deployment Certificates Certificate Collection] - The list of certificate_collection.
- deployment_
id str - The OCID of the deployment being referenced.
- id str
- The provider-assigned unique ID for this managed resource.
- filters
Sequence[goldengate.
Get Deployment Certificates Filter] - state str
- Possible certificate lifecycle states.
- certificate
Collections List<Property Map> - The list of certificate_collection.
- deployment
Id String - The OCID of the deployment being referenced.
- id String
- The provider-assigned unique ID for this managed resource.
- filters List<Property Map>
- state String
- Possible certificate lifecycle states.
Supporting Types
GetDeploymentCertificatesCertificateCollection
- Items
This property is required. List<GetDeployment Certificates Certificate Collection Item>
- Items
This property is required. []GetDeployment Certificates Certificate Collection Item
- items
This property is required. List<GetDeployment Certificates Certificate Collection Item>
- items
This property is required. GetDeployment Certificates Certificate Collection Item[]
- items
This property is required. Sequence[goldengate.Get Deployment Certificates Certificate Collection Item]
- items
This property is required. List<Property Map>
GetDeploymentCertificatesCertificateCollectionItem
This property is required. string- The Certificate authority key id.
- Certificate
Content This property is required. string - The base64 encoded content of the PEM file containing the SSL certificate.
- Deployment
Id This property is required. string - A unique Deployment identifier.
- Is
Ca This property is required. bool - Indicates if the certificate is ca.
- Is
Lock Override This property is required. bool - Is
Self Signed This property is required. bool - Indicates if the certificate is self signed.
- Issuer
This property is required. string - The Certificate issuer.
- Key
This property is required. string - 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
This property is required. string - The Certificate md5Hash.
- Public
Key This property is required. string - The Certificate public key.
- Public
Key Algorithm This property is required. string - The Certificate public key algorithm.
- Public
Key Size This property is required. string - The Certificate public key size.
- Serial
This property is required. string - The Certificate serial.
- Sha1hash
This property is required. string - The Certificate sha1 hash.
- State
This property is required. string - A filter to return only connections having the 'lifecycleState' given.
- Subject
This property is required. string - The Certificate subject.
- Subject
Key Id This property is required. string - The Certificate subject key id.
- Time
Created This property is required. string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Valid From This property is required. string - The time the certificate is valid from. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Valid To This property is required. string - The time the certificate is valid to. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Version
This property is required. string - The Certificate version.
This property is required. string- The Certificate authority key id.
- Certificate
Content This property is required. string - The base64 encoded content of the PEM file containing the SSL certificate.
- Deployment
Id This property is required. string - A unique Deployment identifier.
- Is
Ca This property is required. bool - Indicates if the certificate is ca.
- Is
Lock Override This property is required. bool - Is
Self Signed This property is required. bool - Indicates if the certificate is self signed.
- Issuer
This property is required. string - The Certificate issuer.
- Key
This property is required. string - 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
This property is required. string - The Certificate md5Hash.
- Public
Key This property is required. string - The Certificate public key.
- Public
Key Algorithm This property is required. string - The Certificate public key algorithm.
- Public
Key Size This property is required. string - The Certificate public key size.
- Serial
This property is required. string - The Certificate serial.
- Sha1hash
This property is required. string - The Certificate sha1 hash.
- State
This property is required. string - A filter to return only connections having the 'lifecycleState' given.
- Subject
This property is required. string - The Certificate subject.
- Subject
Key Id This property is required. string - The Certificate subject key id.
- Time
Created This property is required. string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Valid From This property is required. string - The time the certificate is valid from. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Time
Valid To This property is required. string - The time the certificate is valid to. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - Version
This property is required. string - The Certificate version.
This property is required. String- The Certificate authority key id.
- certificate
Content This property is required. String - The base64 encoded content of the PEM file containing the SSL certificate.
- deployment
Id This property is required. String - A unique Deployment identifier.
- is
Ca This property is required. Boolean - Indicates if the certificate is ca.
- is
Lock Override This property is required. Boolean - is
Self Signed This property is required. Boolean - Indicates if the certificate is self signed.
- issuer
This property is required. String - The Certificate issuer.
- key
This property is required. String - 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
This property is required. String - The Certificate md5Hash.
- public
Key This property is required. String - The Certificate public key.
- public
Key Algorithm This property is required. String - The Certificate public key algorithm.
- public
Key Size This property is required. String - The Certificate public key size.
- serial
This property is required. String - The Certificate serial.
- sha1hash
This property is required. String - The Certificate sha1 hash.
- state
This property is required. String - A filter to return only connections having the 'lifecycleState' given.
- subject
This property is required. String - The Certificate subject.
- subject
Key Id This property is required. String - The Certificate subject key id.
- time
Created This property is required. String - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Valid From This property is required. String - The time the certificate is valid from. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Valid To This property is required. String - The time the certificate is valid to. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - version
This property is required. String - The Certificate version.
This property is required. string- The Certificate authority key id.
- certificate
Content This property is required. string - The base64 encoded content of the PEM file containing the SSL certificate.
- deployment
Id This property is required. string - A unique Deployment identifier.
- is
Ca This property is required. boolean - Indicates if the certificate is ca.
- is
Lock Override This property is required. boolean - is
Self Signed This property is required. boolean - Indicates if the certificate is self signed.
- issuer
This property is required. string - The Certificate issuer.
- key
This property is required. string - 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
This property is required. string - The Certificate md5Hash.
- public
Key This property is required. string - The Certificate public key.
- public
Key Algorithm This property is required. string - The Certificate public key algorithm.
- public
Key Size This property is required. string - The Certificate public key size.
- serial
This property is required. string - The Certificate serial.
- sha1hash
This property is required. string - The Certificate sha1 hash.
- state
This property is required. string - A filter to return only connections having the 'lifecycleState' given.
- subject
This property is required. string - The Certificate subject.
- subject
Key Id This property is required. string - The Certificate subject key id.
- time
Created This property is required. string - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Valid From This property is required. string - The time the certificate is valid from. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Valid To This property is required. string - The time the certificate is valid to. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - version
This property is required. string - The Certificate version.
This property is required. str- The Certificate authority key id.
- certificate_
content This property is required. str - The base64 encoded content of the PEM file containing the SSL certificate.
- deployment_
id This property is required. str - A unique Deployment identifier.
- is_
ca This property is required. bool - Indicates if the certificate is ca.
- is_
lock_ override This property is required. bool - is_
self_ signed This property is required. bool - Indicates if the certificate is self signed.
- issuer
This property is required. str - The Certificate issuer.
- key
This property is required. str - 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
This property is required. str - The Certificate md5Hash.
- public_
key This property is required. str - The Certificate public key.
- public_
key_ algorithm This property is required. str - The Certificate public key algorithm.
- public_
key_ size This property is required. str - The Certificate public key size.
- serial
This property is required. str - The Certificate serial.
- sha1hash
This property is required. str - The Certificate sha1 hash.
- state
This property is required. str - A filter to return only connections having the 'lifecycleState' given.
- subject
This property is required. str - The Certificate subject.
- subject_
key_ id This property is required. str - The Certificate subject key id.
- time_
created This property is required. str - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
valid_ from This property is required. str - The time the certificate is valid from. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time_
valid_ to This property is required. str - The time the certificate is valid to. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - version
This property is required. str - The Certificate version.
This property is required. String- The Certificate authority key id.
- certificate
Content This property is required. String - The base64 encoded content of the PEM file containing the SSL certificate.
- deployment
Id This property is required. String - A unique Deployment identifier.
- is
Ca This property is required. Boolean - Indicates if the certificate is ca.
- is
Lock Override This property is required. Boolean - is
Self Signed This property is required. Boolean - Indicates if the certificate is self signed.
- issuer
This property is required. String - The Certificate issuer.
- key
This property is required. String - 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
This property is required. String - The Certificate md5Hash.
- public
Key This property is required. String - The Certificate public key.
- public
Key Algorithm This property is required. String - The Certificate public key algorithm.
- public
Key Size This property is required. String - The Certificate public key size.
- serial
This property is required. String - The Certificate serial.
- sha1hash
This property is required. String - The Certificate sha1 hash.
- state
This property is required. String - A filter to return only connections having the 'lifecycleState' given.
- subject
This property is required. String - The Certificate subject.
- subject
Key Id This property is required. String - The Certificate subject key id.
- time
Created This property is required. String - The time the resource was created. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Valid From This property is required. String - The time the certificate is valid from. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - time
Valid To This property is required. String - The time the certificate is valid to. The format is defined by RFC3339, such as
2016-08-25T21:10:29.600Z
. - version
This property is required. String - The Certificate version.
GetDeploymentCertificatesFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.