GoogleApi.SQLAdmin.V1beta4.Model.SslCertsInsertResponse (google_api_sql_admin v0.40.0) View Source
SslCert insert response.
Attributes
-
clientCert(type:GoogleApi.SQLAdmin.V1beta4.Model.SslCertDetail.t, default:nil) - The new client certificate and private key. -
kind(type:String.t, default:nil) - This is always sql#sslCertsInsert. -
operation(type:GoogleApi.SQLAdmin.V1beta4.Model.Operation.t, default:nil) - The operation to track the ssl certs insert request. -
serverCaCert(type:GoogleApi.SQLAdmin.V1beta4.Model.SslCert.t, default:nil) - The server Certificate Authority's certificate. If this is missing you can force a new one to be generated by calling resetSslConfig method on instances resource.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.SslCertsInsertResponse{
clientCert: GoogleApi.SQLAdmin.V1beta4.Model.SslCertDetail.t(),
kind: String.t(),
operation: GoogleApi.SQLAdmin.V1beta4.Model.Operation.t(),
serverCaCert: GoogleApi.SQLAdmin.V1beta4.Model.SslCert.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.