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 the Google Cloud App Engine V1 namespace."],["The `ManagedCertificate` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its capabilities for handling message-based operations."],["The page offers access to multiple versions of the `ManagedCertificate` class, with the latest version being 2.4.0 and older versions back to 1.0.0, along with each version's specified documentation."],["The class includes two constructors: a default constructor and one that takes another `ManagedCertificate` object for creating copies, as well as `LastRenewalTime` and `Status` properties to track the certificate's state."],["The `ManagedCertificate`'s status is tracked through the `ManagementStatus` enum, which provides insights into the last certificate acquisition or renewal attempt, and automatic renewal of the certificate is managed by Google."]]],[]]