public sealed class ManagedCertificate : IMessage<ManagedCertificate>, IEquatable<ManagedCertificate>, IDeepCloneable<ManagedCertificate>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `ManagedCertificate` class, which represents a certificate managed by App Engine, in version 1.4.0."],["The `ManagedCertificate` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class provides two constructors: a default constructor `ManagedCertificate()` and a copy constructor `ManagedCertificate(ManagedCertificate other)`."],["Key properties of the `ManagedCertificate` class include `LastRenewalTime`, indicating when the certificate was last renewed, and `Status`, reflecting the current certificate management status."],["The webpage provides links to other versions of the `ManagedCertificate`, from the latest 2.4.0 back to 1.0.0."]]],[]]