google_api_app_engine v0.23.0 GoogleApi.AppEngine.V1.Model.ManagedCertificate View Source
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
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AppEngine.V1.Model.ManagedCertificate{ lastRenewalTime: DateTime.t(), status: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.