View Source GoogleApi.AppEngine.V1.Model.ManagedCertificate (google_api_app_engine v0.42.0)
A certificate managed by App Engine.
Attributes
-
lastRenewalTime
(type:DateTime.t
, default:nil
) - 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.@OutputOnly -
status
(type:String.t
, default:nil
) - Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.@OutputOnly
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AppEngine.V1.Model.ManagedCertificate{ lastRenewalTime: DateTime.t() | nil, status: String.t() | nil }