public sealed class DeleteSshPublicKeyRequest : IMessage<DeleteSshPublicKeyRequest>, IEquatable<DeleteSshPublicKeyRequest>, IDeepCloneable<DeleteSshPublicKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Login v1beta 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 v1beta API, specifically detailing its structure and functionality."],["The `DeleteSshPublicKeyRequest` class is used to create request messages for deleting SSH public keys, as outlined by its implementation of `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class offers two constructors, one default and another that accepts another `DeleteSshPublicKeyRequest` object, allowing for object duplication and inheritance."],["The `Name` property, a required field, is used to identify the public key by its SHA-256 fingerprint in the format `users/{user}/sshPublicKeys/{fingerprint}`."],["The `SshPublicKeyName` property provides a typed view over the `Name` resource, giving a more structured way of interacting with it."]]],[]]