public sealed class GetSshPublicKeyRequest : IMessage<GetSshPublicKeyRequest>, IEquatable<GetSshPublicKeyRequest>, IDeepCloneable<GetSshPublicKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Login v1beta API class GetSshPublicKeyRequest.
A request message for retrieving an SSH public key.
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}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-02 UTC."],[[["This page provides documentation for the `GetSshPublicKeyRequest` class within the Google Cloud OS Login v1beta API, which is a request message used for retrieving an SSH public key."],["The latest version of the `GetSshPublicKeyRequest` class is 3.0.0-beta09, and previous versions 3.0.0-beta08 and 2.0.0-beta05 are also listed."],["The `GetSshPublicKeyRequest` class inherits from `object` and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of `GetSshPublicKeyRequest` include `Name`, which is a required string representing the fingerprint of the public key, and `SshPublicKeyName`, which provides a typed view over the `Name`."],["The `GetSshPublicKeyRequest` class is found within the `Google.Cloud.OsLogin.V1Beta` namespace and is constructed through default and copy constructors."]]],[]]