Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::SslCertDetail.
SslCertDetail.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cert_info
def cert_info() -> ::Google::Cloud::Sql::V1::SslCert
Returns
- (::Google::Cloud::Sql::V1::SslCert) — The public information about the cert.
#cert_info=
def cert_info=(value) -> ::Google::Cloud::Sql::V1::SslCert
Parameter
- value (::Google::Cloud::Sql::V1::SslCert) — The public information about the cert.
Returns
- (::Google::Cloud::Sql::V1::SslCert) — The public information about the cert.
#cert_private_key
def cert_private_key() -> ::String
Returns
- (::String) — The private key for the client cert, in pem format. Keep private in order to protect your security.
#cert_private_key=
def cert_private_key=(value) -> ::String
Parameter
- value (::String) — The private key for the client cert, in pem format. Keep private in order to protect your security.
Returns
- (::String) — The private key for the client cert, in pem format. Keep private in order to protect your security.