DomainNewCertificateConfigArgs

data class DomainNewCertificateConfigArgs(val certName: Output<String>? = null, val certType: Output<String>? = null, val forceSet: Output<String>? = null, val privateKey: Output<String>? = null, val serverCertificate: Output<String>? = null, val serverCertificateStatus: Output<String>? = null) : ConvertibleToJava<DomainNewCertificateConfigArgs>

Constructors

Link copied to clipboard
fun DomainNewCertificateConfigArgs(certName: Output<String>? = null, certType: Output<String>? = null, forceSet: Output<String>? = null, privateKey: Output<String>? = null, serverCertificate: Output<String>? = null, serverCertificateStatus: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DomainNewCertificateConfigArgs

Properties

Link copied to clipboard
val certName: Output<String>? = null

The SSL certificate name.

Link copied to clipboard
val certType: Output<String>? = null

The SSL certificate type, can be "upload", "cas" and "free".

Link copied to clipboard
val forceSet: Output<String>? = null

Set 1 to ignore the repeated verification for certificate name, and cover the information of the origin certificate (with the same name). Set 0 to work the verification.

Link copied to clipboard
val privateKey: Output<String>? = null

The SSL private key. This is required if server_certificate_status is on

Link copied to clipboard
val serverCertificate: Output<String>? = null

The SSL server certificate string. This is required if server_certificate_status is on

Link copied to clipboard
val serverCertificateStatus: Output<String>? = null

This parameter indicates whether or not enable https. Valid values are on and off. Default value is on.