class Google::Apis::SqladminV1beta4::SslCertsCreateEphemeralRequest

SslCerts create ephemeral certificate request.

Attributes

public_key[RW]

PEM encoded public key to include in the signed certificate. Corresponds to the JSON property `public_key` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/sqladmin_v1beta4/classes.rb, line 1779
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 1784
def update!(**args)
  @public_key = args[:public_key] if args.key?(:public_key)
end