Oracle Cloud Infrastructure v2.17.0 published on Friday, Nov 15, 2024 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 GetCertificate(ctx *Context, args *GetCertificateArgs, opts ...InvokeOption) (*GetCertificateResult, error)
func GetCertificateOutput(ctx *Context, args *GetCertificateOutputArgs, opts ...InvokeOption) GetCertificateResultOutput
> Note: This function is named GetCertificate
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:CertificatesManagement/getCertificate:getCertificate
arguments:
# arguments dictionary
The following arguments are supported:
- Certificate
Id string - The OCID of the certificate.
- Certificate
Id string - The OCID of the certificate.
- certificate
Id String - The OCID of the certificate.
- certificate
Id string - The OCID of the certificate.
- certificate_
id str - The OCID of the certificate.
- certificate
Id String - The OCID of the certificate.
getCertificate Result
The following output properties are available:
- Certificate
Configs List<GetCertificate Certificate Config> - Certificate
Id string - The OCID of the certificate.
- Certificate
Profile stringType - The name of the profile used to create the certificate, which depends on the type of certificate you need.
- Certificate
Revocation List<GetList Details Certificate Certificate Revocation List Detail> - The details of the certificate revocation list (CRL).
- Certificate
Rules List<GetCertificate Certificate Rule> - A list of rules that control how the certificate is used and managed.
- Compartment
Id string - The OCID of the compartment where you want to create the certificate.
- Config
Type string - The origin of the certificate.
- Current
Versions 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.
- Key
Algorithm string - The algorithm used to create key pairs.
- Lifecycle
Details 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.
- Signature
Algorithm string - The algorithm used to sign the public key certificate.
- State string
- The current lifecycle state of the certificate.
- Subjects
List<Get
Certificate 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 string - A property indicating when the certificate was created, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Time
Of stringDeletion - An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Certificate
Configs []GetCertificate Certificate Config - Certificate
Id string - The OCID of the certificate.
- Certificate
Profile stringType - The name of the profile used to create the certificate, which depends on the type of certificate you need.
- Certificate
Revocation []GetList Details Certificate Certificate Revocation List Detail - The details of the certificate revocation list (CRL).
- Certificate
Rules []GetCertificate Certificate Rule - A list of rules that control how the certificate is used and managed.
- Compartment
Id string - The OCID of the compartment where you want to create the certificate.
- Config
Type string - The origin of the certificate.
- Current
Versions []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.
- Key
Algorithm string - The algorithm used to create key pairs.
- Lifecycle
Details 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.
- Signature
Algorithm string - The algorithm used to sign the public key certificate.
- State string
- The current lifecycle state of the certificate.
- Subjects
[]Get
Certificate 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 string - A property indicating when the certificate was created, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Time
Of stringDeletion - An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- certificate
Configs List<GetCertificate Certificate Config> - certificate
Id String - The OCID of the certificate.
- certificate
Profile StringType - The name of the profile used to create the certificate, which depends on the type of certificate you need.
- certificate
Revocation List<GetList Details Certificate Certificate Revocation List Detail> - The details of the certificate revocation list (CRL).
- certificate
Rules List<GetCertificate Certificate Rule> - A list of rules that control how the certificate is used and managed.
- compartment
Id String - The OCID of the compartment where you want to create the certificate.
- config
Type String - The origin of the certificate.
- current
Versions 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.
- key
Algorithm String - The algorithm used to create key pairs.
- lifecycle
Details 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.
- signature
Algorithm String - The algorithm used to sign the public key certificate.
- state String
- The current lifecycle state of the certificate.
- subjects
List<Get
Certificate 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 String - A property indicating when the certificate was created, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of StringDeletion - An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- certificate
Configs GetCertificate Certificate Config[] - certificate
Id string - The OCID of the certificate.
- certificate
Profile stringType - The name of the profile used to create the certificate, which depends on the type of certificate you need.
- certificate
Revocation GetList Details Certificate Certificate Revocation List Detail[] - The details of the certificate revocation list (CRL).
- certificate
Rules GetCertificate Certificate Rule[] - A list of rules that control how the certificate is used and managed.
- compartment
Id string - The OCID of the compartment where you want to create the certificate.
- config
Type string - The origin of the certificate.
- current
Versions 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.
- key
Algorithm string - The algorithm used to create key pairs.
- lifecycle
Details 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.
- signature
Algorithm string - The algorithm used to sign the public key certificate.
- state string
- The current lifecycle state of the certificate.
- subjects
Get
Certificate 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 string - A property indicating when the certificate was created, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of stringDeletion - An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- certificate_
configs Sequence[certificatesmanagement.Get Certificate 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[certificatesmanagement.list_ details Get Certificate Certificate Revocation List Detail] - The details of the certificate revocation list (CRL).
- certificate_
rules Sequence[certificatesmanagement.Get Certificate 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[certificatesmanagement.Get Certificate 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[certificatesmanagement.
Get Certificate 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
- certificate
Configs List<Property Map> - certificate
Id String - The OCID of the certificate.
- certificate
Profile StringType - The name of the profile used to create the certificate, which depends on the type of certificate you need.
- certificate
Revocation List<Property Map>List Details - The details of the certificate revocation list (CRL).
- certificate
Rules List<Property Map> - A list of rules that control how the certificate is used and managed.
- compartment
Id String - The OCID of the compartment where you want to create the certificate.
- config
Type String - The origin of the certificate.
- current
Versions 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.
- key
Algorithm String - The algorithm used to create key pairs.
- lifecycle
Details 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.
- signature
Algorithm 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.
- time
Created String - A property indicating when the certificate was created, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of StringDeletion - An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
Supporting Types
GetCertificateCertificateConfig
- Certificate
Profile stringType - The name of the profile used to create the certificate, which depends on the type of certificate you need.
- Config
Type string - The origin of the certificate.
- Csr
Pem string - string
- The OCID of the certificate authority (CA) that issued the certificate.
- Key
Algorithm string - The algorithm used to create key pairs.
- Signature
Algorithm string - The algorithm used to sign the public key certificate.
- Subject
Alternative List<GetNames Certificate Certificate Config Subject Alternative Name> - A list of subject alternative names.
- Subjects
List<Get
Certificate 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<Get
Certificate 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 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 stringType - The name of the profile used to create the certificate, which depends on the type of certificate you need.
- Config
Type string - The origin of the certificate.
- Csr
Pem string - string
- The OCID of the certificate authority (CA) that issued the certificate.
- Key
Algorithm string - The algorithm used to create key pairs.
- Signature
Algorithm string - The algorithm used to sign the public key certificate.
- Subject
Alternative []GetNames Certificate Certificate Config Subject Alternative Name - A list of subject alternative names.
- Subjects
[]Get
Certificate 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
[]Get
Certificate 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 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 StringType - The name of the profile used to create the certificate, which depends on the type of certificate you need.
- config
Type String - The origin of the certificate.
- csr
Pem String - String
- The OCID of the certificate authority (CA) that issued the certificate.
- key
Algorithm String - The algorithm used to create key pairs.
- signature
Algorithm String - The algorithm used to sign the public key certificate.
- subject
Alternative List<GetNames Certificate Certificate Config Subject Alternative Name> - A list of subject alternative names.
- subjects
List<Get
Certificate 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<Get
Certificate 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 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 stringType - The name of the profile used to create the certificate, which depends on the type of certificate you need.
- config
Type string - The origin of the certificate.
- csr
Pem string - string
- The OCID of the certificate authority (CA) that issued the certificate.
- key
Algorithm string - The algorithm used to create key pairs.
- signature
Algorithm string - The algorithm used to sign the public key certificate.
- subject
Alternative GetNames Certificate Certificate Config Subject Alternative Name[] - A list of subject alternative names.
- subjects
Get
Certificate 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
Get
Certificate 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 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[certificatesmanagement.names Get Certificate Certificate Config Subject Alternative Name] - A list of subject alternative names.
- subjects
Sequence[certificatesmanagement.
Get Certificate 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[certificatesmanagement.
Get Certificate 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.
- certificate
Profile StringType - The name of the profile used to create the certificate, which depends on the type of certificate you need.
- config
Type String - The origin of the certificate.
- csr
Pem String - String
- The OCID of the certificate authority (CA) that issued the certificate.
- key
Algorithm String - The algorithm used to create key pairs.
- signature
Algorithm String - The algorithm used to sign the public key certificate.
- subject
Alternative 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.
- version
Name String - The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
GetCertificateCertificateConfigSubject
- Common
Name string - Common name or fully-qualified domain name (RDN CN).
- Country string
- Country name (RDN C).
- Distinguished
Name stringQualifier - Distinguished name qualifier(RDN DNQ).
- Domain
Component string - Domain component (RDN DC).
- Generation
Qualifier string - Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- Given
Name string - Personal given name (RDN G or GN).
- Initials string
- Personal initials.
- Locality
Name string - Locality (RDN L).
- Organization string
- Organization (RDN O).
- Organizational
Unit string - Organizational unit (RDN OU).
- Pseudonym string
- Subject pseudonym.
- Serial
Number string - Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- State
Or 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).
- User
Id string - User ID (RDN UID).
- Common
Name string - Common name or fully-qualified domain name (RDN CN).
- Country string
- Country name (RDN C).
- Distinguished
Name stringQualifier - Distinguished name qualifier(RDN DNQ).
- Domain
Component string - Domain component (RDN DC).
- Generation
Qualifier string - Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- Given
Name string - Personal given name (RDN G or GN).
- Initials string
- Personal initials.
- Locality
Name string - Locality (RDN L).
- Organization string
- Organization (RDN O).
- Organizational
Unit string - Organizational unit (RDN OU).
- Pseudonym string
- Subject pseudonym.
- Serial
Number string - Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- State
Or 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).
- User
Id string - User ID (RDN UID).
- common
Name String - Common name or fully-qualified domain name (RDN CN).
- country String
- Country name (RDN C).
- distinguished
Name StringQualifier - Distinguished name qualifier(RDN DNQ).
- domain
Component String - Domain component (RDN DC).
- generation
Qualifier String - Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- given
Name String - Personal given name (RDN G or GN).
- initials String
- Personal initials.
- locality
Name String - Locality (RDN L).
- organization String
- Organization (RDN O).
- organizational
Unit String - Organizational unit (RDN OU).
- pseudonym String
- Subject pseudonym.
- serial
Number String - Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- state
Or 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).
- user
Id String - User ID (RDN UID).
- common
Name string - Common name or fully-qualified domain name (RDN CN).
- country string
- Country name (RDN C).
- distinguished
Name stringQualifier - Distinguished name qualifier(RDN DNQ).
- domain
Component string - Domain component (RDN DC).
- generation
Qualifier string - Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- given
Name string - Personal given name (RDN G or GN).
- initials string
- Personal initials.
- locality
Name string - Locality (RDN L).
- organization string
- Organization (RDN O).
- organizational
Unit string - Organizational unit (RDN OU).
- pseudonym string
- Subject pseudonym.
- serial
Number string - Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- state
Or 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).
- user
Id 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).
- common
Name String - Common name or fully-qualified domain name (RDN CN).
- country String
- Country name (RDN C).
- distinguished
Name StringQualifier - Distinguished name qualifier(RDN DNQ).
- domain
Component String - Domain component (RDN DC).
- generation
Qualifier String - Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- given
Name String - Personal given name (RDN G or GN).
- initials String
- Personal initials.
- locality
Name String - Locality (RDN L).
- organization String
- Organization (RDN O).
- organizational
Unit String - Organizational unit (RDN OU).
- pseudonym String
- Subject pseudonym.
- serial
Number String - Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- state
Or 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).
- user
Id String - User ID (RDN UID).
GetCertificateCertificateConfigSubjectAlternativeName
GetCertificateCertificateConfigValidity
- Time
Of stringValidity Not After - The date on which the certificate validity period ends, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Time
Of stringValidity Not Before - The date on which the certificate validity period begins, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Time
Of stringValidity Not After - The date on which the certificate validity period ends, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Time
Of stringValidity Not Before - The date on which the certificate validity period begins, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of StringValidity Not After - The date on which the certificate validity period ends, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of StringValidity Not Before - The date on which the certificate validity period begins, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of stringValidity Not After - The date on which the certificate validity period ends, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of stringValidity Not Before - The date on which the certificate validity period begins, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time_
of_ strvalidity_ not_ after - The date on which the certificate validity period ends, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time_
of_ strvalidity_ not_ before - The date on which the certificate validity period begins, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of StringValidity Not After - The date on which the certificate validity period ends, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of StringValidity Not Before - The date on which the certificate validity period begins, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
GetCertificateCertificateRevocationListDetail
- Custom
Formatted 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.
- Object
Storage 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).
- Custom
Formatted []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.
- Object
Storage []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 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.
- object
Storage 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).
- custom
Formatted 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.
- object
Storage 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[certificatesmanagement.configs Get 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 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.
- object
Storage List<Property Map>Configs - The details of the Object Storage bucket configured to store the certificate revocation list (CRL).
GetCertificateCertificateRevocationListDetailObjectStorageConfig
- Object
Storage stringBucket Name - The name of the bucket where the CRL is stored.
- Object
Storage stringNamespace - The tenancy of the bucket where the CRL is stored.
- Object
Storage 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 stringBucket Name - The name of the bucket where the CRL is stored.
- Object
Storage stringNamespace - The tenancy of the bucket where the CRL is stored.
- Object
Storage 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 StringBucket Name - The name of the bucket where the CRL is stored.
- object
Storage StringNamespace - The tenancy of the bucket where the CRL is stored.
- object
Storage 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 stringBucket Name - The name of the bucket where the CRL is stored.
- object
Storage stringNamespace - The tenancy of the bucket where the CRL is stored.
- object
Storage 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.
- object
Storage StringBucket Name - The name of the bucket where the CRL is stored.
- object
Storage StringNamespace - The tenancy of the bucket where the CRL is stored.
- object
Storage 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
- Advance
Renewal 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.
- Renewal
Interval string - A property specifying how often, in days, a certificate should be renewed. Expressed in ISO 8601 format.
- Rule
Type string - The type of rule.
- Advance
Renewal 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.
- Renewal
Interval string - A property specifying how often, in days, a certificate should be renewed. Expressed in ISO 8601 format.
- Rule
Type string - The type of rule.
- advance
Renewal 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.
- renewal
Interval String - A property specifying how often, in days, a certificate should be renewed. Expressed in ISO 8601 format.
- rule
Type String - The type of rule.
- advance
Renewal 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.
- renewal
Interval string - A property specifying how often, in days, a certificate should be renewed. Expressed in ISO 8601 format.
- rule
Type 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.
- advance
Renewal 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.
- renewal
Interval String - A property specifying how often, in days, a certificate should be renewed. Expressed in ISO 8601 format.
- rule
Type String - The type of rule.
GetCertificateCurrentVersion
- Certificate
Id string - The OCID of the certificate.
- Issuer
Ca stringVersion Number - The version number of the issuing certificate authority (CA).
- Revocation
Statuses List<GetCertificate Current Version Revocation Status> - The current revocation status of the entity.
- Serial
Number 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.
- Subject
Alternative List<GetNames Certificate Current Version Subject Alternative Name> - A list of subject alternative names.
- Time
Created string - A property indicating when the certificate was created, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Time
Of stringDeletion - An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Validities
List<Get
Certificate 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 string - The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
- Version
Number string - The version number of the certificate.
- Certificate
Id string - The OCID of the certificate.
- Issuer
Ca stringVersion Number - The version number of the issuing certificate authority (CA).
- Revocation
Statuses []GetCertificate Current Version Revocation Status - The current revocation status of the entity.
- Serial
Number 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.
- Subject
Alternative []GetNames Certificate Current Version Subject Alternative Name - A list of subject alternative names.
- Time
Created string - A property indicating when the certificate was created, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Time
Of stringDeletion - An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Validities
[]Get
Certificate 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 string - The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
- Version
Number string - The version number of the certificate.
- certificate
Id String - The OCID of the certificate.
- issuer
Ca StringVersion Number - The version number of the issuing certificate authority (CA).
- revocation
Statuses List<GetCertificate Current Version Revocation Status> - The current revocation status of the entity.
- serial
Number 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.
- subject
Alternative List<GetNames Certificate Current Version Subject Alternative Name> - A list of subject alternative names.
- time
Created String - A property indicating when the certificate was created, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of StringDeletion - An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- validities
List<Get
Certificate 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 String - The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
- version
Number String - The version number of the certificate.
- certificate
Id string - The OCID of the certificate.
- issuer
Ca stringVersion Number - The version number of the issuing certificate authority (CA).
- revocation
Statuses GetCertificate Current Version Revocation Status[] - The current revocation status of the entity.
- serial
Number 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.
- subject
Alternative GetNames Certificate Current Version Subject Alternative Name[] - A list of subject alternative names.
- time
Created string - A property indicating when the certificate was created, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of stringDeletion - An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- validities
Get
Certificate 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 string - The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
- version
Number string - 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[certificatesmanagement.Get Certificate 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[certificatesmanagement.names Get 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[certificatesmanagement.
Get Certificate 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.
- certificate
Id String - The OCID of the certificate.
- issuer
Ca StringVersion Number - The version number of the issuing certificate authority (CA).
- revocation
Statuses List<Property Map> - The current revocation status of the entity.
- serial
Number String - 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.
- subject
Alternative List<Property Map>Names - A list of subject alternative names.
- time
Created String - A property indicating when the certificate was created, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of StringDeletion - An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- validities List<Property Map>
- An object that describes a period of time during which an entity is valid. If this is not provided when you create a certificate, the validity of the issuing CA is used.
- version
Name String - The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.
- version
Number String - The version number of the certificate.
GetCertificateCurrentVersionRevocationStatus
- Revocation
Reason string - The reason the certificate or certificate authority (CA) was revoked.
- Time
Of stringRevocation - The time when the entity was revoked, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Revocation
Reason string - The reason the certificate or certificate authority (CA) was revoked.
- Time
Of stringRevocation - The time when the entity was revoked, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- revocation
Reason String - The reason the certificate or certificate authority (CA) was revoked.
- time
Of StringRevocation - The time when the entity was revoked, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- revocation
Reason string - The reason the certificate or certificate authority (CA) was revoked.
- time
Of stringRevocation - The time when the entity was revoked, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- revocation_
reason str - The reason the certificate or certificate authority (CA) was revoked.
- time_
of_ strrevocation - The time when the entity was revoked, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- revocation
Reason String - The reason the certificate or certificate authority (CA) was revoked.
- time
Of StringRevocation - The time when the entity was revoked, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
GetCertificateCurrentVersionSubjectAlternativeName
GetCertificateCurrentVersionValidity
- Time
Of stringValidity Not After - The date on which the certificate validity period ends, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Time
Of stringValidity Not Before - The date on which the certificate validity period begins, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Time
Of stringValidity Not After - The date on which the certificate validity period ends, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- Time
Of stringValidity Not Before - The date on which the certificate validity period begins, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of StringValidity Not After - The date on which the certificate validity period ends, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of StringValidity Not Before - The date on which the certificate validity period begins, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of stringValidity Not After - The date on which the certificate validity period ends, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of stringValidity Not Before - The date on which the certificate validity period begins, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time_
of_ strvalidity_ not_ after - The date on which the certificate validity period ends, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time_
of_ strvalidity_ not_ before - The date on which the certificate validity period begins, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of StringValidity Not After - The date on which the certificate validity period ends, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
- time
Of StringValidity Not Before - The date on which the certificate validity period begins, expressed in RFC 3339 timestamp format. Example:
2019-04-03T21:10:29.600Z
GetCertificateSubject
- Common
Name string - Common name or fully-qualified domain name (RDN CN).
- Country string
- Country name (RDN C).
- Distinguished
Name stringQualifier - Distinguished name qualifier(RDN DNQ).
- Domain
Component string - Domain component (RDN DC).
- Generation
Qualifier string - Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- Given
Name string - Personal given name (RDN G or GN).
- Initials string
- Personal initials.
- Locality
Name string - Locality (RDN L).
- Organization string
- Organization (RDN O).
- Organizational
Unit string - Organizational unit (RDN OU).
- Pseudonym string
- Subject pseudonym.
- Serial
Number string - Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- State
Or 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).
- User
Id string - User ID (RDN UID).
- Common
Name string - Common name or fully-qualified domain name (RDN CN).
- Country string
- Country name (RDN C).
- Distinguished
Name stringQualifier - Distinguished name qualifier(RDN DNQ).
- Domain
Component string - Domain component (RDN DC).
- Generation
Qualifier string - Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- Given
Name string - Personal given name (RDN G or GN).
- Initials string
- Personal initials.
- Locality
Name string - Locality (RDN L).
- Organization string
- Organization (RDN O).
- Organizational
Unit string - Organizational unit (RDN OU).
- Pseudonym string
- Subject pseudonym.
- Serial
Number string - Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- State
Or 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).
- User
Id string - User ID (RDN UID).
- common
Name String - Common name or fully-qualified domain name (RDN CN).
- country String
- Country name (RDN C).
- distinguished
Name StringQualifier - Distinguished name qualifier(RDN DNQ).
- domain
Component String - Domain component (RDN DC).
- generation
Qualifier String - Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- given
Name String - Personal given name (RDN G or GN).
- initials String
- Personal initials.
- locality
Name String - Locality (RDN L).
- organization String
- Organization (RDN O).
- organizational
Unit String - Organizational unit (RDN OU).
- pseudonym String
- Subject pseudonym.
- serial
Number String - Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- state
Or 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).
- user
Id String - User ID (RDN UID).
- common
Name string - Common name or fully-qualified domain name (RDN CN).
- country string
- Country name (RDN C).
- distinguished
Name stringQualifier - Distinguished name qualifier(RDN DNQ).
- domain
Component string - Domain component (RDN DC).
- generation
Qualifier string - Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- given
Name string - Personal given name (RDN G or GN).
- initials string
- Personal initials.
- locality
Name string - Locality (RDN L).
- organization string
- Organization (RDN O).
- organizational
Unit string - Organizational unit (RDN OU).
- pseudonym string
- Subject pseudonym.
- serial
Number string - Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- state
Or 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).
- user
Id 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).
- common
Name String - Common name or fully-qualified domain name (RDN CN).
- country String
- Country name (RDN C).
- distinguished
Name StringQualifier - Distinguished name qualifier(RDN DNQ).
- domain
Component String - Domain component (RDN DC).
- generation
Qualifier String - Personal generational qualifier (for example, Sr., Jr. 3rd, or IV).
- given
Name String - Personal given name (RDN G or GN).
- initials String
- Personal initials.
- locality
Name String - Locality (RDN L).
- organization String
- Organization (RDN O).
- organizational
Unit String - Organizational unit (RDN OU).
- pseudonym String
- Subject pseudonym.
- serial
Number String - Unique subject identifier, which is not the same as the certificate serial number (RDN SERIALNUMBER).
- state
Or 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).
- user
Id String - User ID (RDN UID).
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.