Class SslCertsCreateEphemeralRequest
SslCerts create ephemeral certificate request.
Inheritance
System.Object
SslCertsCreateEphemeralRequest
Implements
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 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 |
|---|---|
| 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 |