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-04-17 UTC."],[[["This webpage details the `ManagedCertificate` class, which represents a certificate managed by App Engine, specifically within the `Google.Cloud.AppEngine.V1` namespace, version 1.3.0."],["The `ManagedCertificate` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionality for message handling, equality checks, deep cloning, and buffer message handling."],["The class provides two constructors, a default one and another that takes a `ManagedCertificate` object for creating a copy."],["Key properties of `ManagedCertificate` include `LastRenewalTime`, indicating the last time the certificate was renewed, and `Status`, showing the current management status of the certificate."],["There are multiple previous versions of `ManagedCertificate` available, with version 2.4.0 being the latest, providing access to historical changes and iterations."]]],[]]