class Google::Apis::SqladminV1beta4::SslCertDetail

SslCertDetail.

Attributes

cert_info[RW]

SslCerts Resource Corresponds to the JSON property `certInfo` @return [Google::Apis::SqladminV1beta4::SslCert]

cert_private_key[RW]

The private key for the client cert, in pem format. Keep private in order to protect your security. Corresponds to the JSON property `certPrivateKey` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/sqladmin_v1beta4/classes.rb, line 1759
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/sqladmin_v1beta4/classes.rb, line 1764
def update!(**args)
  @cert_info = args[:cert_info] if args.key?(:cert_info)
  @cert_private_key = args[:cert_private_key] if args.key?(:cert_private_key)
end