google_api_sql_admin v0.0.1 GoogleApi.SQLAdmin.V1beta4.Model.SslCertsInsertResponse View Source
SslCert insert response.
Attributes
- clientCert (SslCertDetail): The new client certificate and private key. The new certificate will not work until the instance is restarted for First Generation instances. Defaults to:
null
. - kind (String): This is always sql#sslCertsInsert. Defaults to:
null
. - operation (Operation): The operation to track the ssl certs insert request. Defaults to:
null
. - serverCaCert (SslCert): 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. Defaults to:
null
.