1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getSslDescribeCertificate
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

tencentcloud.getSslDescribeCertificate

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

    Use this data source to query detailed information of ssl describe_certificate

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const describeCertificate = tencentcloud.getSslDescribeCertificate({
        certificateId: "8cj4g8h8",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    describe_certificate = tencentcloud.get_ssl_describe_certificate(certificate_id="8cj4g8h8")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := tencentcloud.LookupSslDescribeCertificate(ctx, &tencentcloud.LookupSslDescribeCertificateArgs{
    			CertificateId: "8cj4g8h8",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Tencentcloud = Pulumi.Tencentcloud;
    
    return await Deployment.RunAsync(() => 
    {
        var describeCertificate = Tencentcloud.GetSslDescribeCertificate.Invoke(new()
        {
            CertificateId = "8cj4g8h8",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.tencentcloud.TencentcloudFunctions;
    import com.pulumi.tencentcloud.inputs.GetSslDescribeCertificateArgs;
    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 describeCertificate = TencentcloudFunctions.getSslDescribeCertificate(GetSslDescribeCertificateArgs.builder()
                .certificateId("8cj4g8h8")
                .build());
    
        }
    }
    
    variables:
      describeCertificate:
        fn::invoke:
          function: tencentcloud:getSslDescribeCertificate
          arguments:
            certificateId: 8cj4g8h8
    

    Using getSslDescribeCertificate

    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 getSslDescribeCertificate(args: GetSslDescribeCertificateArgs, opts?: InvokeOptions): Promise<GetSslDescribeCertificateResult>
    function getSslDescribeCertificateOutput(args: GetSslDescribeCertificateOutputArgs, opts?: InvokeOptions): Output<GetSslDescribeCertificateResult>
    def get_ssl_describe_certificate(certificate_id: Optional[str] = None,
                                     id: Optional[str] = None,
                                     result_output_file: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetSslDescribeCertificateResult
    def get_ssl_describe_certificate_output(certificate_id: Optional[pulumi.Input[str]] = None,
                                     id: Optional[pulumi.Input[str]] = None,
                                     result_output_file: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetSslDescribeCertificateResult]
    func LookupSslDescribeCertificate(ctx *Context, args *LookupSslDescribeCertificateArgs, opts ...InvokeOption) (*LookupSslDescribeCertificateResult, error)
    func LookupSslDescribeCertificateOutput(ctx *Context, args *LookupSslDescribeCertificateOutputArgs, opts ...InvokeOption) LookupSslDescribeCertificateResultOutput

    > Note: This function is named LookupSslDescribeCertificate in the Go SDK.

    public static class GetSslDescribeCertificate 
    {
        public static Task<GetSslDescribeCertificateResult> InvokeAsync(GetSslDescribeCertificateArgs args, InvokeOptions? opts = null)
        public static Output<GetSslDescribeCertificateResult> Invoke(GetSslDescribeCertificateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSslDescribeCertificateResult> getSslDescribeCertificate(GetSslDescribeCertificateArgs args, InvokeOptions options)
    public static Output<GetSslDescribeCertificateResult> getSslDescribeCertificate(GetSslDescribeCertificateArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getSslDescribeCertificate:getSslDescribeCertificate
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CertificateId string
    Certificate ID.
    Id string
    ResultOutputFile string
    Used to save results.
    CertificateId string
    Certificate ID.
    Id string
    ResultOutputFile string
    Used to save results.
    certificateId String
    Certificate ID.
    id String
    resultOutputFile String
    Used to save results.
    certificateId string
    Certificate ID.
    id string
    resultOutputFile string
    Used to save results.
    certificate_id str
    Certificate ID.
    id str
    result_output_file str
    Used to save results.
    certificateId String
    Certificate ID.
    id String
    resultOutputFile String
    Used to save results.

    getSslDescribeCertificate Result

    The following output properties are available:

    Supporting Types

    GetSslDescribeCertificateResult

    Alias string
    Remark name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    CACommonNames List<string>
    All general names of the CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
    CAEncryptAlgorithms List<string>
    All encryption methods of CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
    CAEndTimes List<string>
    CA certificate all maturity timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    CertBeginTime string
    Certificate takes effect time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    CertEndTime string
    The certificate is invalid time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    CertificateExtras List<GetSslDescribeCertificateResultCertificateExtra>
    Certificate extension information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    CertificateType string
    Certificate type: CA = CA certificate, SVR = server certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    Deployable bool
    Whether it can be deployed.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    Domain string
    domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthDetails List<GetSslDescribeCertificateResultDvAuthDetail>
    DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvRevokeAuthDetails List<GetSslDescribeCertificateResultDvRevokeAuthDetail>
    DV certificate revoking verification valueNote: This field may return NULL, indicating that the valid value cannot be obtained.
    From string
    Certificate source: Trustasia,uploadNote: This field may return NULL, indicating that the valid value cannot be obtained.
    InsertTime string
    application time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    IsDv bool
    Whether it is the DV version.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    IsVip bool
    Whether it is a VIP customer.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    IsVulnerability bool
    Whether the vulnerability scanning function is enabled.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    IsWildcard bool
    Whether it is a pan -domain certificate certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    OrderId string
    Order ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    OwnerUin string
    Account UIN.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    PackageType string
    Types of Certificate Package: 1 = Geotrust DV SSL CA -G3, 2 = Trustasia TLS RSA CA, 3 = SecureSite Enhanced Enterprise Edition (EV Pro), 4 = SecureSite enhanced (EV), 5 = SecureSite Enterprise Professional Edition (OVPro), 6 = SecureSite Enterprise (OV), 7 = SecureSite Enterprise (OV) compatriots, 8 = Geotrust enhanced type (EV), 9 = Geotrust Enterprise (OV), 10 = Geotrust Enterprise (OV) pass,11 = Trustasia Domain Multi -domain SSL certificate, 12 = Trustasia domain model (DV) passing, 13 = Trustasia Enterprise Passing Character (OV) SSL certificate (D3), 14 = Trustasia Enterprise (OV) SSL certificate (D3), 15= Trustasia Enterprise Multi -domain name (OV) SSL certificate (D3), 16 = Trustasia enhanced (EV) SSL certificate (D3), 17 = Trustasia enhanced multi -domain name (EV) SSL certificate (D3), 18 = GlobalSign enterprise type enterprise type(OV) SSL certificate, 19 = GlobalSign Enterprise Type -type STL Certificate, 20 = GlobalSign enhanced (EV) SSL certificate, 21 = Trustasia Enterprise Tongzhi Multi -domain name (OV) SSL certificate (D3), 22 = GlobalSignignMulti -domain name (OV) SSL certificate, 23 = GlobalSign Enterprise Type -type multi -domain name (OV) SSL certificate, 24 = GlobalSign enhanced multi -domain name (EV) SSL certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    PackageTypeName string
    Certificate type name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ProductZhName string
    Certificate issuer name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ProjectId string
    Project ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    RenewAble bool
    Whether you can issue a certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    Status double
    = Submitted information, to be uploaded to confirmation letter, 9 = Certificate is revoked, 10 = revoked, 11 = Re -issuance, 12 = Upload and revoke the confirmation letter.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    StatusMsg string
    status information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    StatusName string
    status description.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    SubjectAltNames List<string>
    The certificate contains multiple domain names (containing the main domain name).Note: This field may return NULL, indicating that the valid value cannot be obtained.
    SubmittedDatas List<GetSslDescribeCertificateResultSubmittedData>
    Submitted information information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ValidityPeriod string
    Validity period: unit (month).Note: This field may return NULL, indicating that the valid value cannot be obtained.
    VerifyType string
    Verification type: DNS_AUTO = Automatic DNS verification, DNS = manual DNS verification, file = file verification, email = email verification.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    VulnerabilityReport string
    Vulnerability scanning evaluation report.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    VulnerabilityStatus string
    Vulnerability scanning status.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    Alias string
    Remark name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    CACommonNames []string
    All general names of the CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
    CAEncryptAlgorithms []string
    All encryption methods of CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
    CAEndTimes []string
    CA certificate all maturity timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    CertBeginTime string
    Certificate takes effect time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    CertEndTime string
    The certificate is invalid time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    CertificateExtras []GetSslDescribeCertificateResultCertificateExtra
    Certificate extension information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    CertificateType string
    Certificate type: CA = CA certificate, SVR = server certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    Deployable bool
    Whether it can be deployed.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    Domain string
    domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthDetails []GetSslDescribeCertificateResultDvAuthDetail
    DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvRevokeAuthDetails []GetSslDescribeCertificateResultDvRevokeAuthDetail
    DV certificate revoking verification valueNote: This field may return NULL, indicating that the valid value cannot be obtained.
    From string
    Certificate source: Trustasia,uploadNote: This field may return NULL, indicating that the valid value cannot be obtained.
    InsertTime string
    application time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    IsDv bool
    Whether it is the DV version.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    IsVip bool
    Whether it is a VIP customer.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    IsVulnerability bool
    Whether the vulnerability scanning function is enabled.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    IsWildcard bool
    Whether it is a pan -domain certificate certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    OrderId string
    Order ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    OwnerUin string
    Account UIN.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    PackageType string
    Types of Certificate Package: 1 = Geotrust DV SSL CA -G3, 2 = Trustasia TLS RSA CA, 3 = SecureSite Enhanced Enterprise Edition (EV Pro), 4 = SecureSite enhanced (EV), 5 = SecureSite Enterprise Professional Edition (OVPro), 6 = SecureSite Enterprise (OV), 7 = SecureSite Enterprise (OV) compatriots, 8 = Geotrust enhanced type (EV), 9 = Geotrust Enterprise (OV), 10 = Geotrust Enterprise (OV) pass,11 = Trustasia Domain Multi -domain SSL certificate, 12 = Trustasia domain model (DV) passing, 13 = Trustasia Enterprise Passing Character (OV) SSL certificate (D3), 14 = Trustasia Enterprise (OV) SSL certificate (D3), 15= Trustasia Enterprise Multi -domain name (OV) SSL certificate (D3), 16 = Trustasia enhanced (EV) SSL certificate (D3), 17 = Trustasia enhanced multi -domain name (EV) SSL certificate (D3), 18 = GlobalSign enterprise type enterprise type(OV) SSL certificate, 19 = GlobalSign Enterprise Type -type STL Certificate, 20 = GlobalSign enhanced (EV) SSL certificate, 21 = Trustasia Enterprise Tongzhi Multi -domain name (OV) SSL certificate (D3), 22 = GlobalSignignMulti -domain name (OV) SSL certificate, 23 = GlobalSign Enterprise Type -type multi -domain name (OV) SSL certificate, 24 = GlobalSign enhanced multi -domain name (EV) SSL certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    PackageTypeName string
    Certificate type name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ProductZhName string
    Certificate issuer name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ProjectId string
    Project ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    RenewAble bool
    Whether you can issue a certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    Status float64
    = Submitted information, to be uploaded to confirmation letter, 9 = Certificate is revoked, 10 = revoked, 11 = Re -issuance, 12 = Upload and revoke the confirmation letter.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    StatusMsg string
    status information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    StatusName string
    status description.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    SubjectAltNames []string
    The certificate contains multiple domain names (containing the main domain name).Note: This field may return NULL, indicating that the valid value cannot be obtained.
    SubmittedDatas []GetSslDescribeCertificateResultSubmittedData
    Submitted information information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ValidityPeriod string
    Validity period: unit (month).Note: This field may return NULL, indicating that the valid value cannot be obtained.
    VerifyType string
    Verification type: DNS_AUTO = Automatic DNS verification, DNS = manual DNS verification, file = file verification, email = email verification.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    VulnerabilityReport string
    Vulnerability scanning evaluation report.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    VulnerabilityStatus string
    Vulnerability scanning status.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    alias String
    Remark name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    cACommonNames List<String>
    All general names of the CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
    cAEncryptAlgorithms List<String>
    All encryption methods of CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
    cAEndTimes List<String>
    CA certificate all maturity timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certBeginTime String
    Certificate takes effect time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    certEndTime String
    The certificate is invalid time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    certificateExtras List<GetSslDescribeCertificateResultCertificateExtra>
    Certificate extension information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    certificateType String
    Certificate type: CA = CA certificate, SVR = server certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    deployable Boolean
    Whether it can be deployed.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    domain String
    domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthDetails List<GetSslDescribeCertificateResultDvAuthDetail>
    DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvRevokeAuthDetails List<GetSslDescribeCertificateResultDvRevokeAuthDetail>
    DV certificate revoking verification valueNote: This field may return NULL, indicating that the valid value cannot be obtained.
    from String
    Certificate source: Trustasia,uploadNote: This field may return NULL, indicating that the valid value cannot be obtained.
    insertTime String
    application time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    isDv Boolean
    Whether it is the DV version.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    isVip Boolean
    Whether it is a VIP customer.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    isVulnerability Boolean
    Whether the vulnerability scanning function is enabled.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    isWildcard Boolean
    Whether it is a pan -domain certificate certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    orderId String
    Order ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ownerUin String
    Account UIN.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    packageType String
    Types of Certificate Package: 1 = Geotrust DV SSL CA -G3, 2 = Trustasia TLS RSA CA, 3 = SecureSite Enhanced Enterprise Edition (EV Pro), 4 = SecureSite enhanced (EV), 5 = SecureSite Enterprise Professional Edition (OVPro), 6 = SecureSite Enterprise (OV), 7 = SecureSite Enterprise (OV) compatriots, 8 = Geotrust enhanced type (EV), 9 = Geotrust Enterprise (OV), 10 = Geotrust Enterprise (OV) pass,11 = Trustasia Domain Multi -domain SSL certificate, 12 = Trustasia domain model (DV) passing, 13 = Trustasia Enterprise Passing Character (OV) SSL certificate (D3), 14 = Trustasia Enterprise (OV) SSL certificate (D3), 15= Trustasia Enterprise Multi -domain name (OV) SSL certificate (D3), 16 = Trustasia enhanced (EV) SSL certificate (D3), 17 = Trustasia enhanced multi -domain name (EV) SSL certificate (D3), 18 = GlobalSign enterprise type enterprise type(OV) SSL certificate, 19 = GlobalSign Enterprise Type -type STL Certificate, 20 = GlobalSign enhanced (EV) SSL certificate, 21 = Trustasia Enterprise Tongzhi Multi -domain name (OV) SSL certificate (D3), 22 = GlobalSignignMulti -domain name (OV) SSL certificate, 23 = GlobalSign Enterprise Type -type multi -domain name (OV) SSL certificate, 24 = GlobalSign enhanced multi -domain name (EV) SSL certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    packageTypeName String
    Certificate type name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    productZhName String
    Certificate issuer name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    projectId String
    Project ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    renewAble Boolean
    Whether you can issue a certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    status Double
    = Submitted information, to be uploaded to confirmation letter, 9 = Certificate is revoked, 10 = revoked, 11 = Re -issuance, 12 = Upload and revoke the confirmation letter.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    statusMsg String
    status information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    statusName String
    status description.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    subjectAltNames List<String>
    The certificate contains multiple domain names (containing the main domain name).Note: This field may return NULL, indicating that the valid value cannot be obtained.
    submittedDatas List<GetSslDescribeCertificateResultSubmittedData>
    Submitted information information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    validityPeriod String
    Validity period: unit (month).Note: This field may return NULL, indicating that the valid value cannot be obtained.
    verifyType String
    Verification type: DNS_AUTO = Automatic DNS verification, DNS = manual DNS verification, file = file verification, email = email verification.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    vulnerabilityReport String
    Vulnerability scanning evaluation report.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    vulnerabilityStatus String
    Vulnerability scanning status.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    alias string
    Remark name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    cACommonNames string[]
    All general names of the CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
    cAEncryptAlgorithms string[]
    All encryption methods of CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
    cAEndTimes string[]
    CA certificate all maturity timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certBeginTime string
    Certificate takes effect time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    certEndTime string
    The certificate is invalid time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    certificateExtras GetSslDescribeCertificateResultCertificateExtra[]
    Certificate extension information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    certificateType string
    Certificate type: CA = CA certificate, SVR = server certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    deployable boolean
    Whether it can be deployed.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    domain string
    domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthDetails GetSslDescribeCertificateResultDvAuthDetail[]
    DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvRevokeAuthDetails GetSslDescribeCertificateResultDvRevokeAuthDetail[]
    DV certificate revoking verification valueNote: This field may return NULL, indicating that the valid value cannot be obtained.
    from string
    Certificate source: Trustasia,uploadNote: This field may return NULL, indicating that the valid value cannot be obtained.
    insertTime string
    application time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    isDv boolean
    Whether it is the DV version.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    isVip boolean
    Whether it is a VIP customer.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    isVulnerability boolean
    Whether the vulnerability scanning function is enabled.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    isWildcard boolean
    Whether it is a pan -domain certificate certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    orderId string
    Order ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ownerUin string
    Account UIN.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    packageType string
    Types of Certificate Package: 1 = Geotrust DV SSL CA -G3, 2 = Trustasia TLS RSA CA, 3 = SecureSite Enhanced Enterprise Edition (EV Pro), 4 = SecureSite enhanced (EV), 5 = SecureSite Enterprise Professional Edition (OVPro), 6 = SecureSite Enterprise (OV), 7 = SecureSite Enterprise (OV) compatriots, 8 = Geotrust enhanced type (EV), 9 = Geotrust Enterprise (OV), 10 = Geotrust Enterprise (OV) pass,11 = Trustasia Domain Multi -domain SSL certificate, 12 = Trustasia domain model (DV) passing, 13 = Trustasia Enterprise Passing Character (OV) SSL certificate (D3), 14 = Trustasia Enterprise (OV) SSL certificate (D3), 15= Trustasia Enterprise Multi -domain name (OV) SSL certificate (D3), 16 = Trustasia enhanced (EV) SSL certificate (D3), 17 = Trustasia enhanced multi -domain name (EV) SSL certificate (D3), 18 = GlobalSign enterprise type enterprise type(OV) SSL certificate, 19 = GlobalSign Enterprise Type -type STL Certificate, 20 = GlobalSign enhanced (EV) SSL certificate, 21 = Trustasia Enterprise Tongzhi Multi -domain name (OV) SSL certificate (D3), 22 = GlobalSignignMulti -domain name (OV) SSL certificate, 23 = GlobalSign Enterprise Type -type multi -domain name (OV) SSL certificate, 24 = GlobalSign enhanced multi -domain name (EV) SSL certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    packageTypeName string
    Certificate type name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    productZhName string
    Certificate issuer name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    projectId string
    Project ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    renewAble boolean
    Whether you can issue a certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    status number
    = Submitted information, to be uploaded to confirmation letter, 9 = Certificate is revoked, 10 = revoked, 11 = Re -issuance, 12 = Upload and revoke the confirmation letter.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    statusMsg string
    status information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    statusName string
    status description.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    subjectAltNames string[]
    The certificate contains multiple domain names (containing the main domain name).Note: This field may return NULL, indicating that the valid value cannot be obtained.
    submittedDatas GetSslDescribeCertificateResultSubmittedData[]
    Submitted information information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    validityPeriod string
    Validity period: unit (month).Note: This field may return NULL, indicating that the valid value cannot be obtained.
    verifyType string
    Verification type: DNS_AUTO = Automatic DNS verification, DNS = manual DNS verification, file = file verification, email = email verification.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    vulnerabilityReport string
    Vulnerability scanning evaluation report.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    vulnerabilityStatus string
    Vulnerability scanning status.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    alias str
    Remark name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    c_a_common_names Sequence[str]
    All general names of the CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
    c_a_encrypt_algorithms Sequence[str]
    All encryption methods of CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
    c_a_end_times Sequence[str]
    CA certificate all maturity timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    cert_begin_time str
    Certificate takes effect time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    cert_end_time str
    The certificate is invalid time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    certificate_extras Sequence[GetSslDescribeCertificateResultCertificateExtra]
    Certificate extension information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    certificate_type str
    Certificate type: CA = CA certificate, SVR = server certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    deployable bool
    Whether it can be deployed.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    domain str
    domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dv_auth_details Sequence[GetSslDescribeCertificateResultDvAuthDetail]
    DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dv_revoke_auth_details Sequence[GetSslDescribeCertificateResultDvRevokeAuthDetail]
    DV certificate revoking verification valueNote: This field may return NULL, indicating that the valid value cannot be obtained.
    from_ str
    Certificate source: Trustasia,uploadNote: This field may return NULL, indicating that the valid value cannot be obtained.
    insert_time str
    application time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    is_dv bool
    Whether it is the DV version.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    is_vip bool
    Whether it is a VIP customer.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    is_vulnerability bool
    Whether the vulnerability scanning function is enabled.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    is_wildcard bool
    Whether it is a pan -domain certificate certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    order_id str
    Order ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    owner_uin str
    Account UIN.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    package_type str
    Types of Certificate Package: 1 = Geotrust DV SSL CA -G3, 2 = Trustasia TLS RSA CA, 3 = SecureSite Enhanced Enterprise Edition (EV Pro), 4 = SecureSite enhanced (EV), 5 = SecureSite Enterprise Professional Edition (OVPro), 6 = SecureSite Enterprise (OV), 7 = SecureSite Enterprise (OV) compatriots, 8 = Geotrust enhanced type (EV), 9 = Geotrust Enterprise (OV), 10 = Geotrust Enterprise (OV) pass,11 = Trustasia Domain Multi -domain SSL certificate, 12 = Trustasia domain model (DV) passing, 13 = Trustasia Enterprise Passing Character (OV) SSL certificate (D3), 14 = Trustasia Enterprise (OV) SSL certificate (D3), 15= Trustasia Enterprise Multi -domain name (OV) SSL certificate (D3), 16 = Trustasia enhanced (EV) SSL certificate (D3), 17 = Trustasia enhanced multi -domain name (EV) SSL certificate (D3), 18 = GlobalSign enterprise type enterprise type(OV) SSL certificate, 19 = GlobalSign Enterprise Type -type STL Certificate, 20 = GlobalSign enhanced (EV) SSL certificate, 21 = Trustasia Enterprise Tongzhi Multi -domain name (OV) SSL certificate (D3), 22 = GlobalSignignMulti -domain name (OV) SSL certificate, 23 = GlobalSign Enterprise Type -type multi -domain name (OV) SSL certificate, 24 = GlobalSign enhanced multi -domain name (EV) SSL certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    package_type_name str
    Certificate type name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    product_zh_name str
    Certificate issuer name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    project_id str
    Project ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    renew_able bool
    Whether you can issue a certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    status float
    = Submitted information, to be uploaded to confirmation letter, 9 = Certificate is revoked, 10 = revoked, 11 = Re -issuance, 12 = Upload and revoke the confirmation letter.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    status_msg str
    status information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    status_name str
    status description.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    subject_alt_names Sequence[str]
    The certificate contains multiple domain names (containing the main domain name).Note: This field may return NULL, indicating that the valid value cannot be obtained.
    submitted_datas Sequence[GetSslDescribeCertificateResultSubmittedData]
    Submitted information information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    validity_period str
    Validity period: unit (month).Note: This field may return NULL, indicating that the valid value cannot be obtained.
    verify_type str
    Verification type: DNS_AUTO = Automatic DNS verification, DNS = manual DNS verification, file = file verification, email = email verification.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    vulnerability_report str
    Vulnerability scanning evaluation report.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    vulnerability_status str
    Vulnerability scanning status.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    alias String
    Remark name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    cACommonNames List<String>
    All general names of the CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
    cAEncryptAlgorithms List<String>
    All encryption methods of CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
    cAEndTimes List<String>
    CA certificate all maturity timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certBeginTime String
    Certificate takes effect time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    certEndTime String
    The certificate is invalid time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    certificateExtras List<Property Map>
    Certificate extension information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    certificateType String
    Certificate type: CA = CA certificate, SVR = server certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    deployable Boolean
    Whether it can be deployed.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    domain String
    domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthDetails List<Property Map>
    DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvRevokeAuthDetails List<Property Map>
    DV certificate revoking verification valueNote: This field may return NULL, indicating that the valid value cannot be obtained.
    from String
    Certificate source: Trustasia,uploadNote: This field may return NULL, indicating that the valid value cannot be obtained.
    insertTime String
    application time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    isDv Boolean
    Whether it is the DV version.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    isVip Boolean
    Whether it is a VIP customer.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    isVulnerability Boolean
    Whether the vulnerability scanning function is enabled.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    isWildcard Boolean
    Whether it is a pan -domain certificate certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    orderId String
    Order ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ownerUin String
    Account UIN.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    packageType String
    Types of Certificate Package: 1 = Geotrust DV SSL CA -G3, 2 = Trustasia TLS RSA CA, 3 = SecureSite Enhanced Enterprise Edition (EV Pro), 4 = SecureSite enhanced (EV), 5 = SecureSite Enterprise Professional Edition (OVPro), 6 = SecureSite Enterprise (OV), 7 = SecureSite Enterprise (OV) compatriots, 8 = Geotrust enhanced type (EV), 9 = Geotrust Enterprise (OV), 10 = Geotrust Enterprise (OV) pass,11 = Trustasia Domain Multi -domain SSL certificate, 12 = Trustasia domain model (DV) passing, 13 = Trustasia Enterprise Passing Character (OV) SSL certificate (D3), 14 = Trustasia Enterprise (OV) SSL certificate (D3), 15= Trustasia Enterprise Multi -domain name (OV) SSL certificate (D3), 16 = Trustasia enhanced (EV) SSL certificate (D3), 17 = Trustasia enhanced multi -domain name (EV) SSL certificate (D3), 18 = GlobalSign enterprise type enterprise type(OV) SSL certificate, 19 = GlobalSign Enterprise Type -type STL Certificate, 20 = GlobalSign enhanced (EV) SSL certificate, 21 = Trustasia Enterprise Tongzhi Multi -domain name (OV) SSL certificate (D3), 22 = GlobalSignignMulti -domain name (OV) SSL certificate, 23 = GlobalSign Enterprise Type -type multi -domain name (OV) SSL certificate, 24 = GlobalSign enhanced multi -domain name (EV) SSL certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    packageTypeName String
    Certificate type name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    productZhName String
    Certificate issuer name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    projectId String
    Project ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    renewAble Boolean
    Whether you can issue a certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    status Number
    = Submitted information, to be uploaded to confirmation letter, 9 = Certificate is revoked, 10 = revoked, 11 = Re -issuance, 12 = Upload and revoke the confirmation letter.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    statusMsg String
    status information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    statusName String
    status description.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    subjectAltNames List<String>
    The certificate contains multiple domain names (containing the main domain name).Note: This field may return NULL, indicating that the valid value cannot be obtained.
    submittedDatas List<Property Map>
    Submitted information information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    validityPeriod String
    Validity period: unit (month).Note: This field may return NULL, indicating that the valid value cannot be obtained.
    verifyType String
    Verification type: DNS_AUTO = Automatic DNS verification, DNS = manual DNS verification, file = file verification, email = email verification.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    vulnerabilityReport String
    Vulnerability scanning evaluation report.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    vulnerabilityStatus String
    Vulnerability scanning status.Note: This field may return NULL, indicating that the valid value cannot be obtained.

    GetSslDescribeCertificateResultCertificateExtra

    CompanyType double
    Type of company. Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DomainNumber string
    Certificate can be configured in the number of domain names.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    OriginCertificateId string
    Original certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    RenewOrder string
    New order certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ReplacedBy string
    Re -issue the original ID of the certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ReplacedFor string
    Re -issue a new ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    SMCert double
    Is it a national secret certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
    CompanyType float64
    Type of company. Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DomainNumber string
    Certificate can be configured in the number of domain names.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    OriginCertificateId string
    Original certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    RenewOrder string
    New order certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ReplacedBy string
    Re -issue the original ID of the certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ReplacedFor string
    Re -issue a new ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    SMCert float64
    Is it a national secret certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
    companyType Double
    Type of company. Note: This field may return NULL, indicating that the valid value cannot be obtained.
    domainNumber String
    Certificate can be configured in the number of domain names.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    originCertificateId String
    Original certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    renewOrder String
    New order certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    replacedBy String
    Re -issue the original ID of the certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    replacedFor String
    Re -issue a new ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    sMCert Double
    Is it a national secret certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
    companyType number
    Type of company. Note: This field may return NULL, indicating that the valid value cannot be obtained.
    domainNumber string
    Certificate can be configured in the number of domain names.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    originCertificateId string
    Original certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    renewOrder string
    New order certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    replacedBy string
    Re -issue the original ID of the certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    replacedFor string
    Re -issue a new ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    sMCert number
    Is it a national secret certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
    company_type float
    Type of company. Note: This field may return NULL, indicating that the valid value cannot be obtained.
    domain_number str
    Certificate can be configured in the number of domain names.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    origin_certificate_id str
    Original certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    renew_order str
    New order certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    replaced_by str
    Re -issue the original ID of the certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    replaced_for str
    Re -issue a new ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    s_m_cert float
    Is it a national secret certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
    companyType Number
    Type of company. Note: This field may return NULL, indicating that the valid value cannot be obtained.
    domainNumber String
    Certificate can be configured in the number of domain names.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    originCertificateId String
    Original certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    renewOrder String
    New order certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    replacedBy String
    Re -issue the original ID of the certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    replacedFor String
    Re -issue a new ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    sMCert Number
    Is it a national secret certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.

    GetSslDescribeCertificateResultDvAuthDetail

    DvAuthDomain string
    DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthKey string
    DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthKeySubDomain string
    DV certification sub -domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthPath string
    DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthValue string
    DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuths List<GetSslDescribeCertificateResultDvAuthDetailDvAuth>
    DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthDomain string
    DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthKey string
    DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthKeySubDomain string
    DV certification sub -domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthPath string
    DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthValue string
    DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuths []GetSslDescribeCertificateResultDvAuthDetailDvAuth
    DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthDomain String
    DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthKey String
    DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthKeySubDomain String
    DV certification sub -domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthPath String
    DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthValue String
    DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuths List<GetSslDescribeCertificateResultDvAuthDetailDvAuth>
    DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthDomain string
    DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthKey string
    DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthKeySubDomain string
    DV certification sub -domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthPath string
    DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthValue string
    DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuths GetSslDescribeCertificateResultDvAuthDetailDvAuth[]
    DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dv_auth_domain str
    DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dv_auth_key str
    DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dv_auth_key_sub_domain str
    DV certification sub -domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dv_auth_path str
    DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dv_auth_value str
    DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dv_auths Sequence[GetSslDescribeCertificateResultDvAuthDetailDvAuth]
    DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthDomain String
    DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthKey String
    DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthKeySubDomain String
    DV certification sub -domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthPath String
    DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthValue String
    DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuths List<Property Map>
    DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.

    GetSslDescribeCertificateResultDvAuthDetailDvAuth

    DvAuthDomain string
    DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthKey string
    DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthPath string
    DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthSubDomain string
    DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthValue string
    DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthVerifyType string
    DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthDomain string
    DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthKey string
    DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthPath string
    DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthSubDomain string
    DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthValue string
    DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthVerifyType string
    DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthDomain String
    DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthKey String
    DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthPath String
    DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthSubDomain String
    DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthValue String
    DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthVerifyType String
    DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthDomain string
    DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthKey string
    DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthPath string
    DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthSubDomain string
    DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthValue string
    DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthVerifyType string
    DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dv_auth_domain str
    DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dv_auth_key str
    DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dv_auth_path str
    DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dv_auth_sub_domain str
    DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dv_auth_value str
    DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dv_auth_verify_type str
    DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthDomain String
    DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthKey String
    DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthPath String
    DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthSubDomain String
    DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthValue String
    DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthVerifyType String
    DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.

    GetSslDescribeCertificateResultDvRevokeAuthDetail

    DvAuthDomain string
    DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthKey string
    DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthPath string
    DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthSubDomain string
    DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthValue string
    DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthVerifyType string
    DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthDomain string
    DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthKey string
    DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthPath string
    DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthSubDomain string
    DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthValue string
    DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DvAuthVerifyType string
    DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthDomain String
    DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthKey String
    DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthPath String
    DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthSubDomain String
    DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthValue String
    DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthVerifyType String
    DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthDomain string
    DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthKey string
    DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthPath string
    DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthSubDomain string
    DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthValue string
    DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthVerifyType string
    DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dv_auth_domain str
    DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dv_auth_key str
    DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dv_auth_path str
    DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dv_auth_sub_domain str
    DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dv_auth_value str
    DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dv_auth_verify_type str
    DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthDomain String
    DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthKey String
    DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthPath String
    DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthSubDomain String
    DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthValue String
    DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    dvAuthVerifyType String
    DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.

    GetSslDescribeCertificateResultSubmittedData

    AdminEmail string
    Administrator mailbox address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    AdminFirstName string
    Administrator name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    AdminLastName string
    The surname of the administrator.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    AdminPhoneNum string
    Administrator phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    AdminPosition string
    Administrator position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    CertificateDomain string
    Domain information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ContactEmail string
    Contact mailbox address,Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ContactFirstName string
    Contact name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ContactLastName string
    Contact surname.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ContactNumber string
    Contact phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ContactPosition string
    Contact position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    CsrContent string
    CSR content.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    CsrType string
    CSR type, (online = online CSR, PARSE = paste CSR).Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DomainLists List<string>
    DNS information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    KeyPassword string
    Private key password.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    OrganizationAddress string
    address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    OrganizationCity string
    city.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    OrganizationCountry string
    nation.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    OrganizationDivision string
    department.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    OrganizationName string
    Enterprise or unit name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    OrganizationRegion string
    Province.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    PhoneAreaCode string
    Local region code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    PhoneNumber string
    Landline number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    PostalCode string
    Postal code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    VerifyType string
    Verification type: DNS_AUTO = Automatic DNS verification, DNS = manual DNS verification, file = file verification, email = email verification.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    AdminEmail string
    Administrator mailbox address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    AdminFirstName string
    Administrator name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    AdminLastName string
    The surname of the administrator.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    AdminPhoneNum string
    Administrator phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    AdminPosition string
    Administrator position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    CertificateDomain string
    Domain information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ContactEmail string
    Contact mailbox address,Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ContactFirstName string
    Contact name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ContactLastName string
    Contact surname.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ContactNumber string
    Contact phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ContactPosition string
    Contact position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    CsrContent string
    CSR content.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    CsrType string
    CSR type, (online = online CSR, PARSE = paste CSR).Note: This field may return NULL, indicating that the valid value cannot be obtained.
    DomainLists []string
    DNS information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    KeyPassword string
    Private key password.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    OrganizationAddress string
    address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    OrganizationCity string
    city.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    OrganizationCountry string
    nation.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    OrganizationDivision string
    department.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    OrganizationName string
    Enterprise or unit name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    OrganizationRegion string
    Province.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    PhoneAreaCode string
    Local region code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    PhoneNumber string
    Landline number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    PostalCode string
    Postal code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    VerifyType string
    Verification type: DNS_AUTO = Automatic DNS verification, DNS = manual DNS verification, file = file verification, email = email verification.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    adminEmail String
    Administrator mailbox address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    adminFirstName String
    Administrator name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    adminLastName String
    The surname of the administrator.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    adminPhoneNum String
    Administrator phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    adminPosition String
    Administrator position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    certificateDomain String
    Domain information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    contactEmail String
    Contact mailbox address,Note: This field may return NULL, indicating that the valid value cannot be obtained.
    contactFirstName String
    Contact name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    contactLastName String
    Contact surname.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    contactNumber String
    Contact phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    contactPosition String
    Contact position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    csrContent String
    CSR content.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    csrType String
    CSR type, (online = online CSR, PARSE = paste CSR).Note: This field may return NULL, indicating that the valid value cannot be obtained.
    domainLists List<String>
    DNS information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    keyPassword String
    Private key password.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organizationAddress String
    address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organizationCity String
    city.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organizationCountry String
    nation.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organizationDivision String
    department.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organizationName String
    Enterprise or unit name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organizationRegion String
    Province.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    phoneAreaCode String
    Local region code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    phoneNumber String
    Landline number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    postalCode String
    Postal code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    verifyType String
    Verification type: DNS_AUTO = Automatic DNS verification, DNS = manual DNS verification, file = file verification, email = email verification.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    adminEmail string
    Administrator mailbox address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    adminFirstName string
    Administrator name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    adminLastName string
    The surname of the administrator.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    adminPhoneNum string
    Administrator phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    adminPosition string
    Administrator position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    certificateDomain string
    Domain information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    contactEmail string
    Contact mailbox address,Note: This field may return NULL, indicating that the valid value cannot be obtained.
    contactFirstName string
    Contact name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    contactLastName string
    Contact surname.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    contactNumber string
    Contact phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    contactPosition string
    Contact position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    csrContent string
    CSR content.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    csrType string
    CSR type, (online = online CSR, PARSE = paste CSR).Note: This field may return NULL, indicating that the valid value cannot be obtained.
    domainLists string[]
    DNS information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    keyPassword string
    Private key password.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organizationAddress string
    address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organizationCity string
    city.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organizationCountry string
    nation.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organizationDivision string
    department.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organizationName string
    Enterprise or unit name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organizationRegion string
    Province.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    phoneAreaCode string
    Local region code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    phoneNumber string
    Landline number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    postalCode string
    Postal code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    verifyType string
    Verification type: DNS_AUTO = Automatic DNS verification, DNS = manual DNS verification, file = file verification, email = email verification.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    admin_email str
    Administrator mailbox address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    admin_first_name str
    Administrator name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    admin_last_name str
    The surname of the administrator.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    admin_phone_num str
    Administrator phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    admin_position str
    Administrator position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    certificate_domain str
    Domain information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    contact_email str
    Contact mailbox address,Note: This field may return NULL, indicating that the valid value cannot be obtained.
    contact_first_name str
    Contact name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    contact_last_name str
    Contact surname.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    contact_number str
    Contact phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    contact_position str
    Contact position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    csr_content str
    CSR content.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    csr_type str
    CSR type, (online = online CSR, PARSE = paste CSR).Note: This field may return NULL, indicating that the valid value cannot be obtained.
    domain_lists Sequence[str]
    DNS information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    key_password str
    Private key password.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organization_address str
    address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organization_city str
    city.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organization_country str
    nation.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organization_division str
    department.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organization_name str
    Enterprise or unit name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organization_region str
    Province.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    phone_area_code str
    Local region code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    phone_number str
    Landline number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    postal_code str
    Postal code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    verify_type str
    Verification type: DNS_AUTO = Automatic DNS verification, DNS = manual DNS verification, file = file verification, email = email verification.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    adminEmail String
    Administrator mailbox address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    adminFirstName String
    Administrator name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    adminLastName String
    The surname of the administrator.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    adminPhoneNum String
    Administrator phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    adminPosition String
    Administrator position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    certificateDomain String
    Domain information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    contactEmail String
    Contact mailbox address,Note: This field may return NULL, indicating that the valid value cannot be obtained.
    contactFirstName String
    Contact name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    contactLastName String
    Contact surname.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    contactNumber String
    Contact phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    contactPosition String
    Contact position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    csrContent String
    CSR content.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    csrType String
    CSR type, (online = online CSR, PARSE = paste CSR).Note: This field may return NULL, indicating that the valid value cannot be obtained.
    domainLists List<String>
    DNS information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    keyPassword String
    Private key password.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organizationAddress String
    address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organizationCity String
    city.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organizationCountry String
    nation.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organizationDivision String
    department.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organizationName String
    Enterprise or unit name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    organizationRegion String
    Province.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    phoneAreaCode String
    Local region code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    phoneNumber String
    Landline number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    postalCode String
    Postal code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
    verifyType String
    Verification type: DNS_AUTO = Automatic DNS verification, DNS = manual DNS verification, file = file verification, email = email verification.Note: This field may return NULL, indicating that the valid value cannot be obtained.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack