Show / Hide Table of Contents

Class ManagedCertificate

A certificate managed by App Engine.

Inheritance
object
ManagedCertificate
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Appengine.v1alpha.Data
Assembly: Google.Apis.Appengine.v1alpha.dll
Syntax
public class ManagedCertificate : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LastRenewalTime

object representation of LastRenewalTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastRenewalTimeDateTimeOffset instead.")]
public virtual object LastRenewalTime { get; set; }
Property Value
Type Description
object

LastRenewalTimeDateTimeOffset

DateTimeOffset representation of LastRenewalTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastRenewalTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastRenewalTimeRaw

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

Declaration
[JsonProperty("lastRenewalTime")]
public virtual string LastRenewalTimeRaw { get; set; }
Property Value
Type Description
string

Status

Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.@OutputOnly

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX