Class: Google::Cloud::OsLogin::V1beta::SignSshPublicKeyResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#signed_ssh_public_key::String

Returns The signed SSH public key to use in the SSH handshake.

Returns:

  • (::String)

    The signed SSH public key to use in the SSH handshake.



221
222
223
224
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 221

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