google_api_app_engine v0.3.0 GoogleApi.AppEngine.V1.Model.ManagedCertificate View Source
A certificate managed by App Engine.
Attributes
- lastRenewalTime (DateTime.t): 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 Defaults to:
null
. status (String.t): Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.@OutputOnly Defaults to:
null
.- Enum - one of [MANAGEMENT_STATUS_UNSPECIFIED, OK, PENDING, FAILED_RETRYING_NOT_VISIBLE, FAILED_PERMANENT, FAILED_RETRYING_CAA_FORBIDDEN, FAILED_RETRYING_CAA_CHECKING]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AppEngine.V1.Model.ManagedCertificate{
lastRenewalTime: DateTime.t(),
status: any()
}
t() :: %GoogleApi.AppEngine.V1.Model.ManagedCertificate{ lastRenewalTime: DateTime.t(), status: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.