Class SslCertsInsertRequest
SslCerts insert request.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class SslCertsInsertRequest : IDirectResponseSchema
Properties
CommonName
User supplied name. Must be a distinct name from the other certificates for this instance.
Declaration
[JsonProperty("commonName")]
public virtual string CommonName { 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 |