Connectors V1 API - Class Google::Cloud::Connectors::V1::AuthConfig::SshPublicKey (v0.1.0)

Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::AuthConfig::SshPublicKey.

Parameters to support Ssh public key Authentication.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cert_type

def cert_type() -> ::String
Returns
  • (::String) — Format of SSH Client cert.

#cert_type=

def cert_type=(value) -> ::String
Parameter
  • value (::String) — Format of SSH Client cert.
Returns
  • (::String) — Format of SSH Client cert.

#ssh_client_cert

def ssh_client_cert() -> ::Google::Cloud::Connectors::V1::Secret
Returns

#ssh_client_cert=

def ssh_client_cert=(value) -> ::Google::Cloud::Connectors::V1::Secret
Parameter
Returns

#ssh_client_cert_pass

def ssh_client_cert_pass() -> ::Google::Cloud::Connectors::V1::Secret
Returns

#ssh_client_cert_pass=

def ssh_client_cert_pass=(value) -> ::Google::Cloud::Connectors::V1::Secret
Parameter
Returns

#username

def username() -> ::String
Returns
  • (::String) — The user account used to authenticate.

#username=

def username=(value) -> ::String
Parameter
  • value (::String) — The user account used to authenticate.
Returns
  • (::String) — The user account used to authenticate.