Class: Google::Cloud::OsLogin::V1beta::GetSshPublicKeyRequest

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

Overview

A request message for retrieving an SSH public key.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The fingerprint of the public key to retrieve. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format users/{user}/sshPublicKeys/{fingerprint}.

Returns:

  • (::String)

    Required. The fingerprint of the public key to retrieve. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format users/{user}/sshPublicKeys/{fingerprint}.



110
111
112
113
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 110

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