Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.CertificatesManagement.getCertificate
Explore with Pulumi AI
This data source provides details about a specific Certificate resource in Oracle Cloud Infrastructure Certificates Management service.
Gets details about the specified certificate.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testCertificate = oci.CertificatesManagement.getCertificate({
    certificateId: testCertificateOciCertificatesManagementCertificate.id,
});
import pulumi
import pulumi_oci as oci
test_certificate = oci.CertificatesManagement.get_certificate(certificate_id=test_certificate_oci_certificates_management_certificate["id"])
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.GetCertificate(ctx, &certificatesmanagement.GetCertificateArgs{
			CertificateId: testCertificateOciCertificatesManagementCertificate.Id,
		}, 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 testCertificate = Oci.CertificatesManagement.GetCertificate.Invoke(new()
    {
        CertificateId = testCertificateOciCertificatesManagementCertificate.Id,
    });
});
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.GetCertificateArgs;
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 testCertificate = CertificatesManagementFunctions.getCertificate(GetCertificateArgs.builder()
            .certificateId(testCertificateOciCertificatesManagementCertificate.id())
            .build());
    }
}
variables:
  testCertificate:
    fn::invoke:
      function: oci:CertificatesManagement:getCertificate
      arguments:
        certificateId: ${testCertificateOciCertificatesManagementCertificate.id}
Using getCertificate
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 getCertificate(args: GetCertificateArgs, opts?: InvokeOptions): Promise<GetCertificateResult>
function getCertificateOutput(args: GetCertificateOutputArgs, opts?: InvokeOptions): Output<GetCertificateResult>def get_certificate(certificate_id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetCertificateResult
def get_certificate_output(certificate_id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetCertificateResult]func LookupCertificate(ctx *Context, args *LookupCertificateArgs, opts ...InvokeOption) (*LookupCertificateResult, error)
func LookupCertificateOutput(ctx *Context, args *LookupCertificateOutputArgs, opts ...InvokeOption) LookupCertificateResultOutput> Note: This function is named LookupCertificate in the Go SDK.
public static class GetCertificate 
{
    public static Task<GetCertificateResult> InvokeAsync(GetCertificateArgs args, InvokeOptions? opts = null)
    public static Output<GetCertificateResult> Invoke(GetCertificateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCertificateResult> getCertificate(GetCertificateArgs args, InvokeOptions options)
public static Output<GetCertificateResult> getCertificate(GetCertificateArgs args, InvokeOptions options)
fn::invoke:
  function: oci:CertificatesManagement/getCertificate:getCertificate
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CertificateId string
- The OCID of the certificate.
- CertificateId string
- The OCID of the certificate.
- certificateId String
- The OCID of the certificate.
- certificateId string
- The OCID of the certificate.
- certificate_id str
- The OCID of the certificate.
- certificateId String
- The OCID of the certificate.
getCertificate Result
The following output properties are available:
- CertificateConfigs List<GetCertificate Certificate Config> 
- CertificateId string
- The OCID of the certificate.
- CertificateProfile stringType 
- The name of the profile used to create the certificate, which depends on the type of certificate you need.
- CertificateRevocation List<GetList Details Certificate Certificate Revocation List Detail> 
- The details of the certificate revocation list (CRL).
- CertificateRules List<GetCertificate Certificate Rule> 
- A list of rules that control how the certificate is used and managed.
- CompartmentId string
- The OCID of the compartment where you want to create the certificate.
- ConfigType string
- The origin of the certificate.
- CurrentVersions List<GetCertificate Current Version> 
- The details of the certificate version. This object does not contain the certificate contents.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- Description string
- A brief description of the certificate. Avoid entering confidential information.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Id string
- The OCID of the certificate.
- string
- The OCID of the certificate authority (CA) that issued the certificate.
- KeyAlgorithm string
- The algorithm used to create key pairs.
- LifecycleDetails string
- Additional information about the current lifecycle state of the certificate.
- Name string
- A user-friendly name for the certificate. Names are unique within a compartment. Avoid entering confidential information. Valid characters are uppercase or lowercase letters, numbers, hyphens, underscores, and periods.
- SignatureAlgorithm string
- The algorithm used to sign the public key certificate.
- State string
- The current lifecycle state of the certificate.
- Subjects
List<GetCertificate Subject> 
- The subject of the certificate, which is a distinguished name that identifies the entity that owns the public key in the certificate.
- TimeCreated string
- A property indicating when the certificate was created, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- TimeOf stringDeletion 
- An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- CertificateConfigs []GetCertificate Certificate Config 
- CertificateId string
- The OCID of the certificate.
- CertificateProfile stringType 
- The name of the profile used to create the certificate, which depends on the type of certificate you need.
- CertificateRevocation []GetList Details Certificate Certificate Revocation List Detail 
- The details of the certificate revocation list (CRL).
- CertificateRules []GetCertificate Certificate Rule 
- A list of rules that control how the certificate is used and managed.
- CompartmentId string
- The OCID of the compartment where you want to create the certificate.
- ConfigType string
- The origin of the certificate.
- CurrentVersions []GetCertificate Current Version 
- The details of the certificate version. This object does not contain the certificate contents.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- Description string
- A brief description of the certificate. Avoid entering confidential information.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Id string
- The OCID of the certificate.
- string
- The OCID of the certificate authority (CA) that issued the certificate.
- KeyAlgorithm string
- The algorithm used to create key pairs.
- LifecycleDetails string
- Additional information about the current lifecycle state of the certificate.
- Name string
- A user-friendly name for the certificate. Names are unique within a compartment. Avoid entering confidential information. Valid characters are uppercase or lowercase letters, numbers, hyphens, underscores, and periods.
- SignatureAlgorithm string
- The algorithm used to sign the public key certificate.
- State string
- The current lifecycle state of the certificate.
- Subjects
[]GetCertificate Subject 
- The subject of the certificate, which is a distinguished name that identifies the entity that owns the public key in the certificate.
- TimeCreated string
- A property indicating when the certificate was created, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- TimeOf stringDeletion 
- An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- certificateConfigs List<GetCertificate Certificate Config> 
- certificateId String
- The OCID of the certificate.
- certificateProfile StringType 
- The name of the profile used to create the certificate, which depends on the type of certificate you need.
- certificateRevocation List<GetList Details Certificate Certificate Revocation List Detail> 
- The details of the certificate revocation list (CRL).
- certificateRules List<GetCertificate Certificate Rule> 
- A list of rules that control how the certificate is used and managed.
- compartmentId String
- The OCID of the compartment where you want to create the certificate.
- configType String
- The origin of the certificate.
- currentVersions List<GetCertificate Current Version> 
- The details of the certificate version. This object does not contain the certificate contents.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- description String
- A brief description of the certificate. Avoid entering confidential information.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id String
- The OCID of the certificate.
- String
- The OCID of the certificate authority (CA) that issued the certificate.
- keyAlgorithm String
- The algorithm used to create key pairs.
- lifecycleDetails String
- Additional information about the current lifecycle state of the certificate.
- name String
- A user-friendly name for the certificate. Names are unique within a compartment. Avoid entering confidential information. Valid characters are uppercase or lowercase letters, numbers, hyphens, underscores, and periods.
- signatureAlgorithm String
- The algorithm used to sign the public key certificate.
- state String
- The current lifecycle state of the certificate.
- subjects
List<GetCertificate Subject> 
- The subject of the certificate, which is a distinguished name that identifies the entity that owns the public key in the certificate.
- timeCreated String
- A property indicating when the certificate was created, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- timeOf StringDeletion 
- An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- certificateConfigs GetCertificate Certificate Config[] 
- certificateId string
- The OCID of the certificate.
- certificateProfile stringType 
- The name of the profile used to create the certificate, which depends on the type of certificate you need.
- certificateRevocation GetList Details Certificate Certificate Revocation List Detail[] 
- The details of the certificate revocation list (CRL).
- certificateRules GetCertificate Certificate Rule[] 
- A list of rules that control how the certificate is used and managed.
- compartmentId string
- The OCID of the compartment where you want to create the certificate.
- configType string
- The origin of the certificate.
- currentVersions GetCertificate Current Version[] 
- The details of the certificate version. This object does not contain the certificate contents.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- description string
- A brief description of the certificate. Avoid entering confidential information.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id string
- The OCID of the certificate.
- string
- The OCID of the certificate authority (CA) that issued the certificate.
- keyAlgorithm string
- The algorithm used to create key pairs.
- lifecycleDetails string
- Additional information about the current lifecycle state of the certificate.
- name string
- A user-friendly name for the certificate. Names are unique within a compartment. Avoid entering confidential information. Valid characters are uppercase or lowercase letters, numbers, hyphens, underscores, and periods.
- signatureAlgorithm string
- The algorithm used to sign the public key certificate.
- state string
- The current lifecycle state of the certificate.
- subjects
GetCertificate Subject[] 
- The subject of the certificate, which is a distinguished name that identifies the entity that owns the public key in the certificate.
- timeCreated string
- A property indicating when the certificate was created, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- timeOf stringDeletion 
- An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- certificate_configs Sequence[GetCertificate Certificate Config] 
- certificate_id str
- The OCID of the certificate.
- certificate_profile_ strtype 
- The name of the profile used to create the certificate, which depends on the type of certificate you need.
- certificate_revocation_ Sequence[Getlist_ details Certificate Certificate Revocation List Detail] 
- The details of the certificate revocation list (CRL).
- certificate_rules Sequence[GetCertificate Certificate Rule] 
- A list of rules that control how the certificate is used and managed.
- compartment_id str
- The OCID of the compartment where you want to create the certificate.
- config_type str
- The origin of the certificate.
- current_versions Sequence[GetCertificate Current Version] 
- The details of the certificate version. This object does not contain the certificate contents.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- description str
- A brief description of the certificate. Avoid entering confidential information.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id str
- The OCID of the certificate.
- str
- The OCID of the certificate authority (CA) that issued the certificate.
- key_algorithm str
- The algorithm used to create key pairs.
- lifecycle_details str
- Additional information about the current lifecycle state of the certificate.
- name str
- A user-friendly name for the certificate. Names are unique within a compartment. Avoid entering confidential information. Valid characters are uppercase or lowercase letters, numbers, hyphens, underscores, and periods.
- signature_algorithm str
- The algorithm used to sign the public key certificate.
- state str
- The current lifecycle state of the certificate.
- subjects
Sequence[GetCertificate Subject] 
- The subject of the certificate, which is a distinguished name that identifies the entity that owns the public key in the certificate.
- time_created str
- A property indicating when the certificate 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
- certificateConfigs List<Property Map>
- certificateId String
- The OCID of the certificate.
- certificateProfile StringType 
- The name of the profile used to create the certificate, which depends on the type of certificate you need.
- certificateRevocation List<Property Map>List Details 
- The details of the certificate revocation list (CRL).
- certificateRules List<Property Map>
- A list of rules that control how the certificate is used and managed.
- compartmentId String
- The OCID of the compartment where you want to create the certificate.
- configType String
- The origin of the certificate.
- currentVersions List<Property Map>
- The details of the certificate version. This object does not contain the certificate contents.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- description String
- A brief description of the certificate. Avoid entering confidential information.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id String
- The OCID of the certificate.
- String
- The OCID of the certificate authority (CA) that issued the certificate.
- keyAlgorithm String
- The algorithm used to create key pairs.
- lifecycleDetails String
- Additional information about the current lifecycle state of the certificate.
- name String
- A user-friendly name for the certificate. Names are unique within a compartment. Avoid entering confidential information. Valid characters are uppercase or lowercase letters, numbers, hyphens, underscores, and periods.
- signatureAlgorithm String
- The algorithm used to sign the public key certificate.
- state String
- The current lifecycle state of the certificate.
- subjects List<Property Map>
- The subject of the certificate, which is a distinguished name that identifies the entity that owns the public key in the certificate.
- timeCreated String
- A property indicating when the certificate was created, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- timeOf StringDeletion 
- An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
Supporting Types
GetCertificateCertificateConfig   
- CertificateProfile stringType 
- The name of the profile used to create the certificate, which depends on the type of certificate you need.
- ConfigType string
- The origin of the certificate.
- CsrPem string
- string
- The OCID of the certificate authority (CA) that issued the certificate.
- KeyAlgorithm string
- The algorithm used to create key pairs.
- SignatureAlgorithm string
- The algorithm used to sign the public key certificate.
- SubjectAlternative List<GetNames Certificate Certificate Config Subject Alternative Name> 
- A list of subject alternative names.
- Subjects
List<GetCertificate Certificate Config Subject> 
- The subject of the certificate, which is a distinguished name that identifies the entity that owns the public key in the certificate.
- Validities
List<GetCertificate Certificate Config 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.
- VersionName string
- The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
- CertificateProfile stringType 
- The name of the profile used to create the certificate, which depends on the type of certificate you need.
- ConfigType string
- The origin of the certificate.
- CsrPem string
- string
- The OCID of the certificate authority (CA) that issued the certificate.
- KeyAlgorithm string
- The algorithm used to create key pairs.
- SignatureAlgorithm string
- The algorithm used to sign the public key certificate.
- SubjectAlternative []GetNames Certificate Certificate Config Subject Alternative Name 
- A list of subject alternative names.
- Subjects
[]GetCertificate Certificate Config Subject 
- The subject of the certificate, which is a distinguished name that identifies the entity that owns the public key in the certificate.
- Validities
[]GetCertificate Certificate Config 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.
- VersionName string
- The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
- certificateProfile StringType 
- The name of the profile used to create the certificate, which depends on the type of certificate you need.
- configType String
- The origin of the certificate.
- csrPem String
- String
- The OCID of the certificate authority (CA) that issued the certificate.
- keyAlgorithm String
- The algorithm used to create key pairs.
- signatureAlgorithm String
- The algorithm used to sign the public key certificate.
- subjectAlternative List<GetNames Certificate Certificate Config Subject Alternative Name> 
- A list of subject alternative names.
- subjects
List<GetCertificate Certificate Config Subject> 
- The subject of the certificate, which is a distinguished name that identifies the entity that owns the public key in the certificate.
- validities
List<GetCertificate Certificate Config 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.
- versionName String
- The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
- certificateProfile stringType 
- The name of the profile used to create the certificate, which depends on the type of certificate you need.
- configType string
- The origin of the certificate.
- csrPem string
- string
- The OCID of the certificate authority (CA) that issued the certificate.
- keyAlgorithm string
- The algorithm used to create key pairs.
- signatureAlgorithm string
- The algorithm used to sign the public key certificate.
- subjectAlternative GetNames Certificate Certificate Config Subject Alternative Name[] 
- A list of subject alternative names.
- subjects
GetCertificate Certificate Config Subject[] 
- The subject of the certificate, which is a distinguished name that identifies the entity that owns the public key in the certificate.
- validities
GetCertificate Certificate Config 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.
- versionName string
- The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
- certificate_profile_ strtype 
- The name of the profile used to create the certificate, which depends on the type of certificate you need.
- config_type str
- The origin of the certificate.
- csr_pem str
- str
- The OCID of the certificate authority (CA) that issued the certificate.
- key_algorithm str
- The algorithm used to create key pairs.
- signature_algorithm str
- The algorithm used to sign the public key certificate.
- subject_alternative_ Sequence[Getnames Certificate Certificate Config Subject Alternative Name] 
- A list of subject alternative names.
- subjects
Sequence[GetCertificate Certificate Config Subject] 
- The subject of the certificate, which is a distinguished name that identifies the entity that owns the public key in the certificate.
- validities
Sequence[GetCertificate Certificate Config 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.
- certificateProfile StringType 
- The name of the profile used to create the certificate, which depends on the type of certificate you need.
- configType String
- The origin of the certificate.
- csrPem String
- String
- The OCID of the certificate authority (CA) that issued the certificate.
- keyAlgorithm String
- The algorithm used to create key pairs.
- signatureAlgorithm String
- The algorithm used to sign the public key certificate.
- subjectAlternative List<Property Map>Names 
- A list of subject alternative names.
- subjects List<Property Map>
- The subject of the certificate, which is a distinguished name that identifies the entity that owns the public key in the certificate.
- 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.
- versionName String
- The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
GetCertificateCertificateConfigSubject    
- CommonName string
- Common name or fully-qualified domain name (RDN CN).
- Country string
- Country name (RDN C).
- DistinguishedName stringQualifier 
- Distinguished name qualifier(RDN DNQ).
- DomainComponent string
- Domain component (RDN DC).
- GenerationQualifier string
- Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- GivenName string
- Personal given name (RDN G or GN).
- Initials string
- Personal initials.
- LocalityName string
- Locality (RDN L).
- Organization string
- Organization (RDN O).
- OrganizationalUnit string
- Organizational unit (RDN OU).
- Pseudonym string
- Subject pseudonym.
- SerialNumber string
- Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- StateOr stringProvince Name 
- State or province name (RDN ST or S).
- Street string
- Street address (RDN STREET).
- Surname string
- Personal surname (RDN SN).
- Title string
- Title (RDN T or TITLE).
- UserId string
- User ID (RDN UID).
- CommonName string
- Common name or fully-qualified domain name (RDN CN).
- Country string
- Country name (RDN C).
- DistinguishedName stringQualifier 
- Distinguished name qualifier(RDN DNQ).
- DomainComponent string
- Domain component (RDN DC).
- GenerationQualifier string
- Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- GivenName string
- Personal given name (RDN G or GN).
- Initials string
- Personal initials.
- LocalityName string
- Locality (RDN L).
- Organization string
- Organization (RDN O).
- OrganizationalUnit string
- Organizational unit (RDN OU).
- Pseudonym string
- Subject pseudonym.
- SerialNumber string
- Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- StateOr stringProvince Name 
- State or province name (RDN ST or S).
- Street string
- Street address (RDN STREET).
- Surname string
- Personal surname (RDN SN).
- Title string
- Title (RDN T or TITLE).
- UserId string
- User ID (RDN UID).
- commonName String
- Common name or fully-qualified domain name (RDN CN).
- country String
- Country name (RDN C).
- distinguishedName StringQualifier 
- Distinguished name qualifier(RDN DNQ).
- domainComponent String
- Domain component (RDN DC).
- generationQualifier String
- Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- givenName String
- Personal given name (RDN G or GN).
- initials String
- Personal initials.
- localityName String
- Locality (RDN L).
- organization String
- Organization (RDN O).
- organizationalUnit String
- Organizational unit (RDN OU).
- pseudonym String
- Subject pseudonym.
- serialNumber String
- Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- stateOr StringProvince Name 
- State or province name (RDN ST or S).
- street String
- Street address (RDN STREET).
- surname String
- Personal surname (RDN SN).
- title String
- Title (RDN T or TITLE).
- userId String
- User ID (RDN UID).
- commonName string
- Common name or fully-qualified domain name (RDN CN).
- country string
- Country name (RDN C).
- distinguishedName stringQualifier 
- Distinguished name qualifier(RDN DNQ).
- domainComponent string
- Domain component (RDN DC).
- generationQualifier string
- Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- givenName string
- Personal given name (RDN G or GN).
- initials string
- Personal initials.
- localityName string
- Locality (RDN L).
- organization string
- Organization (RDN O).
- organizationalUnit string
- Organizational unit (RDN OU).
- pseudonym string
- Subject pseudonym.
- serialNumber string
- Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- stateOr stringProvince Name 
- State or province name (RDN ST or S).
- street string
- Street address (RDN STREET).
- surname string
- Personal surname (RDN SN).
- title string
- Title (RDN T or TITLE).
- userId string
- User ID (RDN UID).
- common_name str
- Common name or fully-qualified domain name (RDN CN).
- country str
- Country name (RDN C).
- distinguished_name_ strqualifier 
- Distinguished name qualifier(RDN DNQ).
- domain_component str
- Domain component (RDN DC).
- generation_qualifier str
- Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- given_name str
- Personal given name (RDN G or GN).
- initials str
- Personal initials.
- locality_name str
- Locality (RDN L).
- organization str
- Organization (RDN O).
- organizational_unit str
- Organizational unit (RDN OU).
- pseudonym str
- Subject pseudonym.
- serial_number str
- Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- state_or_ strprovince_ name 
- State or province name (RDN ST or S).
- street str
- Street address (RDN STREET).
- surname str
- Personal surname (RDN SN).
- title str
- Title (RDN T or TITLE).
- user_id str
- User ID (RDN UID).
- commonName String
- Common name or fully-qualified domain name (RDN CN).
- country String
- Country name (RDN C).
- distinguishedName StringQualifier 
- Distinguished name qualifier(RDN DNQ).
- domainComponent String
- Domain component (RDN DC).
- generationQualifier String
- Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- givenName String
- Personal given name (RDN G or GN).
- initials String
- Personal initials.
- localityName String
- Locality (RDN L).
- organization String
- Organization (RDN O).
- organizationalUnit String
- Organizational unit (RDN OU).
- pseudonym String
- Subject pseudonym.
- serialNumber String
- Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- stateOr StringProvince Name 
- State or province name (RDN ST or S).
- street String
- Street address (RDN STREET).
- surname String
- Personal surname (RDN SN).
- title String
- Title (RDN T or TITLE).
- userId String
- User ID (RDN UID).
GetCertificateCertificateConfigSubjectAlternativeName      
GetCertificateCertificateConfigValidity    
- TimeOf 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
- TimeOf 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
- TimeOf 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
- TimeOf 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
- timeOf 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
- timeOf 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
- timeOf 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
- timeOf 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
- timeOf 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
- timeOf 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
GetCertificateCertificateRevocationListDetail     
- CustomFormatted List<string>Urls 
- Optional CRL access points, expressed using a format where the version number of the issuing CA is inserted wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
- ObjectStorage List<GetConfigs Certificate Certificate Revocation List Detail Object Storage Config> 
- The details of the Object Storage bucket configured to store the certificate revocation list (CRL).
- CustomFormatted []stringUrls 
- Optional CRL access points, expressed using a format where the version number of the issuing CA is inserted wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
- ObjectStorage []GetConfigs Certificate Certificate Revocation List Detail Object Storage Config 
- The details of the Object Storage bucket configured to store the certificate revocation list (CRL).
- customFormatted List<String>Urls 
- Optional CRL access points, expressed using a format where the version number of the issuing CA is inserted wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
- objectStorage List<GetConfigs Certificate Certificate Revocation List Detail Object Storage Config> 
- The details of the Object Storage bucket configured to store the certificate revocation list (CRL).
- customFormatted string[]Urls 
- Optional CRL access points, expressed using a format where the version number of the issuing CA is inserted wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
- objectStorage GetConfigs Certificate Certificate Revocation List Detail Object Storage Config[] 
- The details of the Object Storage bucket configured to store the certificate revocation list (CRL).
- custom_formatted_ Sequence[str]urls 
- Optional CRL access points, expressed using a format where the version number of the issuing CA is inserted wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
- object_storage_ Sequence[Getconfigs Certificate Certificate Revocation List Detail Object Storage Config] 
- The details of the Object Storage bucket configured to store the certificate revocation list (CRL).
- customFormatted List<String>Urls 
- Optional CRL access points, expressed using a format where the version number of the issuing CA is inserted wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
- objectStorage List<Property Map>Configs 
- The details of the Object Storage bucket configured to store the certificate revocation list (CRL).
GetCertificateCertificateRevocationListDetailObjectStorageConfig        
- ObjectStorage stringBucket Name 
- The name of the bucket where the CRL is stored.
- ObjectStorage stringNamespace 
- The tenancy of the bucket where the CRL is stored.
- ObjectStorage stringObject Name Format 
- The object name in the bucket where the CRL is stored, expressed using a format where the version number of the issuing CA is inserted as part of the Object Storage object name wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
- ObjectStorage stringBucket Name 
- The name of the bucket where the CRL is stored.
- ObjectStorage stringNamespace 
- The tenancy of the bucket where the CRL is stored.
- ObjectStorage stringObject Name Format 
- The object name in the bucket where the CRL is stored, expressed using a format where the version number of the issuing CA is inserted as part of the Object Storage object name wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
- objectStorage StringBucket Name 
- The name of the bucket where the CRL is stored.
- objectStorage StringNamespace 
- The tenancy of the bucket where the CRL is stored.
- objectStorage StringObject Name Format 
- The object name in the bucket where the CRL is stored, expressed using a format where the version number of the issuing CA is inserted as part of the Object Storage object name wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
- objectStorage stringBucket Name 
- The name of the bucket where the CRL is stored.
- objectStorage stringNamespace 
- The tenancy of the bucket where the CRL is stored.
- objectStorage stringObject Name Format 
- The object name in the bucket where the CRL is stored, expressed using a format where the version number of the issuing CA is inserted as part of the Object Storage object name wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
- object_storage_ strbucket_ name 
- The name of the bucket where the CRL is stored.
- object_storage_ strnamespace 
- The tenancy of the bucket where the CRL is stored.
- object_storage_ strobject_ name_ format 
- The object name in the bucket where the CRL is stored, expressed using a format where the version number of the issuing CA is inserted as part of the Object Storage object name wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
- objectStorage StringBucket Name 
- The name of the bucket where the CRL is stored.
- objectStorage StringNamespace 
- The tenancy of the bucket where the CRL is stored.
- objectStorage StringObject Name Format 
- The object name in the bucket where the CRL is stored, expressed using a format where the version number of the issuing CA is inserted as part of the Object Storage object name wherever you include a pair of curly braces. This versioning scheme helps avoid collisions when new CA versions are created. For example, myCrlFileIssuedFromCAVersion{}.crl becomes myCrlFileIssuedFromCAVersion2.crl for CA version 2.
GetCertificateCertificateRule   
- AdvanceRenewal stringPeriod 
- A property specifying the period of time, in days, before the certificate's targeted renewal that the process should occur. Expressed in ISO 8601 format.
- RenewalInterval string
- A property specifying how often, in days, a certificate should be renewed. Expressed in ISO 8601 format.
- RuleType string
- The type of rule.
- AdvanceRenewal stringPeriod 
- A property specifying the period of time, in days, before the certificate's targeted renewal that the process should occur. Expressed in ISO 8601 format.
- RenewalInterval string
- A property specifying how often, in days, a certificate should be renewed. Expressed in ISO 8601 format.
- RuleType string
- The type of rule.
- advanceRenewal StringPeriod 
- A property specifying the period of time, in days, before the certificate's targeted renewal that the process should occur. Expressed in ISO 8601 format.
- renewalInterval String
- A property specifying how often, in days, a certificate should be renewed. Expressed in ISO 8601 format.
- ruleType String
- The type of rule.
- advanceRenewal stringPeriod 
- A property specifying the period of time, in days, before the certificate's targeted renewal that the process should occur. Expressed in ISO 8601 format.
- renewalInterval string
- A property specifying how often, in days, a certificate should be renewed. Expressed in ISO 8601 format.
- ruleType string
- The type of rule.
- advance_renewal_ strperiod 
- A property specifying the period of time, in days, before the certificate's targeted renewal that the process should occur. Expressed in ISO 8601 format.
- renewal_interval str
- A property specifying how often, in days, a certificate should be renewed. Expressed in ISO 8601 format.
- rule_type str
- The type of rule.
- advanceRenewal StringPeriod 
- A property specifying the period of time, in days, before the certificate's targeted renewal that the process should occur. Expressed in ISO 8601 format.
- renewalInterval String
- A property specifying how often, in days, a certificate should be renewed. Expressed in ISO 8601 format.
- ruleType String
- The type of rule.
GetCertificateCurrentVersion   
- CertificateId string
- The OCID of the certificate.
- IssuerCa stringVersion Number 
- The version number of the issuing certificate authority (CA).
- RevocationStatuses List<GetCertificate Current Version Revocation Status> 
- The current revocation status of the entity.
- SerialNumber string
- Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- Stages List<string>
- A list of rotation states for this certificate version.
- SubjectAlternative List<GetNames Certificate Current Version Subject Alternative Name> 
- A list of subject alternative names.
- TimeCreated string
- A property indicating when the certificate was created, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- TimeOf 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<GetCertificate Current Version 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.
- VersionName string
- The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
- VersionNumber string
- The version number of the certificate.
- CertificateId string
- The OCID of the certificate.
- IssuerCa stringVersion Number 
- The version number of the issuing certificate authority (CA).
- RevocationStatuses []GetCertificate Current Version Revocation Status 
- The current revocation status of the entity.
- SerialNumber string
- Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- Stages []string
- A list of rotation states for this certificate version.
- SubjectAlternative []GetNames Certificate Current Version Subject Alternative Name 
- A list of subject alternative names.
- TimeCreated string
- A property indicating when the certificate was created, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- TimeOf 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
[]GetCertificate Current Version 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.
- VersionName string
- The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
- VersionNumber string
- The version number of the certificate.
- certificateId String
- The OCID of the certificate.
- issuerCa StringVersion Number 
- The version number of the issuing certificate authority (CA).
- revocationStatuses List<GetCertificate Current Version Revocation Status> 
- The current revocation status of the entity.
- serialNumber String
- Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- stages List<String>
- A list of rotation states for this certificate version.
- subjectAlternative List<GetNames Certificate Current Version Subject Alternative Name> 
- A list of subject alternative names.
- timeCreated String
- A property indicating when the certificate was created, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- timeOf 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<GetCertificate Current Version 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.
- versionName String
- The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
- versionNumber String
- The version number of the certificate.
- certificateId string
- The OCID of the certificate.
- issuerCa stringVersion Number 
- The version number of the issuing certificate authority (CA).
- revocationStatuses GetCertificate Current Version Revocation Status[] 
- The current revocation status of the entity.
- serialNumber string
- Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- stages string[]
- A list of rotation states for this certificate version.
- subjectAlternative GetNames Certificate Current Version Subject Alternative Name[] 
- A list of subject alternative names.
- timeCreated string
- A property indicating when the certificate was created, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- timeOf 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
GetCertificate Current Version 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.
- versionName string
- The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
- versionNumber string
- The version number of the certificate.
- certificate_id str
- The OCID of the certificate.
- issuer_ca_ strversion_ number 
- The version number of the issuing certificate authority (CA).
- revocation_statuses Sequence[GetCertificate Current Version Revocation Status] 
- The current revocation status of the entity.
- serial_number str
- Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- stages Sequence[str]
- A list of rotation states for this certificate version.
- subject_alternative_ Sequence[Getnames Certificate Current Version Subject Alternative Name] 
- A list of subject alternative names.
- time_created str
- A property indicating when the certificate 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[GetCertificate Current Version 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
- The version number of the certificate.
- certificateId String
- The OCID of the certificate.
- issuerCa StringVersion Number 
- The version number of the issuing certificate authority (CA).
- revocationStatuses List<Property Map>
- The current revocation status of the entity.
- serialNumber String
- Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- stages List<String>
- A list of rotation states for this certificate version.
- subjectAlternative List<Property Map>Names 
- A list of subject alternative names.
- timeCreated String
- A property indicating when the certificate was created, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- timeOf 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.
- versionName String
- The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
- versionNumber String
- The version number of the certificate.
GetCertificateCurrentVersionRevocationStatus     
- RevocationReason string
- The reason the certificate or certificate authority (CA) was revoked.
- TimeOf stringRevocation 
- The time when the entity was revoked, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- RevocationReason string
- The reason the certificate or certificate authority (CA) was revoked.
- TimeOf stringRevocation 
- The time when the entity was revoked, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- revocationReason String
- The reason the certificate or certificate authority (CA) was revoked.
- timeOf StringRevocation 
- The time when the entity was revoked, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- revocationReason string
- The reason the certificate or certificate authority (CA) was revoked.
- timeOf 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
- revocationReason String
- The reason the certificate or certificate authority (CA) was revoked.
- timeOf StringRevocation 
- The time when the entity was revoked, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
GetCertificateCurrentVersionSubjectAlternativeName      
GetCertificateCurrentVersionValidity    
- TimeOf 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
- TimeOf 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
- TimeOf 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
- TimeOf 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
- timeOf 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
- timeOf 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
- timeOf 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
- timeOf 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
- timeOf 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
- timeOf 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
GetCertificateSubject  
- CommonName string
- Common name or fully-qualified domain name (RDN CN).
- Country string
- Country name (RDN C).
- DistinguishedName stringQualifier 
- Distinguished name qualifier(RDN DNQ).
- DomainComponent string
- Domain component (RDN DC).
- GenerationQualifier string
- Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- GivenName string
- Personal given name (RDN G or GN).
- Initials string
- Personal initials.
- LocalityName string
- Locality (RDN L).
- Organization string
- Organization (RDN O).
- OrganizationalUnit string
- Organizational unit (RDN OU).
- Pseudonym string
- Subject pseudonym.
- SerialNumber string
- Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- StateOr stringProvince Name 
- State or province name (RDN ST or S).
- Street string
- Street address (RDN STREET).
- Surname string
- Personal surname (RDN SN).
- Title string
- Title (RDN T or TITLE).
- UserId string
- User ID (RDN UID).
- CommonName string
- Common name or fully-qualified domain name (RDN CN).
- Country string
- Country name (RDN C).
- DistinguishedName stringQualifier 
- Distinguished name qualifier(RDN DNQ).
- DomainComponent string
- Domain component (RDN DC).
- GenerationQualifier string
- Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- GivenName string
- Personal given name (RDN G or GN).
- Initials string
- Personal initials.
- LocalityName string
- Locality (RDN L).
- Organization string
- Organization (RDN O).
- OrganizationalUnit string
- Organizational unit (RDN OU).
- Pseudonym string
- Subject pseudonym.
- SerialNumber string
- Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- StateOr stringProvince Name 
- State or province name (RDN ST or S).
- Street string
- Street address (RDN STREET).
- Surname string
- Personal surname (RDN SN).
- Title string
- Title (RDN T or TITLE).
- UserId string
- User ID (RDN UID).
- commonName String
- Common name or fully-qualified domain name (RDN CN).
- country String
- Country name (RDN C).
- distinguishedName StringQualifier 
- Distinguished name qualifier(RDN DNQ).
- domainComponent String
- Domain component (RDN DC).
- generationQualifier String
- Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- givenName String
- Personal given name (RDN G or GN).
- initials String
- Personal initials.
- localityName String
- Locality (RDN L).
- organization String
- Organization (RDN O).
- organizationalUnit String
- Organizational unit (RDN OU).
- pseudonym String
- Subject pseudonym.
- serialNumber String
- Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- stateOr StringProvince Name 
- State or province name (RDN ST or S).
- street String
- Street address (RDN STREET).
- surname String
- Personal surname (RDN SN).
- title String
- Title (RDN T or TITLE).
- userId String
- User ID (RDN UID).
- commonName string
- Common name or fully-qualified domain name (RDN CN).
- country string
- Country name (RDN C).
- distinguishedName stringQualifier 
- Distinguished name qualifier(RDN DNQ).
- domainComponent string
- Domain component (RDN DC).
- generationQualifier string
- Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- givenName string
- Personal given name (RDN G or GN).
- initials string
- Personal initials.
- localityName string
- Locality (RDN L).
- organization string
- Organization (RDN O).
- organizationalUnit string
- Organizational unit (RDN OU).
- pseudonym string
- Subject pseudonym.
- serialNumber string
- Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- stateOr stringProvince Name 
- State or province name (RDN ST or S).
- street string
- Street address (RDN STREET).
- surname string
- Personal surname (RDN SN).
- title string
- Title (RDN T or TITLE).
- userId string
- User ID (RDN UID).
- common_name str
- Common name or fully-qualified domain name (RDN CN).
- country str
- Country name (RDN C).
- distinguished_name_ strqualifier 
- Distinguished name qualifier(RDN DNQ).
- domain_component str
- Domain component (RDN DC).
- generation_qualifier str
- Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- given_name str
- Personal given name (RDN G or GN).
- initials str
- Personal initials.
- locality_name str
- Locality (RDN L).
- organization str
- Organization (RDN O).
- organizational_unit str
- Organizational unit (RDN OU).
- pseudonym str
- Subject pseudonym.
- serial_number str
- Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- state_or_ strprovince_ name 
- State or province name (RDN ST or S).
- street str
- Street address (RDN STREET).
- surname str
- Personal surname (RDN SN).
- title str
- Title (RDN T or TITLE).
- user_id str
- User ID (RDN UID).
- commonName String
- Common name or fully-qualified domain name (RDN CN).
- country String
- Country name (RDN C).
- distinguishedName StringQualifier 
- Distinguished name qualifier(RDN DNQ).
- domainComponent String
- Domain component (RDN DC).
- generationQualifier String
- Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- givenName String
- Personal given name (RDN G or GN).
- initials String
- Personal initials.
- localityName String
- Locality (RDN L).
- organization String
- Organization (RDN O).
- organizationalUnit String
- Organizational unit (RDN OU).
- pseudonym String
- Subject pseudonym.
- serialNumber String
- Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- stateOr StringProvince Name 
- State or province name (RDN ST or S).
- street String
- Street address (RDN STREET).
- surname String
- Personal surname (RDN SN).
- title String
- Title (RDN T or TITLE).
- userId String
- User ID (RDN UID).
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.