ManagedCertificateResponse

data class ManagedCertificateResponse(val lastRenewalTime: String, val status: String)

A certificate managed by App Engine.

Constructors

Link copied to clipboard
fun ManagedCertificateResponse(lastRenewalTime: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time at which the certificate was last renewed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can be tracked via ManagementStatus.

Link copied to clipboard

Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.