public sealed class ManagedCertificate : IMessage<ManagedCertificate>, IEquatable<ManagedCertificate>, IDeepCloneable<ManagedCertificate>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class ManagedCertificate.
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."],[[["The `ManagedCertificate` class is part of the Google Cloud App Engine v1 API and represents a certificate managed by App Engine."],["This class is implemented by `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and inherits from `object`."],["The class has properties for `LastRenewalTime`, indicating when the certificate was last renewed, and `Status`, reflecting the management status of the certificate."],["The latest version of the `ManagedCertificate` class is 2.4.0, with several older versions available for reference down to version 1.0.0."],["The certificate renewal process is fully automated, with renewal errors tracked through the `ManagementStatus` property."]]],[]]