Class InstancesRotateServerCertificateRequest
Rotate server certificate request.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class InstancesRotateServerCertificateRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RotateServerCertificateContext
Optional. Contains details about the rotate server certificate operation.
Declaration
[JsonProperty("rotateServerCertificateContext")]
public virtual RotateServerCertificateContext RotateServerCertificateContext { get; set; }
Property Value
Type | Description |
---|---|
RotateServerCertificateContext |