google_api_sql_admin v0.6.0 GoogleApi.SQLAdmin.V1beta4.Model.SslCertsInsertResponse View Source
SslCert insert response.
Attributes
- clientCert (SslCertDetail): The new client certificate and private key. For First Generation instances, the new certificate does not take effect until the instance is restarted. Defaults to:
null
. - kind (String.t): 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
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.SslCertsInsertResponse{
clientCert: GoogleApi.SQLAdmin.V1beta4.Model.SslCertDetail.t(),
kind: any(),
operation: GoogleApi.SQLAdmin.V1beta4.Model.Operation.t(),
serverCaCert: GoogleApi.SQLAdmin.V1beta4.Model.SslCert.t()
}
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.SslCertsInsertResponse{ clientCert: GoogleApi.SQLAdmin.V1beta4.Model.SslCertDetail.t(), kind: any(), operation: GoogleApi.SQLAdmin.V1beta4.Model.Operation.t(), serverCaCert: GoogleApi.SQLAdmin.V1beta4.Model.SslCert.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.