CertificateInformationArgs

data class CertificateInformationArgs(val expiry: Output<String>, val subject: Output<String>, val thumbprint: Output<String>) : ConvertibleToJava<CertificateInformationArgs>

SSL certificate information.

Constructors

Link copied to clipboard
constructor(expiry: Output<String>, subject: Output<String>, thumbprint: Output<String>)

Properties

Link copied to clipboard
val expiry: Output<String>

Expiration date of the certificate. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

Link copied to clipboard
val subject: Output<String>

Subject of the certificate.

Link copied to clipboard
val thumbprint: Output<String>

Thumbprint of the certificate.

Functions

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