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