public sealed class ImportSshPublicKeyResponse : IMessage<ImportSshPublicKeyResponse>, IEquatable<ImportSshPublicKeyResponse>, IDeepCloneable<ImportSshPublicKeyResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Login v1 API class ImportSshPublicKeyResponse.
A response message for importing an SSH public key.
[[["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."],[[["The latest version of the `ImportSshPublicKeyResponse` class is 3.5.0, and it is part of the Google Cloud OS Login v1 API."],["This class is a response message used in the process of importing an SSH public key."],["The `ImportSshPublicKeyResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `Details` (a string with detailed import results) and `LoginProfile` (the login profile information for the user)."],["There are multiple versions of the `ImportSshPublicKeyResponse` class, ranging from 2.2.0 to 3.5.0."]]],[]]