Class SslCertsCreateEphemeralRequest
SslCerts create ephemeral certificate request.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class SslCertsCreateEphemeralRequest : IDirectResponseSchema
Properties
AccessToken
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 |