DomainCertInfo

data class DomainCertInfo(val certName: String? = null, val certType: String? = null, val sslPri: String? = null, val sslProtocol: String? = null, val sslPub: String? = null)

Constructors

Link copied to clipboard
constructor(certName: String? = null, certType: String? = null, sslPri: String? = null, sslProtocol: String? = null, sslPub: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certName: String? = null

If You Enable HTTPS Here Certificate Name.

Link copied to clipboard
val certType: String? = null

Certificate Type. Value Range:

Link copied to clipboard
val sslPri: String? = null

Private Key. Do Not Enable Certificate without Entering a User Name and Configure Certificates Enter Private Key.

Link copied to clipboard
val sslProtocol: String? = null

Whether to Enable SSL Certificate. Valid Values: on, off. Valid values: on, off.

Link copied to clipboard
val sslPub: String? = null

If You Enable HTTPS Here Key.