Class GenerateEphemeralCertRequest
Ephemeral certificate creation request.
Implements
Inherited Members
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 |
---|---|
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 |