oci.CertificatesManagement.getCertificateVersions
Explore with Pulumi AI
This data source provides the list of Certificate Versions in Oracle Cloud Infrastructure Certificates Management service.
Lists all certificate versions for the specified certificate.
Optionally, you can use the parameter FilterByVersionNumberQueryParam
to limit the result set to a single item that matches the specified version number.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testCertificateVersions = oci.CertificatesManagement.getCertificateVersions({
certificateId: testCertificate.id,
versionNumber: certificateVersionVersionNumber,
});
import pulumi
import pulumi_oci as oci
test_certificate_versions = oci.CertificatesManagement.get_certificate_versions(certificate_id=test_certificate["id"],
version_number=certificate_version_version_number)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/CertificatesManagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := CertificatesManagement.GetCertificateVersions(ctx, &certificatesmanagement.GetCertificateVersionsArgs{
CertificateId: testCertificate.Id,
VersionNumber: pulumi.StringRef(certificateVersionVersionNumber),
}, 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 testCertificateVersions = Oci.CertificatesManagement.GetCertificateVersions.Invoke(new()
{
CertificateId = testCertificate.Id,
VersionNumber = certificateVersionVersionNumber,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.CertificatesManagement.CertificatesManagementFunctions;
import com.pulumi.oci.CertificatesManagement.inputs.GetCertificateVersionsArgs;
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 testCertificateVersions = CertificatesManagementFunctions.getCertificateVersions(GetCertificateVersionsArgs.builder()
.certificateId(testCertificate.id())
.versionNumber(certificateVersionVersionNumber)
.build());
}
}
variables:
testCertificateVersions:
fn::invoke:
Function: oci:CertificatesManagement:getCertificateVersions
Arguments:
certificateId: ${testCertificate.id}
versionNumber: ${certificateVersionVersionNumber}
Using getCertificateVersions
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 getCertificateVersions(args: GetCertificateVersionsArgs, opts?: InvokeOptions): Promise<GetCertificateVersionsResult>
function getCertificateVersionsOutput(args: GetCertificateVersionsOutputArgs, opts?: InvokeOptions): Output<GetCertificateVersionsResult>
def get_certificate_versions(certificate_id: Optional[str] = None,
filters: Optional[Sequence[_certificatesmanagement.GetCertificateVersionsFilter]] = None,
version_number: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCertificateVersionsResult
def get_certificate_versions_output(certificate_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_certificatesmanagement.GetCertificateVersionsFilterArgs]]]] = None,
version_number: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCertificateVersionsResult]
func GetCertificateVersions(ctx *Context, args *GetCertificateVersionsArgs, opts ...InvokeOption) (*GetCertificateVersionsResult, error)
func GetCertificateVersionsOutput(ctx *Context, args *GetCertificateVersionsOutputArgs, opts ...InvokeOption) GetCertificateVersionsResultOutput
> Note: This function is named GetCertificateVersions
in the Go SDK.
public static class GetCertificateVersions
{
public static Task<GetCertificateVersionsResult> InvokeAsync(GetCertificateVersionsArgs args, InvokeOptions? opts = null)
public static Output<GetCertificateVersionsResult> Invoke(GetCertificateVersionsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCertificateVersionsResult> getCertificateVersions(GetCertificateVersionsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:CertificatesManagement/getCertificateVersions:getCertificateVersions
arguments:
# arguments dictionary
The following arguments are supported:
- Certificate
Id string - The OCID of the certificate.
- Filters
List<Get
Certificate Versions Filter> - Version
Number string - A filter that returns only resources that match the specified version number. The default value is 0, which means that this filter is not applied.
- Certificate
Id string - The OCID of the certificate.
- Filters
[]Get
Certificate Versions Filter - Version
Number string - A filter that returns only resources that match the specified version number. The default value is 0, which means that this filter is not applied.
- certificate
Id String - The OCID of the certificate.
- filters
List<Get
Certificate Versions Filter> - version
Number String - A filter that returns only resources that match the specified version number. The default value is 0, which means that this filter is not applied.
- certificate
Id string - The OCID of the certificate.
- filters
Get
Certificate Versions Filter[] - version
Number string - A filter that returns only resources that match the specified version number. The default value is 0, which means that this filter is not applied.
- certificate_
id str - The OCID of the certificate.
- filters
Sequence[certificatesmanagement.
Get Certificate Versions Filter] - version_
number str - A filter that returns only resources that match the specified version number. The default value is 0, which means that this filter is not applied.
- certificate
Id String - The OCID of the certificate.
- filters List<Property Map>
- version
Number String - A filter that returns only resources that match the specified version number. The default value is 0, which means that this filter is not applied.
getCertificateVersions Result
The following output properties are available:
- Certificate
Id string - The OCID of the certificate.
- Certificate
Version List<GetCollections Certificate Versions Certificate Version Collection> - The list of certificate_version_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Filters
List<Get
Certificate Versions Filter> - Version
Number string - The version number of the certificate.
- Certificate
Id string - The OCID of the certificate.
- Certificate
Version []GetCollections Certificate Versions Certificate Version Collection - The list of certificate_version_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Filters
[]Get
Certificate Versions Filter - Version
Number string - The version number of the certificate.
- certificate
Id String - The OCID of the certificate.
- certificate
Version List<GetCollections Certificate Versions Certificate Version Collection> - The list of certificate_version_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- filters
List<Get
Certificate Versions Filter> - version
Number String - The version number of the certificate.
- certificate
Id string - The OCID of the certificate.
- certificate
Version GetCollections Certificate Versions Certificate Version Collection[] - The list of certificate_version_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- filters
Get
Certificate Versions Filter[] - version
Number string - The version number of the certificate.
- certificate_
id str - The OCID of the certificate.
- certificate_
version_ Sequence[certificatesmanagement.collections Get Certificate Versions Certificate Version Collection] - The list of certificate_version_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- filters
Sequence[certificatesmanagement.
Get Certificate Versions Filter] - version_
number str - The version number of the certificate.
- certificate
Id String - The OCID of the certificate.
- certificate
Version List<Property Map>Collections - The list of certificate_version_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- filters List<Property Map>
- version
Number String - The version number of the certificate.
Supporting Types
GetCertificateVersionsCertificateVersionCollection
- Items
List<Get
Certificate Versions Certificate Version Collection Item> - A list of certificate version summary objects.
- Items
[]Get
Certificate Versions Certificate Version Collection Item - A list of certificate version summary objects.
- items
List<Get
Certificate Versions Certificate Version Collection Item> - A list of certificate version summary objects.
- items
Get
Certificate Versions Certificate Version Collection Item[] - A list of certificate version summary objects.
- items
Sequence[certificatesmanagement.
Get Certificate Versions Certificate Version Collection Item] - A list of certificate version summary objects.
- items List<Property Map>
- A list of certificate version summary objects.
GetCertificateVersionsCertificateVersionCollectionItem
- Certificate
Id string - The OCID of the certificate.
- Issuer
Ca stringVersion Number - The version number of the issuing certificate authority (CA).
- Revocation
Statuses List<GetCertificate Versions Certificate Version Collection Item Revocation Status> - The current revocation status of the entity.
- Serial
Number string - A unique certificate identifier used in certificate revocation tracking, formatted as octets. Example:
03 AC FC FA CC B3 CB 02 B8 F8 DE F5 85 E7 7B FF
- Stages List<string>
- A list of rotation states for this certificate version.
- Subject
Alternative List<GetNames Certificate Versions Certificate Version Collection Item Subject Alternative Name> - A list of subject alternative names.
- Time
Created string - A optional property indicating the time when the certificate version was created, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Time
Of stringDeletion - An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Validities
List<Get
Certificate Versions Certificate Version Collection Item Validity> - An object that describes a period of time during which an entity is valid. If this is not provided when you create a certificate, the validity of the issuing CA is used.
- Version
Name string - The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
- Version
Number string - A filter that returns only resources that match the specified version number. The default value is 0, which means that this filter is not applied.
- Certificate
Id string - The OCID of the certificate.
- Issuer
Ca stringVersion Number - The version number of the issuing certificate authority (CA).
- Revocation
Statuses []GetCertificate Versions Certificate Version Collection Item Revocation Status - The current revocation status of the entity.
- Serial
Number string - A unique certificate identifier used in certificate revocation tracking, formatted as octets. Example:
03 AC FC FA CC B3 CB 02 B8 F8 DE F5 85 E7 7B FF
- Stages []string
- A list of rotation states for this certificate version.
- Subject
Alternative []GetNames Certificate Versions Certificate Version Collection Item Subject Alternative Name - A list of subject alternative names.
- Time
Created string - A optional property indicating the time when the certificate version was created, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Time
Of stringDeletion - An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Validities
[]Get
Certificate Versions Certificate Version Collection Item Validity - An object that describes a period of time during which an entity is valid. If this is not provided when you create a certificate, the validity of the issuing CA is used.
- Version
Name string - The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
- Version
Number string - A filter that returns only resources that match the specified version number. The default value is 0, which means that this filter is not applied.
- certificate
Id String - The OCID of the certificate.
- issuer
Ca StringVersion Number - The version number of the issuing certificate authority (CA).
- revocation
Statuses List<GetCertificate Versions Certificate Version Collection Item Revocation Status> - The current revocation status of the entity.
- serial
Number String - A unique certificate identifier used in certificate revocation tracking, formatted as octets. Example:
03 AC FC FA CC B3 CB 02 B8 F8 DE F5 85 E7 7B FF
- stages List<String>
- A list of rotation states for this certificate version.
- subject
Alternative List<GetNames Certificate Versions Certificate Version Collection Item Subject Alternative Name> - A list of subject alternative names.
- time
Created String - A optional property indicating the time when the certificate version was created, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of StringDeletion - An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- validities
List<Get
Certificate Versions Certificate Version Collection Item Validity> - An object that describes a period of time during which an entity is valid. If this is not provided when you create a certificate, the validity of the issuing CA is used.
- version
Name String - The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
- version
Number String - A filter that returns only resources that match the specified version number. The default value is 0, which means that this filter is not applied.
- certificate
Id string - The OCID of the certificate.
- issuer
Ca stringVersion Number - The version number of the issuing certificate authority (CA).
- revocation
Statuses GetCertificate Versions Certificate Version Collection Item Revocation Status[] - The current revocation status of the entity.
- serial
Number string - A unique certificate identifier used in certificate revocation tracking, formatted as octets. Example:
03 AC FC FA CC B3 CB 02 B8 F8 DE F5 85 E7 7B FF
- stages string[]
- A list of rotation states for this certificate version.
- subject
Alternative GetNames Certificate Versions Certificate Version Collection Item Subject Alternative Name[] - A list of subject alternative names.
- time
Created string - A optional property indicating the time when the certificate version was created, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of stringDeletion - An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- validities
Get
Certificate Versions Certificate Version Collection Item Validity[] - An object that describes a period of time during which an entity is valid. If this is not provided when you create a certificate, the validity of the issuing CA is used.
- version
Name string - The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
- version
Number string - A filter that returns only resources that match the specified version number. The default value is 0, which means that this filter is not applied.
- certificate_
id str - The OCID of the certificate.
- issuer_
ca_ strversion_ number - The version number of the issuing certificate authority (CA).
- revocation_
statuses Sequence[certificatesmanagement.Get Certificate Versions Certificate Version Collection Item Revocation Status] - The current revocation status of the entity.
- serial_
number str - A unique certificate identifier used in certificate revocation tracking, formatted as octets. Example:
03 AC FC FA CC B3 CB 02 B8 F8 DE F5 85 E7 7B FF
- stages Sequence[str]
- A list of rotation states for this certificate version.
- subject_
alternative_ Sequence[certificatesmanagement.names Get Certificate Versions Certificate Version Collection Item Subject Alternative Name] - A list of subject alternative names.
- time_
created str - A optional property indicating the time when the certificate version was created, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time_
of_ strdeletion - An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- validities
Sequence[certificatesmanagement.
Get Certificate Versions Certificate Version Collection Item Validity] - An object that describes a period of time during which an entity is valid. If this is not provided when you create a certificate, the validity of the issuing CA is used.
- version_
name str - The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
- version_
number str - A filter that returns only resources that match the specified version number. The default value is 0, which means that this filter is not applied.
- certificate
Id String - The OCID of the certificate.
- issuer
Ca StringVersion Number - The version number of the issuing certificate authority (CA).
- revocation
Statuses List<Property Map> - The current revocation status of the entity.
- serial
Number String - A unique certificate identifier used in certificate revocation tracking, formatted as octets. Example:
03 AC FC FA CC B3 CB 02 B8 F8 DE F5 85 E7 7B FF
- stages List<String>
- A list of rotation states for this certificate version.
- subject
Alternative List<Property Map>Names - A list of subject alternative names.
- time
Created String - A optional property indicating the time when the certificate version was created, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of StringDeletion - An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- validities List<Property Map>
- An object that describes a period of time during which an entity is valid. If this is not provided when you create a certificate, the validity of the issuing CA is used.
- version
Name String - The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
- version
Number String - A filter that returns only resources that match the specified version number. The default value is 0, which means that this filter is not applied.
GetCertificateVersionsCertificateVersionCollectionItemRevocationStatus
- Revocation
Reason string - The reason the certificate or certificate authority (CA) was revoked.
- Time
Of stringRevocation - The time when the entity was revoked, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Revocation
Reason string - The reason the certificate or certificate authority (CA) was revoked.
- Time
Of stringRevocation - The time when the entity was revoked, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- revocation
Reason String - The reason the certificate or certificate authority (CA) was revoked.
- time
Of StringRevocation - The time when the entity was revoked, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- revocation
Reason string - The reason the certificate or certificate authority (CA) was revoked.
- time
Of stringRevocation - The time when the entity was revoked, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- revocation_
reason str - The reason the certificate or certificate authority (CA) was revoked.
- time_
of_ strrevocation - The time when the entity was revoked, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- revocation
Reason String - The reason the certificate or certificate authority (CA) was revoked.
- time
Of StringRevocation - The time when the entity was revoked, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
GetCertificateVersionsCertificateVersionCollectionItemSubjectAlternativeName
GetCertificateVersionsCertificateVersionCollectionItemValidity
- Time
Of stringValidity Not After - The date on which the certificate validity period ends, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Time
Of stringValidity Not Before - The date on which the certificate validity period begins, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Time
Of stringValidity Not After - The date on which the certificate validity period ends, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Time
Of stringValidity Not Before - The date on which the certificate validity period begins, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of StringValidity Not After - The date on which the certificate validity period ends, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of StringValidity Not Before - The date on which the certificate validity period begins, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of stringValidity Not After - The date on which the certificate validity period ends, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of stringValidity Not Before - The date on which the certificate validity period begins, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time_
of_ strvalidity_ not_ after - The date on which the certificate validity period ends, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time_
of_ strvalidity_ not_ before - The date on which the certificate validity period begins, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of StringValidity Not After - The date on which the certificate validity period ends, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of StringValidity Not Before - The date on which the certificate validity period begins, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
GetCertificateVersionsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.