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-08-28 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eImportSshPublicKeyResponse\u003c/code\u003e class is 3.5.0, and it is part of the Google Cloud OS Login v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class is a response message used in the process of importing an SSH public key.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eImportSshPublicKeyResponse\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties such as \u003ccode\u003eDetails\u003c/code\u003e (a string with detailed import results) and \u003ccode\u003eLoginProfile\u003c/code\u003e (the login profile information for the user).\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of the \u003ccode\u003eImportSshPublicKeyResponse\u003c/code\u003e class, ranging from 2.2.0 to 3.5.0.\u003c/p\u003e\n"]]],[],null,["# Google Cloud OS Login v1 API - Class ImportSshPublicKeyResponse (3.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.OsLogin.V1/latest/Google.Cloud.OsLogin.V1.ImportSshPublicKeyResponse)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.OsLogin.V1/3.4.0/Google.Cloud.OsLogin.V1.ImportSshPublicKeyResponse)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.OsLogin.V1/3.3.0/Google.Cloud.OsLogin.V1.ImportSshPublicKeyResponse)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.OsLogin.V1/3.2.0/Google.Cloud.OsLogin.V1.ImportSshPublicKeyResponse)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.OsLogin.V1/3.1.0/Google.Cloud.OsLogin.V1.ImportSshPublicKeyResponse)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.OsLogin.V1/3.0.0/Google.Cloud.OsLogin.V1.ImportSshPublicKeyResponse)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.OsLogin.V1/2.3.0/Google.Cloud.OsLogin.V1.ImportSshPublicKeyResponse)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.OsLogin.V1/2.2.0/Google.Cloud.OsLogin.V1.ImportSshPublicKeyResponse) \n\n public sealed class ImportSshPublicKeyResponse : IMessage\u003cImportSshPublicKeyResponse\u003e, IEquatable\u003cImportSshPublicKeyResponse\u003e, IDeepCloneable\u003cImportSshPublicKeyResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud OS Login v1 API class ImportSshPublicKeyResponse.\n\nA response message for importing an SSH public key. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ImportSshPublicKeyResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ImportSshPublicKeyResponse](/dotnet/docs/reference/Google.Cloud.OsLogin.V1/latest/Google.Cloud.OsLogin.V1.ImportSshPublicKeyResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ImportSshPublicKeyResponse](/dotnet/docs/reference/Google.Cloud.OsLogin.V1/latest/Google.Cloud.OsLogin.V1.ImportSshPublicKeyResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ImportSshPublicKeyResponse](/dotnet/docs/reference/Google.Cloud.OsLogin.V1/latest/Google.Cloud.OsLogin.V1.ImportSshPublicKeyResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.OsLogin.V1](/dotnet/docs/reference/Google.Cloud.OsLogin.V1/latest/Google.Cloud.OsLogin.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.OsLogin.V1.dll\n\nConstructors\n------------\n\n### ImportSshPublicKeyResponse()\n\n public ImportSshPublicKeyResponse()\n\n### ImportSshPublicKeyResponse(ImportSshPublicKeyResponse)\n\n public ImportSshPublicKeyResponse(ImportSshPublicKeyResponse other)\n\nProperties\n----------\n\n### Details\n\n public string Details { get; set; }\n\nDetailed information about import results.\n\n### LoginProfile\n\n public LoginProfile LoginProfile { get; set; }\n\nThe login profile information for the user."]]