GoogleApi.SQLAdmin.V1.Model.SslCertsInsertResponse (google_api_sql_admin v0.71.0)
View SourceSslCert insert response.
Attributes
-
clientCert
(type:GoogleApi.SQLAdmin.V1.Model.SslCertDetail.t
, default:nil
) - The new client certificate and private key. -
kind
(type:String.t
, default:nil
) - This is alwayssql#sslCertsInsert
. -
operation
(type:GoogleApi.SQLAdmin.V1.Model.Operation.t
, default:nil
) - The operation to track the ssl certs insert request. -
serverCaCert
(type:GoogleApi.SQLAdmin.V1.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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SQLAdmin.V1.Model.SslCertsInsertResponse{ clientCert: GoogleApi.SQLAdmin.V1.Model.SslCertDetail.t() | nil, kind: String.t() | nil, operation: GoogleApi.SQLAdmin.V1.Model.Operation.t() | nil, serverCaCert: GoogleApi.SQLAdmin.V1.Model.SslCert.t() | nil }