GoogleApi.SQLAdmin.V1beta4.Model.SslCert (google_api_sql_admin v0.71.0)
View SourceSslCerts Resource
Attributes
-
cert
(type:String.t
, default:nil
) - PEM representation. -
certSerialNumber
(type:String.t
, default:nil
) - Serial number, as extracted from the certificate. -
commonName
(type:String.t
, default:nil
) - User supplied name. Constrained to [a-zA-Z.-_ ]+. -
createTime
(type:DateTime.t
, default:nil
) - The time when the certificate was created in RFC 3339 format, for example2012-11-15T16:19:00.094Z
. -
expirationTime
(type:DateTime.t
, default:nil
) - The time when the certificate expires in RFC 3339 format, for example2012-11-15T16:19:00.094Z
. -
instance
(type:String.t
, default:nil
) - Name of the database instance. -
kind
(type:String.t
, default:nil
) - This is alwayssql#sslCert
. -
selfLink
(type:String.t
, default:nil
) - The URI of this resource. -
sha1Fingerprint
(type:String.t
, default:nil
) - Sha1 Fingerprint.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SQLAdmin.V1beta4.Model.SslCert{ cert: String.t() | nil, certSerialNumber: String.t() | nil, commonName: String.t() | nil, createTime: DateTime.t() | nil, expirationTime: DateTime.t() | nil, instance: String.t() | nil, kind: String.t() | nil, selfLink: String.t() | nil, sha1Fingerprint: String.t() | nil }