public sealed class DeleteSshPublicKeyRequest : IMessage<DeleteSshPublicKeyRequest>, IEquatable<DeleteSshPublicKeyRequest>, IDeepCloneable<DeleteSshPublicKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Login v1 API class DeleteSshPublicKeyRequest.
Required. The fingerprint of the public key to update. 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 document provides reference information for the `DeleteSshPublicKeyRequest` class within the Google Cloud OS Login v1 API, detailing its usage for deleting SSH public keys."],["The `DeleteSshPublicKeyRequest` class is part of the `Google.Cloud.OsLogin.V1` namespace and is available in versions from 2.2.0 up to the latest 3.5.0."],["The `DeleteSshPublicKeyRequest` requires a `Name` property, which is the unique identifier of the SSH public key you are deleting, formatted as `users/{user}/sshPublicKeys/{fingerprint}`."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `object`."],["The class has two constructors one with no parameters, and one that takes another instance of itself, to help with the creating of a `DeleteSshPublicKeyRequest` object."]]],[]]