GoogleApi.SQLAdmin.V1beta4.Model.InstancesListServerCertificatesResponse (google_api_sql_admin v0.71.0)
View SourceInstances ListServerCertificatess response.
Attributes
-
activeVersion
(type:String.t
, default:nil
) - Thesha1_fingerprint
of the active certificate fromserver_certs
. -
caCerts
(type:list(GoogleApi.SQLAdmin.V1beta4.Model.SslCert.t)
, default:nil
) - List of server CA certificates for the instance. -
kind
(type:String.t
, default:nil
) - This is alwayssql#instancesListServerCertificates
. -
serverCerts
(type:list(GoogleApi.SQLAdmin.V1beta4.Model.SslCert.t)
, default:nil
) - List of server certificates for the instance, signed by the corresponding CA from theca_certs
list.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SQLAdmin.V1beta4.Model.InstancesListServerCertificatesResponse{ activeVersion: String.t() | nil, caCerts: [GoogleApi.SQLAdmin.V1beta4.Model.SslCert.t()] | nil, kind: String.t() | nil, serverCerts: [GoogleApi.SQLAdmin.V1beta4.Model.SslCert.t()] | nil }