Show / Hide Table of Contents

Class GenerateEphemeralCertRequest

Ephemeral certificate creation request.

Inheritance
object
GenerateEphemeralCertRequest
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.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class GenerateEphemeralCertRequest : IDirectResponseSchema

Properties

AccessToken

Optional. Access token to include in the signed certificate.

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

ETag

The ETag of the item.

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

PublicKey

PEM encoded public key to include in the signed certificate.

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

ReadTime

object representation of ReadTimeRaw.

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

ReadTimeDateTimeOffset

DateTimeOffset representation of ReadTimeRaw.

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

ReadTimeRaw

Optional. Optional snapshot read timestamp to trade freshness for performance.

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

ValidDuration

Optional. If set, it will contain the cert valid duration.

Declaration
[JsonProperty("validDuration")]
public virtual object ValidDuration { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX