Class: Google::Cloud::Connectors::V1::AuthConfig::SshPublicKey

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/connectors/v1/authconfig.rb

Overview

Parameters to support Ssh public key Authentication.

Instance Attribute Summary collapse

Instance Attribute Details

#cert_type::String

Returns Format of SSH Client cert.

Returns:

  • (::String)

    Format of SSH Client cert.



117
118
119
120
# File 'proto_docs/google/cloud/connectors/v1/authconfig.rb', line 117

class SshPublicKey
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#ssh_client_cert::Google::Cloud::Connectors::V1::Secret

Returns SSH Client Cert. It should contain both public and private key.

Returns:



117
118
119
120
# File 'proto_docs/google/cloud/connectors/v1/authconfig.rb', line 117

class SshPublicKey
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#ssh_client_cert_pass::Google::Cloud::Connectors::V1::Secret

Returns Password (passphrase) for ssh client certificate if it has one.

Returns:



117
118
119
120
# File 'proto_docs/google/cloud/connectors/v1/authconfig.rb', line 117

class SshPublicKey
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#username::String

Returns The user account used to authenticate.

Returns:

  • (::String)

    The user account used to authenticate.



117
118
119
120
# File 'proto_docs/google/cloud/connectors/v1/authconfig.rb', line 117

class SshPublicKey
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end