Class InstancesListServerCertificatesResponse
Instances ListServerCertificates response.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class InstancesListServerCertificatesResponse : IDirectResponseSchema
Properties
ActiveVersion
The sha1_fingerprint
of the active certificate from server_certs
.
Declaration
[JsonProperty("activeVersion")]
public virtual string ActiveVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
CaCerts
List of server CA certificates for the instance.
Declaration
[JsonProperty("caCerts")]
public virtual IList<SslCert> CaCerts { get; set; }
Property Value
Type | Description |
---|---|
IList<SslCert> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
This is always sql#instancesListServerCertificates
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
ServerCerts
List of server certificates for the instance, signed by the corresponding CA from the ca_certs
list.
Declaration
[JsonProperty("serverCerts")]
public virtual IList<SslCert> ServerCerts { get; set; }
Property Value
Type | Description |
---|---|
IList<SslCert> |