Show / Hide Table of Contents

Class GenerateEphemeralCertRequest

Ephemeral certificate creation request.

Inheritance
System.Object
GenerateEphemeralCertRequest
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.String

ReadTime

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

Declaration
[JsonProperty("readTime")]
public virtual object ReadTime { get; set; }
Property Value
Type Description
System.Object

Implements

IDirectResponseSchema
In This Article
Back to top