Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.CertificatesManagement.getCertificateAuthority
Explore with Pulumi AI
This data source provides details about a specific Certificate Authority resource in Oracle Cloud Infrastructure Certificates Management service.
Gets details about the specified certificate authority (CA).
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testCertificateAuthority = oci.CertificatesManagement.getCertificateAuthority({
    certificateAuthorityId: testCertificateAuthorityOciCertificatesManagementCertificateAuthority.id,
});
import pulumi
import pulumi_oci as oci
test_certificate_authority = oci.CertificatesManagement.get_certificate_authority(certificate_authority_id=test_certificate_authority_oci_certificates_management_certificate_authority["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.GetCertificateAuthority(ctx, &certificatesmanagement.GetCertificateAuthorityArgs{
			CertificateAuthorityId: testCertificateAuthorityOciCertificatesManagementCertificateAuthority.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 testCertificateAuthority = Oci.CertificatesManagement.GetCertificateAuthority.Invoke(new()
    {
        CertificateAuthorityId = testCertificateAuthorityOciCertificatesManagementCertificateAuthority.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.GetCertificateAuthorityArgs;
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 testCertificateAuthority = CertificatesManagementFunctions.getCertificateAuthority(GetCertificateAuthorityArgs.builder()
            .certificateAuthorityId(testCertificateAuthorityOciCertificatesManagementCertificateAuthority.id())
            .build());
    }
}
variables:
  testCertificateAuthority:
    fn::invoke:
      function: oci:CertificatesManagement:getCertificateAuthority
      arguments:
        certificateAuthorityId: ${testCertificateAuthorityOciCertificatesManagementCertificateAuthority.id}
Using getCertificateAuthority
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 getCertificateAuthority(args: GetCertificateAuthorityArgs, opts?: InvokeOptions): Promise<GetCertificateAuthorityResult>
function getCertificateAuthorityOutput(args: GetCertificateAuthorityOutputArgs, opts?: InvokeOptions): Output<GetCertificateAuthorityResult>def get_certificate_authority(certificate_authority_id: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetCertificateAuthorityResult
def get_certificate_authority_output(certificate_authority_id: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetCertificateAuthorityResult]func LookupCertificateAuthority(ctx *Context, args *LookupCertificateAuthorityArgs, opts ...InvokeOption) (*LookupCertificateAuthorityResult, error)
func LookupCertificateAuthorityOutput(ctx *Context, args *LookupCertificateAuthorityOutputArgs, opts ...InvokeOption) LookupCertificateAuthorityResultOutput> Note: This function is named LookupCertificateAuthority in the Go SDK.
public static class GetCertificateAuthority 
{
    public static Task<GetCertificateAuthorityResult> InvokeAsync(GetCertificateAuthorityArgs args, InvokeOptions? opts = null)
    public static Output<GetCertificateAuthorityResult> Invoke(GetCertificateAuthorityInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCertificateAuthorityResult> getCertificateAuthority(GetCertificateAuthorityArgs args, InvokeOptions options)
public static Output<GetCertificateAuthorityResult> getCertificateAuthority(GetCertificateAuthorityArgs args, InvokeOptions options)
fn::invoke:
  function: oci:CertificatesManagement/getCertificateAuthority:getCertificateAuthority
  arguments:
    # arguments dictionaryThe following arguments are supported:
- string
- The OCID of the certificate authority (CA).
- string
- The OCID of the certificate authority (CA).
- String
- The OCID of the certificate authority (CA).
- string
- The OCID of the certificate authority (CA).
- str
- The OCID of the certificate authority (CA).
- String
- The OCID of the certificate authority (CA).
getCertificateAuthority Result
The following output properties are available:
- 
List<GetCertificate Authority Certificate Authority Config> 
- string
- The OCID of the CA.
- 
List<GetCertificate Authority Certificate Authority Rule> 
- An optional list of rules that control how the CA is used and managed.
- CertificateRevocation List<GetList Details Certificate Authority Certificate Revocation List Detail> 
- The details of the certificate revocation list (CRL).
- CompartmentId string
- The OCID of the compartment under which the CA is created.
- ConfigType string
- The origin of the CA.
- CurrentVersions List<GetCertificate Authority Current Version> 
- The metadata details of the certificate authority (CA) version. This summary object does not contain the CA contents.
- Dictionary<string, string>
- Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace.bar-key": "value"}
- Description string
- A brief description of the CA.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- The OCID of the CA.
- string
- The OCID of the parent CA that issued this CA. If this is the root CA, then this value is null.
- KmsKey stringId 
- The OCID of the Oracle Cloud Infrastructure Vault key used to encrypt the CA.
- LifecycleDetails string
- Additional information about the current CA lifecycle state.
- Name string
- A user-friendly name for the CA. Names are unique within a compartment. Avoid entering confidential information. Valid characters include uppercase or lowercase letters, numbers, hyphens, underscores, and periods.
- SigningAlgorithm string
- The algorithm used to sign public key certificates that the CA issues.
- State string
- The current lifecycle state of the certificate authority.
- Subjects
List<GetCertificate Authority 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 CA 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 CA version, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- 
[]GetCertificate Authority Certificate Authority Config 
- string
- The OCID of the CA.
- 
[]GetCertificate Authority Certificate Authority Rule 
- An optional list of rules that control how the CA is used and managed.
- CertificateRevocation []GetList Details Certificate Authority Certificate Revocation List Detail 
- The details of the certificate revocation list (CRL).
- CompartmentId string
- The OCID of the compartment under which the CA is created.
- ConfigType string
- The origin of the CA.
- CurrentVersions []GetCertificate Authority Current Version 
- The metadata details of the certificate authority (CA) version. This summary object does not contain the CA contents.
- map[string]string
- Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace.bar-key": "value"}
- Description string
- A brief description of the CA.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- The OCID of the CA.
- string
- The OCID of the parent CA that issued this CA. If this is the root CA, then this value is null.
- KmsKey stringId 
- The OCID of the Oracle Cloud Infrastructure Vault key used to encrypt the CA.
- LifecycleDetails string
- Additional information about the current CA lifecycle state.
- Name string
- A user-friendly name for the CA. Names are unique within a compartment. Avoid entering confidential information. Valid characters include uppercase or lowercase letters, numbers, hyphens, underscores, and periods.
- SigningAlgorithm string
- The algorithm used to sign public key certificates that the CA issues.
- State string
- The current lifecycle state of the certificate authority.
- Subjects
[]GetCertificate Authority 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 CA 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 CA version, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- 
List<GetCertificate Authority Certificate Authority Config> 
- String
- The OCID of the CA.
- 
List<GetCertificate Authority Certificate Authority Rule> 
- An optional list of rules that control how the CA is used and managed.
- certificateRevocation List<GetList Details Certificate Authority Certificate Revocation List Detail> 
- The details of the certificate revocation list (CRL).
- compartmentId String
- The OCID of the compartment under which the CA is created.
- configType String
- The origin of the CA.
- currentVersions List<GetCertificate Authority Current Version> 
- The metadata details of the certificate authority (CA) version. This summary object does not contain the CA contents.
- Map<String,String>
- Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace.bar-key": "value"}
- description String
- A brief description of the CA.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- The OCID of the CA.
- String
- The OCID of the parent CA that issued this CA. If this is the root CA, then this value is null.
- kmsKey StringId 
- The OCID of the Oracle Cloud Infrastructure Vault key used to encrypt the CA.
- lifecycleDetails String
- Additional information about the current CA lifecycle state.
- name String
- A user-friendly name for the CA. Names are unique within a compartment. Avoid entering confidential information. Valid characters include uppercase or lowercase letters, numbers, hyphens, underscores, and periods.
- signingAlgorithm String
- The algorithm used to sign public key certificates that the CA issues.
- state String
- The current lifecycle state of the certificate authority.
- subjects
List<GetCertificate Authority 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 CA 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 CA version, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- 
GetCertificate Authority Certificate Authority Config[] 
- string
- The OCID of the CA.
- 
GetCertificate Authority Certificate Authority Rule[] 
- An optional list of rules that control how the CA is used and managed.
- certificateRevocation GetList Details Certificate Authority Certificate Revocation List Detail[] 
- The details of the certificate revocation list (CRL).
- compartmentId string
- The OCID of the compartment under which the CA is created.
- configType string
- The origin of the CA.
- currentVersions GetCertificate Authority Current Version[] 
- The metadata details of the certificate authority (CA) version. This summary object does not contain the CA contents.
- {[key: string]: string}
- Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace.bar-key": "value"}
- description string
- A brief description of the CA.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id string
- The OCID of the CA.
- string
- The OCID of the parent CA that issued this CA. If this is the root CA, then this value is null.
- kmsKey stringId 
- The OCID of the Oracle Cloud Infrastructure Vault key used to encrypt the CA.
- lifecycleDetails string
- Additional information about the current CA lifecycle state.
- name string
- A user-friendly name for the CA. Names are unique within a compartment. Avoid entering confidential information. Valid characters include uppercase or lowercase letters, numbers, hyphens, underscores, and periods.
- signingAlgorithm string
- The algorithm used to sign public key certificates that the CA issues.
- state string
- The current lifecycle state of the certificate authority.
- subjects
GetCertificate Authority 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 CA 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 CA version, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- 
Sequence[GetCertificate Authority Certificate Authority Config] 
- str
- The OCID of the CA.
- 
Sequence[GetCertificate Authority Certificate Authority Rule] 
- An optional list of rules that control how the CA is used and managed.
- certificate_revocation_ Sequence[Getlist_ details Certificate Authority Certificate Revocation List Detail] 
- The details of the certificate revocation list (CRL).
- compartment_id str
- The OCID of the compartment under which the CA is created.
- config_type str
- The origin of the CA.
- current_versions Sequence[GetCertificate Authority Current Version] 
- The metadata details of the certificate authority (CA) version. This summary object does not contain the CA contents.
- Mapping[str, str]
- Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace.bar-key": "value"}
- description str
- A brief description of the CA.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id str
- The OCID of the CA.
- str
- The OCID of the parent CA that issued this CA. If this is the root CA, then this value is null.
- kms_key_ strid 
- The OCID of the Oracle Cloud Infrastructure Vault key used to encrypt the CA.
- lifecycle_details str
- Additional information about the current CA lifecycle state.
- name str
- A user-friendly name for the CA. Names are unique within a compartment. Avoid entering confidential information. Valid characters include uppercase or lowercase letters, numbers, hyphens, underscores, and periods.
- signing_algorithm str
- The algorithm used to sign public key certificates that the CA issues.
- state str
- The current lifecycle state of the certificate authority.
- subjects
Sequence[GetCertificate Authority 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 CA 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 CA version, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- List<Property Map>
- String
- The OCID of the CA.
- List<Property Map>
- An optional list of rules that control how the CA is used and managed.
- certificateRevocation List<Property Map>List Details 
- The details of the certificate revocation list (CRL).
- compartmentId String
- The OCID of the compartment under which the CA is created.
- configType String
- The origin of the CA.
- currentVersions List<Property Map>
- The metadata details of the certificate authority (CA) version. This summary object does not contain the CA contents.
- Map<String>
- Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {"foo-namespace.bar-key": "value"}
- description String
- A brief description of the CA.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- The OCID of the CA.
- String
- The OCID of the parent CA that issued this CA. If this is the root CA, then this value is null.
- kmsKey StringId 
- The OCID of the Oracle Cloud Infrastructure Vault key used to encrypt the CA.
- lifecycleDetails String
- Additional information about the current CA lifecycle state.
- name String
- A user-friendly name for the CA. Names are unique within a compartment. Avoid entering confidential information. Valid characters include uppercase or lowercase letters, numbers, hyphens, underscores, and periods.
- signingAlgorithm String
- The algorithm used to sign public key certificates that the CA issues.
- state String
- The current lifecycle state of the certificate authority.
- 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 CA 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 CA version, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
Supporting Types
GetCertificateAuthorityCertificateAuthorityConfig     
- ConfigType string
- The origin of the CA.
- string
- The OCID of the parent CA that issued this CA. If this is the root CA, then this value is null.
- SigningAlgorithm string
- The algorithm used to sign public key certificates that the CA issues.
- Subjects
List<GetCertificate Authority Certificate Authority 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 Authority Certificate Authority 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 CA version. When this value is not null, the name is unique across CA versions for a given CA.
- ConfigType string
- The origin of the CA.
- string
- The OCID of the parent CA that issued this CA. If this is the root CA, then this value is null.
- SigningAlgorithm string
- The algorithm used to sign public key certificates that the CA issues.
- Subjects
[]GetCertificate Authority Certificate Authority 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 Authority Certificate Authority 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 CA version. When this value is not null, the name is unique across CA versions for a given CA.
- configType String
- The origin of the CA.
- String
- The OCID of the parent CA that issued this CA. If this is the root CA, then this value is null.
- signingAlgorithm String
- The algorithm used to sign public key certificates that the CA issues.
- subjects
List<GetCertificate Authority Certificate Authority 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 Authority Certificate Authority 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 CA version. When this value is not null, the name is unique across CA versions for a given CA.
- configType string
- The origin of the CA.
- string
- The OCID of the parent CA that issued this CA. If this is the root CA, then this value is null.
- signingAlgorithm string
- The algorithm used to sign public key certificates that the CA issues.
- subjects
GetCertificate Authority Certificate Authority 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 Authority Certificate Authority 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 CA version. When this value is not null, the name is unique across CA versions for a given CA.
- config_type str
- The origin of the CA.
- str
- The OCID of the parent CA that issued this CA. If this is the root CA, then this value is null.
- signing_algorithm str
- The algorithm used to sign public key certificates that the CA issues.
- subjects
Sequence[GetCertificate Authority Certificate Authority 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 Authority Certificate Authority 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 CA version. When this value is not null, the name is unique across CA versions for a given CA.
- configType String
- The origin of the CA.
- String
- The OCID of the parent CA that issued this CA. If this is the root CA, then this value is null.
- signingAlgorithm String
- The algorithm used to sign public key certificates that the CA issues.
- 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 CA version. When this value is not null, the name is unique across CA versions for a given CA.
GetCertificateAuthorityCertificateAuthorityConfigSubject      
- 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).
GetCertificateAuthorityCertificateAuthorityConfigValidity      
- 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
GetCertificateAuthorityCertificateAuthorityRule     
- string
- A property indicating the maximum validity duration, in days, of subordinate CA's issued by this CA. Expressed in ISO 8601 format.
- LeafCertificate stringMax Validity Duration 
- A property indicating the maximum validity duration, in days, of leaf certificates issued by this CA. Expressed in ISO 8601 format.
- RuleType string
- The type of rule, whether a renewal rule regarding when to renew the CA or an issuance expiry rule that governs how long the certificates and CAs issued by the CA are valid. (For internal use only) An internal issuance rule defines the number and type of certificates that the CA can issue.
- string
- A property indicating the maximum validity duration, in days, of subordinate CA's issued by this CA. Expressed in ISO 8601 format.
- LeafCertificate stringMax Validity Duration 
- A property indicating the maximum validity duration, in days, of leaf certificates issued by this CA. Expressed in ISO 8601 format.
- RuleType string
- The type of rule, whether a renewal rule regarding when to renew the CA or an issuance expiry rule that governs how long the certificates and CAs issued by the CA are valid. (For internal use only) An internal issuance rule defines the number and type of certificates that the CA can issue.
- String
- A property indicating the maximum validity duration, in days, of subordinate CA's issued by this CA. Expressed in ISO 8601 format.
- leafCertificate StringMax Validity Duration 
- A property indicating the maximum validity duration, in days, of leaf certificates issued by this CA. Expressed in ISO 8601 format.
- ruleType String
- The type of rule, whether a renewal rule regarding when to renew the CA or an issuance expiry rule that governs how long the certificates and CAs issued by the CA are valid. (For internal use only) An internal issuance rule defines the number and type of certificates that the CA can issue.
- string
- A property indicating the maximum validity duration, in days, of subordinate CA's issued by this CA. Expressed in ISO 8601 format.
- leafCertificate stringMax Validity Duration 
- A property indicating the maximum validity duration, in days, of leaf certificates issued by this CA. Expressed in ISO 8601 format.
- ruleType string
- The type of rule, whether a renewal rule regarding when to renew the CA or an issuance expiry rule that governs how long the certificates and CAs issued by the CA are valid. (For internal use only) An internal issuance rule defines the number and type of certificates that the CA can issue.
- str
- A property indicating the maximum validity duration, in days, of subordinate CA's issued by this CA. Expressed in ISO 8601 format.
- leaf_certificate_ strmax_ validity_ duration 
- A property indicating the maximum validity duration, in days, of leaf certificates issued by this CA. Expressed in ISO 8601 format.
- rule_type str
- The type of rule, whether a renewal rule regarding when to renew the CA or an issuance expiry rule that governs how long the certificates and CAs issued by the CA are valid. (For internal use only) An internal issuance rule defines the number and type of certificates that the CA can issue.
- String
- A property indicating the maximum validity duration, in days, of subordinate CA's issued by this CA. Expressed in ISO 8601 format.
- leafCertificate StringMax Validity Duration 
- A property indicating the maximum validity duration, in days, of leaf certificates issued by this CA. Expressed in ISO 8601 format.
- ruleType String
- The type of rule, whether a renewal rule regarding when to renew the CA or an issuance expiry rule that governs how long the certificates and CAs issued by the CA are valid. (For internal use only) An internal issuance rule defines the number and type of certificates that the CA can issue.
GetCertificateAuthorityCertificateRevocationListDetail      
- 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 Authority 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 Authority 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 Authority 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 Authority 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 Authority 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).
GetCertificateAuthorityCertificateRevocationListDetailObjectStorageConfig         
- 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.
GetCertificateAuthorityCurrentVersion    
- string
- The OCID of the certificate authority (CA).
- IssuerCa stringVersion Number 
- The version number of the issuing CA.
- RevocationStatuses List<GetCertificate Authority 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 CA version.
- TimeCreated string
- A property indicating when the CA 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 CA version, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- Validities
List<GetCertificate Authority 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 CA version. When this value is not null, the name is unique across CA versions for a given CA.
- VersionNumber string
- The version number of the CA.
- string
- The OCID of the certificate authority (CA).
- IssuerCa stringVersion Number 
- The version number of the issuing CA.
- RevocationStatuses []GetCertificate Authority 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 CA version.
- TimeCreated string
- A property indicating when the CA 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 CA version, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- Validities
[]GetCertificate Authority 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 CA version. When this value is not null, the name is unique across CA versions for a given CA.
- VersionNumber string
- The version number of the CA.
- String
- The OCID of the certificate authority (CA).
- issuerCa StringVersion Number 
- The version number of the issuing CA.
- revocationStatuses List<GetCertificate Authority 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 CA version.
- timeCreated String
- A property indicating when the CA 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 CA version, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- validities
List<GetCertificate Authority 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 CA version. When this value is not null, the name is unique across CA versions for a given CA.
- versionNumber String
- The version number of the CA.
- string
- The OCID of the certificate authority (CA).
- issuerCa stringVersion Number 
- The version number of the issuing CA.
- revocationStatuses GetCertificate Authority 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 CA version.
- timeCreated string
- A property indicating when the CA 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 CA version, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- validities
GetCertificate Authority 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 CA version. When this value is not null, the name is unique across CA versions for a given CA.
- versionNumber string
- The version number of the CA.
- str
- The OCID of the certificate authority (CA).
- issuer_ca_ strversion_ number 
- The version number of the issuing CA.
- revocation_statuses Sequence[GetCertificate Authority 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 CA version.
- time_created str
- A property indicating when the CA 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 CA version, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
- validities
Sequence[GetCertificate Authority 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 CA version. When this value is not null, the name is unique across CA versions for a given CA.
- version_number str
- The version number of the CA.
- String
- The OCID of the certificate authority (CA).
- issuerCa StringVersion Number 
- The version number of the issuing 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 CA version.
- timeCreated String
- A property indicating when the CA 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 CA 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 CA version. When this value is not null, the name is unique across CA versions for a given CA.
- versionNumber String
- The version number of the CA.
GetCertificateAuthorityCurrentVersionRevocationStatus      
- 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
GetCertificateAuthorityCurrentVersionValidity     
- 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
GetCertificateAuthoritySubject   
- 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.