GetServiceCertificatesCertificate

data class GetServiceCertificatesCertificate(val buyInAliyun: Boolean, val cert: String, val certId: String, val certificateName: String, val city: String, val common: String, val country: String, val endDate: String, val expired: Boolean, val fingerprint: String, val id: String, val issuer: String, val key: String, val name: String, val orgName: String, val province: String, val sans: String, val startDate: String)

Constructors

Link copied to clipboard
constructor(buyInAliyun: Boolean, cert: String, certId: String, certificateName: String, city: String, common: String, country: String, endDate: String, expired: Boolean, fingerprint: String, id: String, issuer: String, key: String, name: String, orgName: String, province: String, sans: String, startDate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the certificate was purchased from Aliyun. Note: From version 1.232.0, buy_in_aliyun takes effect only if enable_details is set to true.

Link copied to clipboard

The Cert of the certificate. Note: cert takes effect only if enable_details is set to true.

Link copied to clipboard

The ID of the certificate.

Link copied to clipboard

The name of the certificate.

Link copied to clipboard

The city in which the organization is located.

Link copied to clipboard

The parent domain name of the certificate.

Link copied to clipboard

The code of the country in which the organization is located.

Link copied to clipboard

The time at which the certificate expires.

Link copied to clipboard

Whether the certificate has expired.

Link copied to clipboard

The fingerprint of the certificate.

Link copied to clipboard
val id: String

The ID of the Ssl Certificates Service Certificate.

Link copied to clipboard

The issuer of the certificate.

Link copied to clipboard
val key: String

The Key of the certificate. Note: key takes effect only if enable_details is set to true.

Link copied to clipboard

(Deprecated since v1.129.0) The name of the certificate. Note: Field name has been deprecated from provider version 1.129.0. New field certificate_name instead.

Link copied to clipboard

The name of the organization that is associated with the certificate.

Link copied to clipboard

The province or autonomous region in which the organization is located.

Link copied to clipboard

All domain names that are bound to the certificate.

Link copied to clipboard

The time at which the certificate starts to take effect.