GetCertificateResult

data class GetCertificateResult(val domains: List<String>, val id: String, val name: String, val notAfter: String, val sha1Fingerprint: String, val state: String, val type: String, val uuid: String)

A collection of values returned by getCertificate.

Constructors

Link copied to clipboard
constructor(domains: List<String>, id: String, name: String, notAfter: String, sha1Fingerprint: String, state: String, type: String, uuid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Domains for which the certificate was issued.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

The expiration date and time of the certificate.

Link copied to clipboard

The SHA1 fingerprint of the certificate.

Link copied to clipboard

the current state of the certificate.

Link copied to clipboard

The type of the certificate.

Link copied to clipboard

The ID of the certificate.