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

tencentcloud.getSslDescribeCertificate

Explore with Pulumi AI

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",
});
Copy
import pulumi
import pulumi_tencentcloud as tencentcloud

describe_certificate = tencentcloud.get_ssl_describe_certificate(certificate_id="8cj4g8h8")
Copy
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
	})
}
Copy
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",
    });

});
Copy
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());

    }
}
Copy
variables:
  describeCertificate:
    fn::invoke:
      function: tencentcloud:getSslDescribeCertificate
      arguments:
        certificateId: 8cj4g8h8
Copy

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>
Copy
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]
Copy
func LookupSslDescribeCertificate(ctx *Context, args *LookupSslDescribeCertificateArgs, opts ...InvokeOption) (*LookupSslDescribeCertificateResult, error)
func LookupSslDescribeCertificateOutput(ctx *Context, args *LookupSslDescribeCertificateOutputArgs, opts ...InvokeOption) LookupSslDescribeCertificateResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetSslDescribeCertificateResult> getSslDescribeCertificate(GetSslDescribeCertificateArgs args, InvokeOptions options)
public static Output<GetSslDescribeCertificateResult> getSslDescribeCertificate(GetSslDescribeCertificateArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: tencentcloud:index/getSslDescribeCertificate:getSslDescribeCertificate
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

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

getSslDescribeCertificate Result

The following output properties are available:

Supporting Types

GetSslDescribeCertificateResult

Alias This property is required. string
Remark name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
CACommonNames This property is required. List<string>
All general names of the CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
CAEncryptAlgorithms This property is required. List<string>
All encryption methods of CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
CAEndTimes This property is required. List<string>
CA certificate all maturity timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
CertBeginTime This property is required. string
Certificate takes effect time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
CertEndTime This property is required. string
The certificate is invalid time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
CertificateExtras This property is required. List<GetSslDescribeCertificateResultCertificateExtra>
Certificate extension information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
CertificateType This property is required. string
Certificate type: CA = CA certificate, SVR = server certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
Deployable This property is required. bool
Whether it can be deployed.Note: This field may return NULL, indicating that the valid value cannot be obtained.
Domain This property is required. string
domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
DvAuthDetails This property is required. List<GetSslDescribeCertificateResultDvAuthDetail>
DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
DvRevokeAuthDetails This property is required. List<GetSslDescribeCertificateResultDvRevokeAuthDetail>
DV certificate revoking verification valueNote: This field may return NULL, indicating that the valid value cannot be obtained.
From This property is required. string
Certificate source: Trustasia,uploadNote: This field may return NULL, indicating that the valid value cannot be obtained.
InsertTime This property is required. string
application time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
IsDv This property is required. bool
Whether it is the DV version.Note: This field may return NULL, indicating that the valid value cannot be obtained.
IsVip This property is required. bool
Whether it is a VIP customer.Note: This field may return NULL, indicating that the valid value cannot be obtained.
IsVulnerability This property is required. bool
Whether the vulnerability scanning function is enabled.Note: This field may return NULL, indicating that the valid value cannot be obtained.
IsWildcard This property is required. bool
Whether it is a pan -domain certificate certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
OrderId This property is required. string
Order ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
OwnerUin This property is required. string
Account UIN.Note: This field may return NULL, indicating that the valid value cannot be obtained.
PackageType This property is required. 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 This property is required. string
Certificate type name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
ProductZhName This property is required. string
Certificate issuer name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
ProjectId This property is required. string
Project ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
RenewAble This property is required. bool
Whether you can issue a certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
Status This property is required. 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 This property is required. string
status information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
StatusName This property is required. string
status description.Note: This field may return NULL, indicating that the valid value cannot be obtained.
SubjectAltNames This property is required. 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 This property is required. List<GetSslDescribeCertificateResultSubmittedData>
Submitted information information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
ValidityPeriod This property is required. string
Validity period: unit (month).Note: This field may return NULL, indicating that the valid value cannot be obtained.
VerifyType This property is required. 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 This property is required. string
Vulnerability scanning evaluation report.Note: This field may return NULL, indicating that the valid value cannot be obtained.
VulnerabilityStatus This property is required. string
Vulnerability scanning status.Note: This field may return NULL, indicating that the valid value cannot be obtained.
Alias This property is required. string
Remark name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
CACommonNames This property is required. []string
All general names of the CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
CAEncryptAlgorithms This property is required. []string
All encryption methods of CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
CAEndTimes This property is required. []string
CA certificate all maturity timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
CertBeginTime This property is required. string
Certificate takes effect time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
CertEndTime This property is required. string
The certificate is invalid time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
CertificateExtras This property is required. []GetSslDescribeCertificateResultCertificateExtra
Certificate extension information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
CertificateType This property is required. string
Certificate type: CA = CA certificate, SVR = server certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
Deployable This property is required. bool
Whether it can be deployed.Note: This field may return NULL, indicating that the valid value cannot be obtained.
Domain This property is required. string
domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
DvAuthDetails This property is required. []GetSslDescribeCertificateResultDvAuthDetail
DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
DvRevokeAuthDetails This property is required. []GetSslDescribeCertificateResultDvRevokeAuthDetail
DV certificate revoking verification valueNote: This field may return NULL, indicating that the valid value cannot be obtained.
From This property is required. string
Certificate source: Trustasia,uploadNote: This field may return NULL, indicating that the valid value cannot be obtained.
InsertTime This property is required. string
application time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
IsDv This property is required. bool
Whether it is the DV version.Note: This field may return NULL, indicating that the valid value cannot be obtained.
IsVip This property is required. bool
Whether it is a VIP customer.Note: This field may return NULL, indicating that the valid value cannot be obtained.
IsVulnerability This property is required. bool
Whether the vulnerability scanning function is enabled.Note: This field may return NULL, indicating that the valid value cannot be obtained.
IsWildcard This property is required. bool
Whether it is a pan -domain certificate certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
OrderId This property is required. string
Order ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
OwnerUin This property is required. string
Account UIN.Note: This field may return NULL, indicating that the valid value cannot be obtained.
PackageType This property is required. 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 This property is required. string
Certificate type name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
ProductZhName This property is required. string
Certificate issuer name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
ProjectId This property is required. string
Project ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
RenewAble This property is required. bool
Whether you can issue a certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
Status This property is required. 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 This property is required. string
status information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
StatusName This property is required. string
status description.Note: This field may return NULL, indicating that the valid value cannot be obtained.
SubjectAltNames This property is required. []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 This property is required. []GetSslDescribeCertificateResultSubmittedData
Submitted information information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
ValidityPeriod This property is required. string
Validity period: unit (month).Note: This field may return NULL, indicating that the valid value cannot be obtained.
VerifyType This property is required. 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 This property is required. string
Vulnerability scanning evaluation report.Note: This field may return NULL, indicating that the valid value cannot be obtained.
VulnerabilityStatus This property is required. string
Vulnerability scanning status.Note: This field may return NULL, indicating that the valid value cannot be obtained.
alias This property is required. String
Remark name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
cACommonNames This property is required. List<String>
All general names of the CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
cAEncryptAlgorithms This property is required. List<String>
All encryption methods of CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
cAEndTimes This property is required. List<String>
CA certificate all maturity timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
certBeginTime This property is required. String
Certificate takes effect time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
certEndTime This property is required. String
The certificate is invalid time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
certificateExtras This property is required. List<GetSslDescribeCertificateResultCertificateExtra>
Certificate extension information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
certificateType This property is required. String
Certificate type: CA = CA certificate, SVR = server certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
deployable This property is required. Boolean
Whether it can be deployed.Note: This field may return NULL, indicating that the valid value cannot be obtained.
domain This property is required. String
domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
dvAuthDetails This property is required. List<GetSslDescribeCertificateResultDvAuthDetail>
DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
dvRevokeAuthDetails This property is required. List<GetSslDescribeCertificateResultDvRevokeAuthDetail>
DV certificate revoking verification valueNote: This field may return NULL, indicating that the valid value cannot be obtained.
from This property is required. String
Certificate source: Trustasia,uploadNote: This field may return NULL, indicating that the valid value cannot be obtained.
insertTime This property is required. String
application time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
isDv This property is required. Boolean
Whether it is the DV version.Note: This field may return NULL, indicating that the valid value cannot be obtained.
isVip This property is required. Boolean
Whether it is a VIP customer.Note: This field may return NULL, indicating that the valid value cannot be obtained.
isVulnerability This property is required. Boolean
Whether the vulnerability scanning function is enabled.Note: This field may return NULL, indicating that the valid value cannot be obtained.
isWildcard This property is required. Boolean
Whether it is a pan -domain certificate certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
orderId This property is required. String
Order ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
ownerUin This property is required. String
Account UIN.Note: This field may return NULL, indicating that the valid value cannot be obtained.
packageType This property is required. 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 This property is required. String
Certificate type name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
productZhName This property is required. String
Certificate issuer name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
projectId This property is required. String
Project ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
renewAble This property is required. Boolean
Whether you can issue a certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
status This property is required. 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 This property is required. String
status information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
statusName This property is required. String
status description.Note: This field may return NULL, indicating that the valid value cannot be obtained.
subjectAltNames This property is required. 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 This property is required. List<GetSslDescribeCertificateResultSubmittedData>
Submitted information information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
validityPeriod This property is required. String
Validity period: unit (month).Note: This field may return NULL, indicating that the valid value cannot be obtained.
verifyType This property is required. 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 This property is required. String
Vulnerability scanning evaluation report.Note: This field may return NULL, indicating that the valid value cannot be obtained.
vulnerabilityStatus This property is required. String
Vulnerability scanning status.Note: This field may return NULL, indicating that the valid value cannot be obtained.
alias This property is required. string
Remark name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
cACommonNames This property is required. string[]
All general names of the CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
cAEncryptAlgorithms This property is required. string[]
All encryption methods of CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
cAEndTimes This property is required. string[]
CA certificate all maturity timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
certBeginTime This property is required. string
Certificate takes effect time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
certEndTime This property is required. string
The certificate is invalid time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
certificateExtras This property is required. GetSslDescribeCertificateResultCertificateExtra[]
Certificate extension information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
certificateType This property is required. string
Certificate type: CA = CA certificate, SVR = server certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
deployable This property is required. boolean
Whether it can be deployed.Note: This field may return NULL, indicating that the valid value cannot be obtained.
domain This property is required. string
domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
dvAuthDetails This property is required. GetSslDescribeCertificateResultDvAuthDetail[]
DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
dvRevokeAuthDetails This property is required. GetSslDescribeCertificateResultDvRevokeAuthDetail[]
DV certificate revoking verification valueNote: This field may return NULL, indicating that the valid value cannot be obtained.
from This property is required. string
Certificate source: Trustasia,uploadNote: This field may return NULL, indicating that the valid value cannot be obtained.
insertTime This property is required. string
application time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
isDv This property is required. boolean
Whether it is the DV version.Note: This field may return NULL, indicating that the valid value cannot be obtained.
isVip This property is required. boolean
Whether it is a VIP customer.Note: This field may return NULL, indicating that the valid value cannot be obtained.
isVulnerability This property is required. boolean
Whether the vulnerability scanning function is enabled.Note: This field may return NULL, indicating that the valid value cannot be obtained.
isWildcard This property is required. boolean
Whether it is a pan -domain certificate certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
orderId This property is required. string
Order ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
ownerUin This property is required. string
Account UIN.Note: This field may return NULL, indicating that the valid value cannot be obtained.
packageType This property is required. 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 This property is required. string
Certificate type name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
productZhName This property is required. string
Certificate issuer name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
projectId This property is required. string
Project ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
renewAble This property is required. boolean
Whether you can issue a certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
status This property is required. 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 This property is required. string
status information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
statusName This property is required. string
status description.Note: This field may return NULL, indicating that the valid value cannot be obtained.
subjectAltNames This property is required. 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 This property is required. GetSslDescribeCertificateResultSubmittedData[]
Submitted information information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
validityPeriod This property is required. string
Validity period: unit (month).Note: This field may return NULL, indicating that the valid value cannot be obtained.
verifyType This property is required. 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 This property is required. string
Vulnerability scanning evaluation report.Note: This field may return NULL, indicating that the valid value cannot be obtained.
vulnerabilityStatus This property is required. string
Vulnerability scanning status.Note: This field may return NULL, indicating that the valid value cannot be obtained.
alias This property is required. str
Remark name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
c_a_common_names This property is required. 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 This property is required. 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 This property is required. Sequence[str]
CA certificate all maturity timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
cert_begin_time This property is required. str
Certificate takes effect time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
cert_end_time This property is required. str
The certificate is invalid time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
certificate_extras This property is required. Sequence[GetSslDescribeCertificateResultCertificateExtra]
Certificate extension information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
certificate_type This property is required. str
Certificate type: CA = CA certificate, SVR = server certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
deployable This property is required. bool
Whether it can be deployed.Note: This field may return NULL, indicating that the valid value cannot be obtained.
domain This property is required. str
domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
dv_auth_details This property is required. Sequence[GetSslDescribeCertificateResultDvAuthDetail]
DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
dv_revoke_auth_details This property is required. Sequence[GetSslDescribeCertificateResultDvRevokeAuthDetail]
DV certificate revoking verification valueNote: This field may return NULL, indicating that the valid value cannot be obtained.
from_ This property is required. str
Certificate source: Trustasia,uploadNote: This field may return NULL, indicating that the valid value cannot be obtained.
insert_time This property is required. str
application time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
is_dv This property is required. bool
Whether it is the DV version.Note: This field may return NULL, indicating that the valid value cannot be obtained.
is_vip This property is required. bool
Whether it is a VIP customer.Note: This field may return NULL, indicating that the valid value cannot be obtained.
is_vulnerability This property is required. bool
Whether the vulnerability scanning function is enabled.Note: This field may return NULL, indicating that the valid value cannot be obtained.
is_wildcard This property is required. 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 This property is required. str
Order ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
owner_uin This property is required. str
Account UIN.Note: This field may return NULL, indicating that the valid value cannot be obtained.
package_type This property is required. 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 This property is required. str
Certificate type name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
product_zh_name This property is required. str
Certificate issuer name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
project_id This property is required. str
Project ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
renew_able This property is required. bool
Whether you can issue a certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
status This property is required. 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 This property is required. str
status information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
status_name This property is required. str
status description.Note: This field may return NULL, indicating that the valid value cannot be obtained.
subject_alt_names This property is required. 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 This property is required. Sequence[GetSslDescribeCertificateResultSubmittedData]
Submitted information information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
validity_period This property is required. str
Validity period: unit (month).Note: This field may return NULL, indicating that the valid value cannot be obtained.
verify_type This property is required. 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 This property is required. str
Vulnerability scanning evaluation report.Note: This field may return NULL, indicating that the valid value cannot be obtained.
vulnerability_status This property is required. str
Vulnerability scanning status.Note: This field may return NULL, indicating that the valid value cannot be obtained.
alias This property is required. String
Remark name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
cACommonNames This property is required. List<String>
All general names of the CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
cAEncryptAlgorithms This property is required. List<String>
All encryption methods of CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
cAEndTimes This property is required. List<String>
CA certificate all maturity timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
certBeginTime This property is required. String
Certificate takes effect time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
certEndTime This property is required. String
The certificate is invalid time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
certificateExtras This property is required. List<Property Map>
Certificate extension information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
certificateType This property is required. String
Certificate type: CA = CA certificate, SVR = server certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
deployable This property is required. Boolean
Whether it can be deployed.Note: This field may return NULL, indicating that the valid value cannot be obtained.
domain This property is required. String
domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
dvAuthDetails This property is required. List<Property Map>
DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
dvRevokeAuthDetails This property is required. List<Property Map>
DV certificate revoking verification valueNote: This field may return NULL, indicating that the valid value cannot be obtained.
from This property is required. String
Certificate source: Trustasia,uploadNote: This field may return NULL, indicating that the valid value cannot be obtained.
insertTime This property is required. String
application time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
isDv This property is required. Boolean
Whether it is the DV version.Note: This field may return NULL, indicating that the valid value cannot be obtained.
isVip This property is required. Boolean
Whether it is a VIP customer.Note: This field may return NULL, indicating that the valid value cannot be obtained.
isVulnerability This property is required. Boolean
Whether the vulnerability scanning function is enabled.Note: This field may return NULL, indicating that the valid value cannot be obtained.
isWildcard This property is required. Boolean
Whether it is a pan -domain certificate certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
orderId This property is required. String
Order ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
ownerUin This property is required. String
Account UIN.Note: This field may return NULL, indicating that the valid value cannot be obtained.
packageType This property is required. 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 This property is required. String
Certificate type name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
productZhName This property is required. String
Certificate issuer name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
projectId This property is required. String
Project ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
renewAble This property is required. Boolean
Whether you can issue a certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
status This property is required. 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 This property is required. String
status information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
statusName This property is required. String
status description.Note: This field may return NULL, indicating that the valid value cannot be obtained.
subjectAltNames This property is required. 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 This property is required. List<Property Map>
Submitted information information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
validityPeriod This property is required. String
Validity period: unit (month).Note: This field may return NULL, indicating that the valid value cannot be obtained.
verifyType This property is required. 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 This property is required. String
Vulnerability scanning evaluation report.Note: This field may return NULL, indicating that the valid value cannot be obtained.
vulnerabilityStatus This property is required. String
Vulnerability scanning status.Note: This field may return NULL, indicating that the valid value cannot be obtained.

GetSslDescribeCertificateResultCertificateExtra

CompanyType This property is required. double
Type of company. Note: This field may return NULL, indicating that the valid value cannot be obtained.
DomainNumber This property is required. 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 This property is required. string
Original certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
RenewOrder This property is required. string
New order certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
ReplacedBy This property is required. string
Re -issue the original ID of the certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
ReplacedFor This property is required. string
Re -issue a new ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
SMCert This property is required. double
Is it a national secret certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
CompanyType This property is required. float64
Type of company. Note: This field may return NULL, indicating that the valid value cannot be obtained.
DomainNumber This property is required. 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 This property is required. string
Original certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
RenewOrder This property is required. string
New order certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
ReplacedBy This property is required. string
Re -issue the original ID of the certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
ReplacedFor This property is required. string
Re -issue a new ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
SMCert This property is required. float64
Is it a national secret certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
companyType This property is required. Double
Type of company. Note: This field may return NULL, indicating that the valid value cannot be obtained.
domainNumber This property is required. 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 This property is required. String
Original certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
renewOrder This property is required. String
New order certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
replacedBy This property is required. String
Re -issue the original ID of the certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
replacedFor This property is required. String
Re -issue a new ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
sMCert This property is required. Double
Is it a national secret certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
companyType This property is required. number
Type of company. Note: This field may return NULL, indicating that the valid value cannot be obtained.
domainNumber This property is required. 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 This property is required. string
Original certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
renewOrder This property is required. string
New order certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
replacedBy This property is required. string
Re -issue the original ID of the certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
replacedFor This property is required. string
Re -issue a new ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
sMCert This property is required. number
Is it a national secret certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
company_type This property is required. float
Type of company. Note: This field may return NULL, indicating that the valid value cannot be obtained.
domain_number This property is required. 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 This property is required. str
Original certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
renew_order This property is required. str
New order certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
replaced_by This property is required. 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 This property is required. str
Re -issue a new ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
s_m_cert This property is required. float
Is it a national secret certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
companyType This property is required. Number
Type of company. Note: This field may return NULL, indicating that the valid value cannot be obtained.
domainNumber This property is required. 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 This property is required. String
Original certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
renewOrder This property is required. String
New order certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
replacedBy This property is required. String
Re -issue the original ID of the certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
replacedFor This property is required. String
Re -issue a new ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
sMCert This property is required. Number
Is it a national secret certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.

GetSslDescribeCertificateResultDvAuthDetail

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

GetSslDescribeCertificateResultDvAuthDetailDvAuth

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

GetSslDescribeCertificateResultDvRevokeAuthDetail

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

GetSslDescribeCertificateResultSubmittedData

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