tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getSslDescribeCertificate
Start a Neo task
Explain and create a tencentcloud.getSslDescribeCertificate resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of ssl describe_certificate
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const describeCertificate = tencentcloud.getSslDescribeCertificate({
certificateId: "8cj4g8h8",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
describe_certificate = tencentcloud.get_ssl_describe_certificate(certificate_id="8cj4g8h8")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.LookupSslDescribeCertificate(ctx, &tencentcloud.LookupSslDescribeCertificateArgs{
CertificateId: "8cj4g8h8",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var describeCertificate = Tencentcloud.GetSslDescribeCertificate.Invoke(new()
{
CertificateId = "8cj4g8h8",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetSslDescribeCertificateArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var describeCertificate = TencentcloudFunctions.getSslDescribeCertificate(GetSslDescribeCertificateArgs.builder()
.certificateId("8cj4g8h8")
.build());
}
}
variables:
describeCertificate:
fn::invoke:
function: tencentcloud:getSslDescribeCertificate
arguments:
certificateId: 8cj4g8h8
Using getSslDescribeCertificate
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSslDescribeCertificate(args: GetSslDescribeCertificateArgs, opts?: InvokeOptions): Promise<GetSslDescribeCertificateResult>
function getSslDescribeCertificateOutput(args: GetSslDescribeCertificateOutputArgs, opts?: InvokeOptions): Output<GetSslDescribeCertificateResult>def get_ssl_describe_certificate(certificate_id: Optional[str] = None,
id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSslDescribeCertificateResult
def get_ssl_describe_certificate_output(certificate_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSslDescribeCertificateResult]func LookupSslDescribeCertificate(ctx *Context, args *LookupSslDescribeCertificateArgs, opts ...InvokeOption) (*LookupSslDescribeCertificateResult, error)
func LookupSslDescribeCertificateOutput(ctx *Context, args *LookupSslDescribeCertificateOutputArgs, opts ...InvokeOption) LookupSslDescribeCertificateResultOutput> Note: This function is named LookupSslDescribeCertificate in the Go SDK.
public static class GetSslDescribeCertificate
{
public static Task<GetSslDescribeCertificateResult> InvokeAsync(GetSslDescribeCertificateArgs args, InvokeOptions? opts = null)
public static Output<GetSslDescribeCertificateResult> Invoke(GetSslDescribeCertificateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSslDescribeCertificateResult> getSslDescribeCertificate(GetSslDescribeCertificateArgs args, InvokeOptions options)
public static Output<GetSslDescribeCertificateResult> getSslDescribeCertificate(GetSslDescribeCertificateArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getSslDescribeCertificate:getSslDescribeCertificate
arguments:
# arguments dictionaryThe following arguments are supported:
- Certificate
Id string - Certificate ID.
- Id string
- Result
Output stringFile - Used to save results.
- Certificate
Id string - Certificate ID.
- Id string
- Result
Output stringFile - Used to save results.
- certificate
Id String - Certificate ID.
- id String
- result
Output StringFile - Used to save results.
- certificate
Id string - Certificate ID.
- id string
- result
Output stringFile - Used to save results.
- certificate_
id str - Certificate ID.
- id str
- result_
output_ strfile - Used to save results.
- certificate
Id String - Certificate ID.
- id String
- result
Output StringFile - Used to save results.
getSslDescribeCertificate Result
The following output properties are available:
- Certificate
Id string - Id string
- Results
List<Get
Ssl Describe Certificate Result> - result list.
- Result
Output stringFile
- Certificate
Id string - Id string
- Results
[]Get
Ssl Describe Certificate Result - result list.
- Result
Output stringFile
- certificate
Id String - id String
- results
List<Get
Ssl Describe Certificate Result> - result list.
- result
Output StringFile
- certificate
Id string - id string
- results
Get
Ssl Describe Certificate Result[] - result list.
- result
Output stringFile
- certificate_
id str - id str
- results
Sequence[Get
Ssl Describe Certificate Result] - result list.
- result_
output_ strfile
- certificate
Id String - id String
- results List<Property Map>
- result list.
- result
Output StringFile
Supporting Types
GetSslDescribeCertificateResult
- Alias string
- Remark name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- CACommon
Names List<string> - All general names of the CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
- CAEncrypt
Algorithms List<string> - All encryption methods of CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
- CAEnd
Times List<string> - CA certificate all maturity timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Cert
Begin stringTime - Certificate takes effect time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Cert
End stringTime - The certificate is invalid time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Certificate
Extras List<GetSsl Describe Certificate Result Certificate Extra> - Certificate extension information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Certificate
Type string - Certificate type: CA = CA certificate, SVR = server certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Deployable bool
- Whether it can be deployed.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Domain string
- domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth List<GetDetails Ssl Describe Certificate Result Dv Auth Detail> - DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Revoke List<GetAuth Details Ssl Describe Certificate Result Dv Revoke Auth Detail> - DV certificate revoking verification valueNote: This field may return NULL, indicating that the valid value cannot be obtained.
- From string
- Certificate source: Trustasia,uploadNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Insert
Time string - application time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Is
Dv bool - Whether it is the DV version.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Is
Vip bool - Whether it is a VIP customer.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Is
Vulnerability bool - Whether the vulnerability scanning function is enabled.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Is
Wildcard bool - Whether it is a pan -domain certificate certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Order
Id string - Order ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Owner
Uin string - Account UIN.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Package
Type 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.
- Package
Type stringName - Certificate type name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Product
Zh stringName - Certificate issuer name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Project
Id string - Project ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Renew
Able bool - Whether you can issue a certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Status 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.
- Status
Msg string - status information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Status
Name string - status description.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Subject
Alt List<string>Names - 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 List<GetSsl Describe Certificate Result Submitted Data> - Submitted information information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Validity
Period string - Validity period: unit (month).Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Verify
Type 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.
- Vulnerability
Report string - Vulnerability scanning evaluation report.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Vulnerability
Status string - Vulnerability scanning status.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Alias string
- Remark name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- CACommon
Names []string - All general names of the CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
- CAEncrypt
Algorithms []string - All encryption methods of CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
- CAEnd
Times []string - CA certificate all maturity timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Cert
Begin stringTime - Certificate takes effect time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Cert
End stringTime - The certificate is invalid time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Certificate
Extras []GetSsl Describe Certificate Result Certificate Extra - Certificate extension information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Certificate
Type string - Certificate type: CA = CA certificate, SVR = server certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Deployable bool
- Whether it can be deployed.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Domain string
- domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth []GetDetails Ssl Describe Certificate Result Dv Auth Detail - DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Revoke []GetAuth Details Ssl Describe Certificate Result Dv Revoke Auth Detail - DV certificate revoking verification valueNote: This field may return NULL, indicating that the valid value cannot be obtained.
- From string
- Certificate source: Trustasia,uploadNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Insert
Time string - application time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Is
Dv bool - Whether it is the DV version.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Is
Vip bool - Whether it is a VIP customer.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Is
Vulnerability bool - Whether the vulnerability scanning function is enabled.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Is
Wildcard bool - Whether it is a pan -domain certificate certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Order
Id string - Order ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Owner
Uin string - Account UIN.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Package
Type 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.
- Package
Type stringName - Certificate type name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Product
Zh stringName - Certificate issuer name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Project
Id string - Project ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Renew
Able bool - Whether you can issue a certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Status 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.
- Status
Msg string - status information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Status
Name string - status description.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Subject
Alt []stringNames - 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 []GetSsl Describe Certificate Result Submitted Data - Submitted information information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Validity
Period string - Validity period: unit (month).Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Verify
Type 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.
- Vulnerability
Report string - Vulnerability scanning evaluation report.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Vulnerability
Status string - Vulnerability scanning status.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- alias String
- Remark name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- c
ACommon List<String>Names - All general names of the CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
- c
AEncrypt List<String>Algorithms - All encryption methods of CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
- c
AEnd List<String>Times - CA certificate all maturity timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Begin StringTime - Certificate takes effect time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
End StringTime - The certificate is invalid time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- certificate
Extras List<GetSsl Describe Certificate Result Certificate Extra> - Certificate extension information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- certificate
Type String - Certificate type: CA = CA certificate, SVR = server certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- deployable Boolean
- Whether it can be deployed.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- domain String
- domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth List<GetDetails Ssl Describe Certificate Result Dv Auth Detail> - DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Revoke List<GetAuth Details Ssl Describe Certificate Result Dv Revoke Auth Detail> - DV certificate revoking verification valueNote: This field may return NULL, indicating that the valid value cannot be obtained.
- from String
- Certificate source: Trustasia,uploadNote: This field may return NULL, indicating that the valid value cannot be obtained.
- insert
Time String - application time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- is
Dv Boolean - Whether it is the DV version.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- is
Vip Boolean - Whether it is a VIP customer.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- is
Vulnerability Boolean - Whether the vulnerability scanning function is enabled.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- is
Wildcard Boolean - Whether it is a pan -domain certificate certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- order
Id String - Order ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- owner
Uin String - Account UIN.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- package
Type 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.
- package
Type StringName - Certificate type name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- product
Zh StringName - Certificate issuer name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- project
Id String - Project ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- renew
Able Boolean - Whether you can issue a certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- status Double
- = Submitted information, to be uploaded to confirmation letter, 9 = Certificate is revoked, 10 = revoked, 11 = Re -issuance, 12 = Upload and revoke the confirmation letter.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- status
Msg String - status information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- status
Name String - status description.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- subject
Alt List<String>Names - 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 List<GetSsl Describe Certificate Result Submitted Data> - Submitted information information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- validity
Period String - Validity period: unit (month).Note: This field may return NULL, indicating that the valid value cannot be obtained.
- verify
Type 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.
- vulnerability
Report String - Vulnerability scanning evaluation report.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- vulnerability
Status String - Vulnerability scanning status.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- alias string
- Remark name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- c
ACommon string[]Names - All general names of the CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
- c
AEncrypt string[]Algorithms - All encryption methods of CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
- c
AEnd string[]Times - CA certificate all maturity timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Begin stringTime - Certificate takes effect time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
End stringTime - The certificate is invalid time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- certificate
Extras GetSsl Describe Certificate Result Certificate Extra[] - Certificate extension information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- certificate
Type string - Certificate type: CA = CA certificate, SVR = server certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- deployable boolean
- Whether it can be deployed.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- domain string
- domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth GetDetails Ssl Describe Certificate Result Dv Auth Detail[] - DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Revoke GetAuth Details Ssl Describe Certificate Result Dv Revoke Auth Detail[] - DV certificate revoking verification valueNote: This field may return NULL, indicating that the valid value cannot be obtained.
- from string
- Certificate source: Trustasia,uploadNote: This field may return NULL, indicating that the valid value cannot be obtained.
- insert
Time string - application time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- is
Dv boolean - Whether it is the DV version.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- is
Vip boolean - Whether it is a VIP customer.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- is
Vulnerability boolean - Whether the vulnerability scanning function is enabled.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- is
Wildcard boolean - Whether it is a pan -domain certificate certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- order
Id string - Order ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- owner
Uin string - Account UIN.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- package
Type 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.
- package
Type stringName - Certificate type name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- product
Zh stringName - Certificate issuer name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- project
Id string - Project ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- renew
Able boolean - Whether you can issue a certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- status number
- = Submitted information, to be uploaded to confirmation letter, 9 = Certificate is revoked, 10 = revoked, 11 = Re -issuance, 12 = Upload and revoke the confirmation letter.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- status
Msg string - status information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- status
Name string - status description.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- subject
Alt string[]Names - 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 GetSsl Describe Certificate Result Submitted Data[] - Submitted information information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- validity
Period string - Validity period: unit (month).Note: This field may return NULL, indicating that the valid value cannot be obtained.
- verify
Type 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.
- vulnerability
Report string - Vulnerability scanning evaluation report.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- vulnerability
Status string - Vulnerability scanning status.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- alias str
- Remark name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- c_
a_ Sequence[str]common_ names - All general names of the CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
- c_
a_ Sequence[str]encrypt_ algorithms - All encryption methods of CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
- c_
a_ Sequence[str]end_ times - CA certificate all maturity timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert_
begin_ strtime - Certificate takes effect time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- cert_
end_ strtime - The certificate is invalid time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- certificate_
extras Sequence[GetSsl Describe Certificate Result Certificate Extra] - Certificate extension information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- certificate_
type str - Certificate type: CA = CA certificate, SVR = server certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- deployable bool
- Whether it can be deployed.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- domain str
- domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv_
auth_ Sequence[Getdetails Ssl Describe Certificate Result Dv Auth Detail] - DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv_
revoke_ Sequence[Getauth_ details Ssl Describe Certificate Result Dv Revoke Auth Detail] - DV certificate revoking verification valueNote: This field may return NULL, indicating that the valid value cannot be obtained.
- from_ str
- Certificate source: Trustasia,uploadNote: This field may return NULL, indicating that the valid value cannot be obtained.
- insert_
time str - application time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- is_
dv bool - Whether it is the DV version.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- is_
vip bool - Whether it is a VIP customer.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- is_
vulnerability bool - Whether the vulnerability scanning function is enabled.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- is_
wildcard bool - Whether it is a pan -domain certificate certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- order_
id str - Order ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- owner_
uin str - Account UIN.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- package_
type str - Types of Certificate Package: 1 = Geotrust DV SSL CA -G3, 2 = Trustasia TLS RSA CA, 3 = SecureSite Enhanced Enterprise Edition (EV Pro), 4 = SecureSite enhanced (EV), 5 = SecureSite Enterprise Professional Edition (OVPro), 6 = SecureSite Enterprise (OV), 7 = SecureSite Enterprise (OV) compatriots, 8 = Geotrust enhanced type (EV), 9 = Geotrust Enterprise (OV), 10 = Geotrust Enterprise (OV) pass,11 = Trustasia Domain Multi -domain SSL certificate, 12 = Trustasia domain model (DV) passing, 13 = Trustasia Enterprise Passing Character (OV) SSL certificate (D3), 14 = Trustasia Enterprise (OV) SSL certificate (D3), 15= Trustasia Enterprise Multi -domain name (OV) SSL certificate (D3), 16 = Trustasia enhanced (EV) SSL certificate (D3), 17 = Trustasia enhanced multi -domain name (EV) SSL certificate (D3), 18 = GlobalSign enterprise type enterprise type(OV) SSL certificate, 19 = GlobalSign Enterprise Type -type STL Certificate, 20 = GlobalSign enhanced (EV) SSL certificate, 21 = Trustasia Enterprise Tongzhi Multi -domain name (OV) SSL certificate (D3), 22 = GlobalSignignMulti -domain name (OV) SSL certificate, 23 = GlobalSign Enterprise Type -type multi -domain name (OV) SSL certificate, 24 = GlobalSign enhanced multi -domain name (EV) SSL certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- package_
type_ strname - Certificate type name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- product_
zh_ strname - Certificate issuer name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- project_
id str - Project ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- renew_
able bool - Whether you can issue a certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- status float
- = Submitted information, to be uploaded to confirmation letter, 9 = Certificate is revoked, 10 = revoked, 11 = Re -issuance, 12 = Upload and revoke the confirmation letter.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- status_
msg str - status information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- status_
name str - status description.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- subject_
alt_ Sequence[str]names - The certificate contains multiple domain names (containing the main domain name).Note: This field may return NULL, indicating that the valid value cannot be obtained.
- submitted_
datas Sequence[GetSsl Describe Certificate Result Submitted Data] - Submitted information information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- validity_
period str - Validity period: unit (month).Note: This field may return NULL, indicating that the valid value cannot be obtained.
- verify_
type str - Verification type: DNS_AUTO = Automatic DNS verification, DNS = manual DNS verification, file = file verification, email = email verification.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- vulnerability_
report str - Vulnerability scanning evaluation report.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- vulnerability_
status str - Vulnerability scanning status.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- alias String
- Remark name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- c
ACommon List<String>Names - All general names of the CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
- c
AEncrypt List<String>Algorithms - All encryption methods of CA certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
- c
AEnd List<String>Times - CA certificate all maturity timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Begin StringTime - Certificate takes effect time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
End StringTime - The certificate is invalid time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- certificate
Extras List<Property Map> - Certificate extension information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- certificate
Type String - Certificate type: CA = CA certificate, SVR = server certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- deployable Boolean
- Whether it can be deployed.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- domain String
- domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth List<Property Map>Details - DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Revoke List<Property Map>Auth Details - DV certificate revoking verification valueNote: This field may return NULL, indicating that the valid value cannot be obtained.
- from String
- Certificate source: Trustasia,uploadNote: This field may return NULL, indicating that the valid value cannot be obtained.
- insert
Time String - application time.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- is
Dv Boolean - Whether it is the DV version.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- is
Vip Boolean - Whether it is a VIP customer.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- is
Vulnerability Boolean - Whether the vulnerability scanning function is enabled.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- is
Wildcard Boolean - Whether it is a pan -domain certificate certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- order
Id String - Order ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- owner
Uin String - Account UIN.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- package
Type 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.
- package
Type StringName - Certificate type name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- product
Zh StringName - Certificate issuer name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- project
Id String - Project ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- renew
Able Boolean - Whether you can issue a certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- status Number
- = Submitted information, to be uploaded to confirmation letter, 9 = Certificate is revoked, 10 = revoked, 11 = Re -issuance, 12 = Upload and revoke the confirmation letter.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- status
Msg String - status information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- status
Name String - status description.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- subject
Alt List<String>Names - 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 List<Property Map> - Submitted information information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- validity
Period String - Validity period: unit (month).Note: This field may return NULL, indicating that the valid value cannot be obtained.
- verify
Type 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.
- vulnerability
Report String - Vulnerability scanning evaluation report.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- vulnerability
Status String - Vulnerability scanning status.Note: This field may return NULL, indicating that the valid value cannot be obtained.
GetSslDescribeCertificateResultCertificateExtra
- Company
Type double - Type of company. Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Domain
Number 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.
- Origin
Certificate stringId - Original certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Renew
Order string - New order certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Replaced
By string - Re -issue the original ID of the certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Replaced
For string - Re -issue a new ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- SMCert double
- Is it a national secret certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Company
Type float64 - Type of company. Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Domain
Number 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.
- Origin
Certificate stringId - Original certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Renew
Order string - New order certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Replaced
By string - Re -issue the original ID of the certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Replaced
For string - Re -issue a new ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- SMCert float64
- Is it a national secret certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
- company
Type Double - Type of company. Note: This field may return NULL, indicating that the valid value cannot be obtained.
- domain
Number 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.
- origin
Certificate StringId - Original certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- renew
Order String - New order certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- replaced
By String - Re -issue the original ID of the certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- replaced
For String - Re -issue a new ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- s
MCert Double - Is it a national secret certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
- company
Type number - Type of company. Note: This field may return NULL, indicating that the valid value cannot be obtained.
- domain
Number 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.
- origin
Certificate stringId - Original certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- renew
Order string - New order certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- replaced
By string - Re -issue the original ID of the certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- replaced
For string - Re -issue a new ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- s
MCert number - Is it a national secret certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
- company_
type float - Type of company. Note: This field may return NULL, indicating that the valid value cannot be obtained.
- domain_
number str - Certificate can be configured in the number of domain names.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- origin_
certificate_ strid - Original certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- renew_
order str - New order certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- replaced_
by str - Re -issue the original ID of the certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- replaced_
for str - Re -issue a new ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- s_
m_ floatcert - Is it a national secret certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
- company
Type Number - Type of company. Note: This field may return NULL, indicating that the valid value cannot be obtained.
- domain
Number 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.
- origin
Certificate StringId - Original certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- renew
Order String - New order certificate ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- replaced
By String - Re -issue the original ID of the certificate.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- replaced
For String - Re -issue a new ID.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- s
MCert Number - Is it a national secret certificateNote: This field may return NULL, indicating that the valid value cannot be obtained.
GetSslDescribeCertificateResultDvAuthDetail
- Dv
Auth stringDomain - DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringKey - DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringKey Sub Domain - DV certification sub -domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringPath - DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringValue - DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auths List<GetSsl Describe Certificate Result Dv Auth Detail Dv Auth> - DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringDomain - DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringKey - DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringKey Sub Domain - DV certification sub -domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringPath - DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringValue - DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auths []GetSsl Describe Certificate Result Dv Auth Detail Dv Auth - DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringDomain - DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringKey - DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringKey Sub Domain - DV certification sub -domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringPath - DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringValue - DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auths List<GetSsl Describe Certificate Result Dv Auth Detail Dv Auth> - DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth stringDomain - DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth stringKey - DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth stringKey Sub Domain - DV certification sub -domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth stringPath - DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth stringValue - DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auths GetSsl Describe Certificate Result Dv Auth Detail Dv Auth[] - DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv_
auth_ strdomain - DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv_
auth_ strkey - DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv_
auth_ strkey_ sub_ domain - DV certification sub -domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv_
auth_ strpath - DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv_
auth_ strvalue - DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv_
auths Sequence[GetSsl Describe Certificate Result Dv Auth Detail Dv Auth] - DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringDomain - DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringKey - DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringKey Sub Domain - DV certification sub -domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringPath - DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringValue - DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auths List<Property Map> - DV certification information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
GetSslDescribeCertificateResultDvAuthDetailDvAuth
- Dv
Auth stringDomain - DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringKey - DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringPath - DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringSub Domain - DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringValue - DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringVerify Type - DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringDomain - DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringKey - DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringPath - DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringSub Domain - DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringValue - DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringVerify Type - DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringDomain - DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringKey - DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringPath - DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringSub Domain - DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringValue - DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringVerify Type - DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth stringDomain - DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth stringKey - DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth stringPath - DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth stringSub Domain - DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth stringValue - DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth stringVerify Type - DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv_
auth_ strdomain - DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv_
auth_ strkey - DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv_
auth_ strpath - DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv_
auth_ strsub_ domain - DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv_
auth_ strvalue - DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv_
auth_ strverify_ type - DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringDomain - DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringKey - DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringPath - DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringSub Domain - DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringValue - DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringVerify Type - DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
GetSslDescribeCertificateResultDvRevokeAuthDetail
- Dv
Auth stringDomain - DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringKey - DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringPath - DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringSub Domain - DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringValue - DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringVerify Type - DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringDomain - DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringKey - DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringPath - DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringSub Domain - DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringValue - DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Dv
Auth stringVerify Type - DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringDomain - DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringKey - DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringPath - DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringSub Domain - DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringValue - DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringVerify Type - DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth stringDomain - DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth stringKey - DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth stringPath - DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth stringSub Domain - DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth stringValue - DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth stringVerify Type - DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv_
auth_ strdomain - DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv_
auth_ strkey - DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv_
auth_ strpath - DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv_
auth_ strsub_ domain - DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv_
auth_ strvalue - DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv_
auth_ strverify_ type - DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringDomain - DV authentication value domain name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringKey - DV certification key.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringPath - DV authentication value path.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringSub Domain - DV certification sub -domain name,Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringValue - DV certification value.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- dv
Auth StringVerify Type - DV certification type.Note: This field may return NULL, indicating that the valid value cannot be obtained.
GetSslDescribeCertificateResultSubmittedData
- Admin
Email string - Administrator mailbox address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Admin
First stringName - Administrator name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Admin
Last stringName - The surname of the administrator.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Admin
Phone stringNum - Administrator phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Admin
Position string - Administrator position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Certificate
Domain string - Domain information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Contact
Email string - Contact mailbox address,Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Contact
First stringName - Contact name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Contact
Last stringName - Contact surname.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Contact
Number string - Contact phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Contact
Position string - Contact position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Csr
Content string - CSR content.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Csr
Type string - CSR type, (online = online CSR, PARSE = paste CSR).Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Domain
Lists List<string> - DNS information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Key
Password string - Private key password.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Organization
Address string - address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Organization
City string - city.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Organization
Country string - nation.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Organization
Division string - department.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Organization
Name string - Enterprise or unit name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Organization
Region string - Province.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Phone
Area stringCode - Local region code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Phone
Number string - Landline number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Postal
Code string - Postal code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Verify
Type 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 string - Administrator mailbox address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Admin
First stringName - Administrator name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Admin
Last stringName - The surname of the administrator.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Admin
Phone stringNum - Administrator phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Admin
Position string - Administrator position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Certificate
Domain string - Domain information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Contact
Email string - Contact mailbox address,Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Contact
First stringName - Contact name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Contact
Last stringName - Contact surname.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Contact
Number string - Contact phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Contact
Position string - Contact position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Csr
Content string - CSR content.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Csr
Type string - CSR type, (online = online CSR, PARSE = paste CSR).Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Domain
Lists []string - DNS information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Key
Password string - Private key password.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Organization
Address string - address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Organization
City string - city.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Organization
Country string - nation.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Organization
Division string - department.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Organization
Name string - Enterprise or unit name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Organization
Region string - Province.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Phone
Area stringCode - Local region code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Phone
Number string - Landline number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Postal
Code string - Postal code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- Verify
Type 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 String - Administrator mailbox address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- admin
First StringName - Administrator name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- admin
Last StringName - The surname of the administrator.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- admin
Phone StringNum - Administrator phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- admin
Position String - Administrator position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- certificate
Domain String - Domain information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- contact
Email String - Contact mailbox address,Note: This field may return NULL, indicating that the valid value cannot be obtained.
- contact
First StringName - Contact name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- contact
Last StringName - Contact surname.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- contact
Number String - Contact phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- contact
Position String - Contact position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- csr
Content String - CSR content.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- csr
Type String - CSR type, (online = online CSR, PARSE = paste CSR).Note: This field may return NULL, indicating that the valid value cannot be obtained.
- domain
Lists List<String> - DNS information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- key
Password String - Private key password.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization
Address String - address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization
City String - city.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization
Country String - nation.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization
Division String - department.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization
Name String - Enterprise or unit name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization
Region String - Province.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- phone
Area StringCode - Local region code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- phone
Number String - Landline number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- postal
Code String - Postal code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- verify
Type 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 string - Administrator mailbox address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- admin
First stringName - Administrator name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- admin
Last stringName - The surname of the administrator.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- admin
Phone stringNum - Administrator phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- admin
Position string - Administrator position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- certificate
Domain string - Domain information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- contact
Email string - Contact mailbox address,Note: This field may return NULL, indicating that the valid value cannot be obtained.
- contact
First stringName - Contact name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- contact
Last stringName - Contact surname.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- contact
Number string - Contact phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- contact
Position string - Contact position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- csr
Content string - CSR content.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- csr
Type string - CSR type, (online = online CSR, PARSE = paste CSR).Note: This field may return NULL, indicating that the valid value cannot be obtained.
- domain
Lists string[] - DNS information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- key
Password string - Private key password.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization
Address string - address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization
City string - city.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization
Country string - nation.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization
Division string - department.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization
Name string - Enterprise or unit name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization
Region string - Province.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- phone
Area stringCode - Local region code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- phone
Number string - Landline number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- postal
Code string - Postal code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- verify
Type string - Verification type: DNS_AUTO = Automatic DNS verification, DNS = manual DNS verification, file = file verification, email = email verification.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- admin_
email str - Administrator mailbox address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- admin_
first_ strname - Administrator name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- admin_
last_ strname - The surname of the administrator.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- admin_
phone_ strnum - Administrator phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- admin_
position str - Administrator position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- certificate_
domain str - Domain information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- contact_
email str - Contact mailbox address,Note: This field may return NULL, indicating that the valid value cannot be obtained.
- contact_
first_ strname - Contact name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- contact_
last_ strname - Contact surname.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- contact_
number str - Contact phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- contact_
position str - Contact position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- csr_
content str - CSR content.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- csr_
type str - CSR type, (online = online CSR, PARSE = paste CSR).Note: This field may return NULL, indicating that the valid value cannot be obtained.
- domain_
lists Sequence[str] - DNS information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- key_
password str - Private key password.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization_
address str - address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization_
city str - city.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization_
country str - nation.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization_
division str - department.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization_
name str - Enterprise or unit name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization_
region str - Province.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- phone_
area_ strcode - Local region code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- phone_
number str - Landline number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- postal_
code str - Postal code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- verify_
type str - Verification type: DNS_AUTO = Automatic DNS verification, DNS = manual DNS verification, file = file verification, email = email verification.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- admin
Email String - Administrator mailbox address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- admin
First StringName - Administrator name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- admin
Last StringName - The surname of the administrator.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- admin
Phone StringNum - Administrator phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- admin
Position String - Administrator position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- certificate
Domain String - Domain information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- contact
Email String - Contact mailbox address,Note: This field may return NULL, indicating that the valid value cannot be obtained.
- contact
First StringName - Contact name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- contact
Last StringName - Contact surname.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- contact
Number String - Contact phone number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- contact
Position String - Contact position.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- csr
Content String - CSR content.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- csr
Type String - CSR type, (online = online CSR, PARSE = paste CSR).Note: This field may return NULL, indicating that the valid value cannot be obtained.
- domain
Lists List<String> - DNS information.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- key
Password String - Private key password.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization
Address String - address.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization
City String - city.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization
Country String - nation.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization
Division String - department.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization
Name String - Enterprise or unit name.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- organization
Region String - Province.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- phone
Area StringCode - Local region code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- phone
Number String - Landline number.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- postal
Code String - Postal code.Note: This field may return NULL, indicating that the valid value cannot be obtained.
- verify
Type 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
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
