Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::SslCertsCreateEphemeralRequest (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::SslCertsCreateEphemeralRequest.

SslCerts create ephemeral certificate request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#access_token

def access_token() -> ::String
Returns
  • (::String) — Access token to include in the signed certificate.

#access_token=

def access_token=(value) -> ::String
Parameter
  • value (::String) — Access token to include in the signed certificate.
Returns
  • (::String) — Access token to include in the signed certificate.

#public_key

def public_key() -> ::String
Returns
  • (::String) — PEM encoded public key to include in the signed certificate.

#public_key=

def public_key=(value) -> ::String
Parameter
  • value (::String) — PEM encoded public key to include in the signed certificate.
Returns
  • (::String) — PEM encoded public key to include in the signed certificate.