Reference documentation and code samples for the Cloud OS Login V1 API class Google::Cloud::OsLogin::V1::GetSshPublicKeyRequest.
A request message for retrieving an SSH public key.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
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}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::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}
.
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}
.